Skip to content
Closed

3.7 #6458

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
292 commits
Select commit Hold shift + click to select a range
e603320
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609…
miss-islington Feb 10, 2018
170b3f7
bpo-32792: Preserve mapping order in ChainMap() (GH-5586) (#GH-5617)
miss-islington Feb 11, 2018
a0b998d
bpo-11015: Update test.support documentation (GH-5619)
miss-islington Feb 11, 2018
fe61e8d
bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)
miss-islington Feb 11, 2018
40f7d9a
[3.7] Add short-circuit for doc changes to AppVeyor (GH-5626)
zware Feb 11, 2018
09df4b7
Fix AppVeyor doc short-circuit (GH-5633)
miss-islington Feb 11, 2018
ba4f218
bpo-32815: Improve docs on the subprocess API *text* parameter (GH-56…
miss-islington Feb 11, 2018
972edd9
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (…
miss-islington Feb 12, 2018
0442599
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (G…
miss-islington Feb 12, 2018
38b4dd7
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_abou…
miss-islington Feb 12, 2018
74ebbae
bpo-29248: Fix os.readlink() on Windows (GH-5577)
miss-islington Feb 12, 2018
65c32bb
bpo-32837: IDLE - require encoding argument for textview.view_file. (…
miss-islington Feb 12, 2018
09819ef
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors…
miss-islington Feb 13, 2018
53374cc
bpo-30579: Docs for dynamic traceback creation (GH-5653)
miss-islington Feb 13, 2018
9b5a90b
bpo-32370: Use the correct encoding for ipconfig output in the uuid m…
miss-islington Feb 13, 2018
ef20abe
bpo-31787: Prevent refleaks when calling __init__() more than once (G…
miss-islington Feb 13, 2018
e81a6c8
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
miss-islington Feb 13, 2018
2e8d900
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
miss-islington Feb 14, 2018
deab193
remove mercurial dot files (GH-5558)
miss-islington Feb 14, 2018
8e29fd4
Fix installation instructions for *nix (GH-5605)
miss-islington Feb 14, 2018
8caee0f
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665)
miss-islington Feb 14, 2018
f0616ce
Update comment in posixmodule.c (GH-5681)
miss-islington Feb 14, 2018
f26b019
Update and sync importlib.resources documentation (GH-5694) (#5697)
miss-islington Feb 16, 2018
af6eaae
bpo-32436: Add docs for contextvars (GH-5685)
miss-islington Feb 16, 2018
803e1a5
Correct the code example in Python 3.7's What's New (GH-5696)
miss-islington Feb 16, 2018
3db05a3
bpo-32604: Clean up created subinterpreters before runtime finalizati…
miss-islington Feb 17, 2018
0f76411
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob…
miss-islington Feb 17, 2018
025544a
DOC: fix documentation for copyright and credits (GH-5706)
miss-islington Feb 17, 2018
afb5e55
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
miss-islington Feb 17, 2018
aeb5d73
Fix a typo in asyncio docs (GH-5721)
miss-islington Feb 17, 2018
d5be8e1
bpo-30638: Add clinic to `make regen-all` (GH-5671)
miss-islington Feb 18, 2018
fa9a502
[3.7] Improves the ability to build in CI (GH-5729)
miss-islington Feb 18, 2018
7da582d
Clean up Travis config (GH-5727)
miss-islington Feb 18, 2018
3892899
bpo-31333: Re-implement ABCMeta in C (GH-5733)
ilevkivskyi Feb 18, 2018
0442de5
bpo-25988: Emit a warning when use or import ABCs from 'collections'.…
ilevkivskyi Feb 18, 2018
2e84e47
bpo-25988: add NEWS entry for 3.7.0b2 (#5743)
ned-deily Feb 18, 2018
ca82e3c
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-…
miss-islington Feb 18, 2018
034a945
bpo-31333: Fix typo in whatsnew/3.7.rst (GH-5744)
miss-islington Feb 18, 2018
19b7f66
bpo-31972: Improve docstrings for pathlib classes (GH-5310)
miss-islington Feb 19, 2018
2072c80
Improve error message for "setup.py upload" without dist files (GH-21…
miss-islington Feb 19, 2018
0cd3581
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
miss-islington Feb 19, 2018
622a824
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
miss-islington Feb 19, 2018
a3d6c1b
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5765)
miss-islington Feb 20, 2018
bab4fe3
closes bpo-32859: Don't retry dup3() if it is not available at runtim…
miss-islington Feb 20, 2018
1d927d4
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the S…
miss-islington Feb 20, 2018
eed3c7a
bpo-32604: Swap threads only if the interpreter is different. (gh-5783)
miss-islington Feb 21, 2018
98a86cb
bpo-32540: Update venv documentation (GH-5736)
miss-islington Feb 21, 2018
7452f6d
bpo-28886: doc: Move deprecated abc decorators to separate section (G…
miss-islington Feb 21, 2018
e5d38de
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
miss-islington Feb 21, 2018
69607b4
bpo-32889: update valgrind suppressions (GH-5779)
miss-islington Feb 21, 2018
c59bc98
bpo-32874: IDLE: add tests for pyparse (GH-5755)
miss-islington Feb 22, 2018
bc2e110
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
miss-islington Feb 22, 2018
dfa1144
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
miss-islington Feb 22, 2018
01dd52f
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdis…
miss-islington Feb 22, 2018
e5a9b35
bpo-32457: Improves handling of denormalized executable path when lau…
miss-islington Feb 22, 2018
24d6e3c
Test that new_timezone can return the UTC singleton (gh-5318) (#5819)
miss-islington Feb 22, 2018
694c5e0
bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)
miss-islington Feb 23, 2018
c673a62
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH…
miss-islington Feb 23, 2018
74b7364
bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)
miss-islington Feb 23, 2018
079d75d
bpo-32924: Fix the Show Source url in the docs. (GH-5835)
Mariatta Feb 23, 2018
1ad6ca5
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
miss-islington Feb 23, 2018
8d9d4b5
bpo-32838: Fix Python versions in the table of magic numbers. (GH-5658)
miss-islington Feb 23, 2018
f409c99
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
miss-islington Feb 24, 2018
1c37e27
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (…
miss-islington Feb 24, 2018
46632f4
[3.7] bpo-32819: Simplify and improve ssl.match_hostname (GH-5620) (#…
miss-islington Feb 24, 2018
e49bf0f
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH…
miss-islington Feb 24, 2018
d24c5a0
[3.7] bpo-32931: fix macOS 10.9+ installer c++ compiler name (GH-5856)
miss-islington Feb 24, 2018
8fa8478
[3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
miss-islington Feb 24, 2018
01d9c23
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
miss-islington Feb 24, 2018
b5655f3
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
miss-islington Feb 25, 2018
ff7528f
[3.7] bpo-31809: test secp ECDH curves (GH-4036) (#5872)
miss-islington Feb 25, 2018
4cb3733
[3.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5874)
miss-islington Feb 25, 2018
9617741
[3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)
miss-islington Feb 25, 2018
83f4394
Delete a broken threading.local example (GH-5870)
miss-islington Feb 25, 2018
b6b6669
Exhaustively test dataclass hashing when no hash= value is provided. …
miss-islington Feb 25, 2018
632c1cb
bpo-32622: Native sendfile on windows (GH-5565)
miss-islington Feb 25, 2018
ddf2485
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
miss-islington Feb 25, 2018
e48e649
bpo-31454: Include information about "import X as Y" in Modules tutor…
miss-islington Feb 25, 2018
139e646
bpo-32500: Correct the documentation for PySequence_Size() and PySequ…
miss-islington Feb 25, 2018
1a57906
Fix 'deecorator' typo in test/test_dataclasses (GH-5899)
miss-islington Feb 26, 2018
4cffe2f
bpo-32929: Dataclasses: Change the tri-state hash parameter to the bo…
miss-islington Feb 26, 2018
a9e0b07
bpo-32922: dbm.open() now encodes filename with the filesystem encodi…
miss-islington Feb 26, 2018
f8a3485
Revert unneccessary changes made in bpo-30296 and apply other improve…
miss-islington Feb 26, 2018
53d3f8a
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
miss-islington Feb 26, 2018
51d95ff
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typeh…
miss-islington Feb 26, 2018
a9a8a98
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
miss-islington Feb 27, 2018
a93e3dc
bpo-32960: For dataclasses, disallow inheriting frozen from non-froze…
miss-islington Feb 27, 2018
2614ed4
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
miss-islington Feb 27, 2018
102d520
bpo-28124: deprecate ssl.wrap_socket() (GH-5888)
miss-islington Feb 27, 2018
89c2051
[3.7] bpo-32951: Disable SSLSocket/SSLObject constructor (GH-5864) (#…
tiran Feb 27, 2018
4c842b0
bpo-31453: Add setter for min/max protocol version (GH-5259)
miss-islington Feb 27, 2018
fff596f
bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-…
miss-islington Feb 27, 2018
a7edca7
bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8
ned-deily Feb 27, 2018
88369bf
Update macOS installer resources
ned-deily Feb 27, 2018
b7dcae3
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (…
miss-islington Feb 27, 2018
0ea49fc
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
miss-islington Feb 28, 2018
b0ef5c9
Update NEWS, docs, and patchlevel for 3.7.0b2
ned-deily Feb 28, 2018
b2df4a0
Moving on to 3.7.0b2+
ned-deily Feb 28, 2018
cefbd01
Minor improvements to the Windows build/release process (GH-5935)
miss-islington Feb 28, 2018
7e57634
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH…
miss-islington Feb 28, 2018
82734a6
Fix typo in logging doc: picked -> pickled (GH-5942)
miss-islington Feb 28, 2018
6ae75d9
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945)
miss-islington Mar 1, 2018
398242a
Fixed incorrect default value for dataclass unsafe_hash. (GH-5949) (G…
miss-islington Mar 1, 2018
0e06be8
Add What's new entry for datetime.fromisoformat (GH-5559) (GH-5939)
miss-islington Mar 1, 2018
a13b654
bpo-32964: Reuse a testing implementation of the path protocol in tes…
miss-islington Mar 2, 2018
0f7cf7e
Fix missing coroutine declaration in the asyncio documentation. (GH-5…
miss-islington Mar 3, 2018
0902a2d
bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
miss-islington Mar 4, 2018
a5303dd
bpo-32857: Raise error when tkinter after_cancel() is called with Non…
miss-islington Mar 4, 2018
f92478d
[3.7] bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978) (G…
miss-islington Mar 4, 2018
fd340bf
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
miss-islington Mar 5, 2018
063c637
Add What's New for issues 32303 and 32305 (GH-5994) (GH-5995)
miss-islington Mar 5, 2018
96fdbac
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
miss-islington Mar 5, 2018
31e2b76
bpo-33005: Fix _PyGILState_Reinit() (GH-6001)
miss-islington Mar 6, 2018
5a0c398
bpo-32991: Restore expectation that inspect.getfile raises TypeError …
miss-islington Mar 6, 2018
112f799
bpo-33009: Fix inspect.signature() for single-parameter partialmethod…
miss-islington Mar 6, 2018
c4d77a6
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-…
miss-islington Mar 7, 2018
d824b4e
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
miss-islington Mar 7, 2018
c072e25
Fix some ipaddress documentation errors (GH-6021)
miss-islington Mar 8, 2018
e724dd4
Add two missing error checks in hamt.c (GH-5851)
miss-islington Mar 8, 2018
8c163bb
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalp…
miss-islington Mar 8, 2018
3c39beb
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
miss-islington Mar 9, 2018
f2fffd4
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault …
miss-islington Mar 9, 2018
fc5e095
Warn that compile() can crash when compiling to an AST object (GH-604…
miss-islington Mar 9, 2018
6826589
Warn that dbm.dumb.open() can crash Python (GH-6047) (GH-6048)
miss-islington Mar 10, 2018
f34e0d6
bpo-26701: Add documentation for __trunc__ (GH-6049)
miss-islington Mar 10, 2018
8909078
bpo-26701: Improve documentation for the rounding special methods. (G…
miss-islington Mar 10, 2018
bf0d116
bpo-33037: Skip sending/receiving after SSL transport closing (GH-604…
miss-islington Mar 10, 2018
9e94c0d
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH…
serhiy-storchaka Mar 10, 2018
e8a5a92
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
miss-islington Mar 10, 2018
5506d60
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
miss-islington Mar 10, 2018
3ca5efc
controlflow: Use full example for "5 through 9" (GH-5907)
miss-islington Mar 10, 2018
c546a62
bpo-27645: Skip test_bad_target_in_transaction if SQLite == 3.8.7.1 (…
miss-islington Mar 11, 2018
17b6c19
bpo-33045: Fix typos in SSL documentation (GH-6065)
miss-islington Mar 11, 2018
720a4b6
bpo-32996: Improve What's New in 3.7. (GH-5983)
miss-islington Mar 11, 2018
39441fc
bpo-32338: OrderedDict import is no longer needed in re. (GH-4891)
miss-islington Mar 11, 2018
04aadf2
[3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno.…
serhiy-storchaka Mar 11, 2018
ff5d213
bpo-31804: Fix multiprocessing.Process with broken standard streams (…
miss-islington Mar 11, 2018
ee28cd5
Fix docs markup for asyncio current_task() and all_tasks() (GH-6089)
miss-islington Mar 12, 2018
6f415c4
Add macOS installer Conclusion file
ned-deily Mar 12, 2018
d461ed8
bpo-29719: Remove Date and Release field in whatsnew/3.7 (GH-6094)
ned-deily Mar 13, 2018
b4c8871
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (…
miss-islington Mar 13, 2018
e32bbaf
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace ev…
xdegaye Mar 13, 2018
f216cbf
bpo-33056 FIX leaking fd in concurrent.futures.ProcessPoolExecutor (G…
miss-islington Mar 13, 2018
7d0528d
lib2to3: Add more tests (GH-6101) (#6108)
miss-islington Mar 13, 2018
6e65e44
[3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backu…
miss-islington Mar 14, 2018
136905f
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
miss-islington Mar 17, 2018
d7b8103
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6134)
miss-islington Mar 17, 2018
429ca44
bpo-27645: Fix version number in 'database in transaction' fallback (…
miss-islington Mar 18, 2018
773573e
[3.7] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (…
serhiy-storchaka Mar 18, 2018
a90df50
Revert "bpo-30406: Make async and await proper keywords (GH-1669)" (G…
miss-islington Mar 18, 2018
fdd8e8b
bpo-19417: Add test_bdb.py (GH-5217)
miss-islington Mar 18, 2018
3c0a5a7
bpo-32056: Improve exceptions in aifc, wave and sunau. (GH-5951)
miss-islington Mar 18, 2018
4564831
bpo-32953: Dataclasses: frozen should not be inherited for non-datacl…
miss-islington Mar 19, 2018
3d41f48
bpo-33100: Dataclasses now handles __slots__ and default values corre…
miss-islington Mar 20, 2018
56cce1c
[3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6…
miss-islington Mar 20, 2018
a70b8f5
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
miss-islington Mar 20, 2018
a323eee
bpo-18802: Add more details to ipaddress documentation (GH-6083)
miss-islington Mar 21, 2018
3326c92
bpo-27683: Fix a regression for host() of ipaddress network objects (…
miss-islington Mar 21, 2018
56f530e
Fix typos in mmap() error messages (GH-6173)
miss-islington Mar 21, 2018
22136c9
bpo-32896: Fix error when subclassing a dataclass with a field that u…
miss-islington Mar 21, 2018
bb5b529
bpo-33078 - Fix queue size on pickling error (GH-6119) (GH-6178)
miss-islington Mar 21, 2018
f5625d5
FIX failure on OSX sem_getvalue (GH-6180) (GH-6181)
miss-islington Mar 21, 2018
4ddc99d
bpo-33116: Add 'Field' to dataclasses.__all__. (GH-6182) (GH-6183)
miss-islington Mar 21, 2018
8f46176
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
miss-islington Mar 22, 2018
346964b
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
miss-islington Mar 22, 2018
5d8bb5d
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190)
miss-islington Mar 22, 2018
3b4c6b1
bpo-32505: dataclasses: raise TypeError if a member variable is of ty…
miss-islington Mar 22, 2018
c71edab
bpo-32999: ast: Convert useless check to assert (GH-6197)
miss-islington Mar 23, 2018
b9744e9
bpo-33041: Fixed jumping if the function contains an "async for" loop…
serhiy-storchaka Mar 23, 2018
67d3f8b
Fix a reference to the MRE book in re docs (GH-1113)
miss-islington Mar 23, 2018
f8d2c3c
bpo-31639: Use threads in http.server module. (GH-5018)
miss-islington Mar 23, 2018
45738ed
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriat…
miss-islington Mar 23, 2018
ac56027
bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) (…
ilevkivskyi Mar 23, 2018
1a0bb62
[3.7] bpo-24334: Remove inaccurate match_hostname call (GH-6211) (#6212)
miss-islington Mar 24, 2018
42bd62b
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH…
miss-islington Mar 24, 2018
471364b
bpo-33132: Fix reference counting issues in the compiler. (GH-6209)
miss-islington Mar 24, 2018
02c19a6
Trivial dataclass cleanups: (GH-6218)
miss-islington Mar 24, 2018
9989efb
bpo-33134: dataclasses: use function dispatch table for hash, instead…
miss-islington Mar 25, 2018
5729b9c
Fix invalid escape sequence: use raw string. (GH-6225)
miss-islington Mar 25, 2018
291d5f3
bpo-32943: Fix confusing error message for rot13 codec (GH-5869)
miss-islington Mar 25, 2018
c6d94c3
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
miss-islington Mar 25, 2018
2dd885e
[3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (G…
miss-islington Mar 25, 2018
5666a55
Trivial improvements to dataclasses tests. (GH-6234)
miss-islington Mar 25, 2018
ee37845
bpo-33053: -m now adds *starting* directory to sys.path (GH-6231) (#6…
ncoghlan Mar 25, 2018
bc3e009
Clarify fd inheritance when close_fds=False. (GH-6240)
miss-islington Mar 25, 2018
5fc6fc8
Minor fixes to dataclass tests. (GH-6243)
miss-islington Mar 26, 2018
a7b1b84
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
miss-islington Mar 26, 2018
a6c3299
Fix typo and edit for clarity in the docstrings of sys.float_info. (G…
miss-islington Mar 26, 2018
daf06e0
Gitignore gmon.out (GH-5796)
miss-islington Mar 26, 2018
7aef297
Fix description about SimpleXMLRPCServer constructor parameter bind_a…
miss-islington Mar 26, 2018
d01a805
Corrected link targets in collections.rst (GH-1052)
miss-islington Mar 26, 2018
00765bb
Fix error message in sqlite connection thread check. (GH-6028)
miss-islington Mar 26, 2018
c6147ac
bpo-33141: Have dataclasses.Field pass through __set_name__ to any de…
miss-islington Mar 26, 2018
0545563
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
miss-islington Mar 26, 2018
d0e04c8
bpo-32873: Treat type variables and special typing forms as immutable…
miss-islington Mar 26, 2018
f328caf
bpo-27212: Modify islice recipe to consume initial values preceding s…
miss-islington Mar 27, 2018
fd1b8f8
bpo-33151: Handle submodule resources (GH-6268) (GH-6270)
miss-islington Mar 27, 2018
6a2539c
bpo-32517: re-enable test_read_pty_output on macOS (GH-6112)
ned-deily Mar 27, 2018
211c0db
Fix senfile typo (GH-6265) (#6274)
miss-islington Mar 28, 2018
d2d5bd8
bpo-32872: Avoid regrtest compatibility issue with namespace packages…
miss-islington Mar 28, 2018
39c0ef5
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6280)
miss-islington Mar 28, 2018
b9172b9
[3.7] bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-…
miss-islington Mar 28, 2018
6cb556f
s/the the/the/ (GH-6287)
miss-islington Mar 28, 2018
6124d8e
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6294)
miss-islington Mar 28, 2018
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
serhiy-storchaka Mar 28, 2018
a48614b
FIX documentation and NEWS of ThreadedHTTPServer. (GH-6207) (GH-6302)
miss-islington Mar 29, 2018
a470b74
Fix typos '.::' should typically just be '::'. (GH-6165) (GH-6300)
miss-islington Mar 29, 2018
7a6f59e
bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6308)
ned-deily Mar 29, 2018
4e7efa9
3.7.0b3
ned-deily Mar 29, 2018
e557b5c
bump to 3.7.0b3+
ned-deily Mar 29, 2018
faa6f5c
bpo-33175: dataclasses should look up __set_name__ on class, not inst…
miss-islington Mar 29, 2018
2961717
bpo-33182: Fix pointer types in _testembed (GH-6310) (GH-6311)
miss-islington Mar 30, 2018
7dcfd6c
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
miss-islington Mar 30, 2018
9e96e7b
bpo-33132: Fix more reference counting issues in the compiler. (GH-6323)
miss-islington Mar 31, 2018
d063ad8
Allow dynamic creation of generic dataclasses (GH-6319) (GH-6320)
miss-islington Apr 1, 2018
ab84572
bpo-20104: Add os.posix_spawn documentation. (GH-6334)
miss-islington Apr 1, 2018
6130675
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
miss-islington Apr 2, 2018
fa91aff
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
miss-islington Apr 2, 2018
de75512
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
miss-islington Apr 3, 2018
f6d1d65
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.sca…
miss-islington Apr 3, 2018
0c53357
bpo-32360: Remove object_pairs_hook=OrderedDict examples (GH-5001)
miss-islington Apr 3, 2018
74735e2
bpo-33209: End framing at the end of C implementation of pickle.Pickl…
miss-islington Apr 3, 2018
9216dff
bpo-32337: Update documentats about dict order (GH-4973)
miss-islington Apr 4, 2018
b8fc2d6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
miss-islington Apr 4, 2018
fcd4e03
bpo-29922: Improve error messages in 'async with' (GH-6352)
miss-islington Apr 4, 2018
785f36c
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
miss-islington Apr 4, 2018
bd85c97
Call super in Generic.__init_subclass__ (GH-6356)
miss-islington Apr 4, 2018
04eac02
bpo-32873: Remove a name hack for generic aliases in typing module (G…
miss-islington Apr 5, 2018
83f564f
Clean up and enhance frozen dataclass tests. (GH-6380)
miss-islington Apr 5, 2018
baf304e
bpo-33203: Ensure random.choice always raises IndexError on empty seq…
miss-islington Apr 5, 2018
28c1790
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6390)
miss-islington Apr 5, 2018
64421d9
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
miss-islington Apr 6, 2018
252f10c
fixed capitalization of class name (GH-6396) (GH-6397)
miss-islington Apr 6, 2018
3c193cf
[3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6…
miss-islington Apr 6, 2018
a09bb87
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache…
brettcannon Apr 7, 2018
98e8ac8
[3.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.…
miss-islington Apr 7, 2018
12d1dcd
bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-64…
miss-islington Apr 7, 2018
31f1b52
bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6411)
miss-islington Apr 7, 2018
8a72266
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6421)
miss-islington Apr 8, 2018
d964f51
Update docstring of tempfile._RandomNameSequence (GH-6414)
miss-islington Apr 9, 2018
b571958
Improve highlighting of some code blocks. (GH-6401)
miss-islington Apr 9, 2018
558e7e4
Fix misleading docsting of shelve.open(). (GH-6427)
miss-islington Apr 9, 2018
9b25bd6
bpo-31920: Fixed handling directories as arguments in the ``pygettext…
miss-islington Apr 9, 2018
b0f387d
[3.7] bpo-33031: Remove dead code in C implementation of OrderedDict.…
serhiy-storchaka Apr 9, 2018
71a3837
[3.7] bpo-31201: Clarify command to re-run failing test(s) with examp…
miss-islington Apr 9, 2018
9bb8ceb
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH…
miss-islington Apr 10, 2018
b262659
bpo-33097: Fix submit accepting callable after executor shutdown by i…
miss-islington Apr 10, 2018
4dc3c8f
bpo-33260: Regenerate token.py after removing ASYNC and AWAIT. (GH-6447)
miss-islington Apr 11, 2018
cbbf746
Fix error messages in argparse examples (GH-6435)
miss-islington Apr 11, 2018
3715176
[3.7] bpo-33217: deprecate non-Enum lookups in Enums (GH-6392)
ethanfurman Apr 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
25 changes: 22 additions & 3 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,30 @@ branches:
- buildbot-custom
cache:
- externals -> PCbuild\*
before_build:
- ps: |+
if ($env:APPVEYOR_RE_BUILD) {
echo 'Doing full build due to re-build request.'
} elseif (!$env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT) {
echo 'Not a PR, doing full build.'
} else {
git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH
$mergebase = git merge-base HEAD FETCH_HEAD
$changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)'
If (!$changes) {
echo 'Only docs were updated, stopping build process.'
Exit-AppveyorBuild
}
echo 'Doing full build due to non-doc changes in these files:'
echo $changes
}


build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
image:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,4 @@ Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/
gmon.out
58 changes: 0 additions & 58 deletions .hgeol

This file was deleted.

106 changes: 0 additions & 106 deletions .hgignore

This file was deleted.

182 changes: 0 additions & 182 deletions .hgtags

This file was deleted.

Loading