summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-32984: IDLE - set __file__ for startup files (GH-5981)Terry Jan Reedy2018-03-052-0/+10
* bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)Cheryl Sabella2018-03-041-0/+4
* bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...Cheryl Sabella2018-03-043-3/+115
* closes bpo-32980 Remove _PyFrame_Init (GH-5965)Thomas Nyberg2018-03-043-12/+0
* bpo-32981: Fix catastrophic backtracking vulns (#5955)Jamie Davis2018-03-046-4/+39
* Fix missing coroutine declaration in the asyncio documentation. (#5964)Joongi Kim2018-03-031-1/+1
* bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)Serhiy Storchaka2018-03-0211-103/+70
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-0112-585/+80
* Fixed incorrect default value for dataclass unsafe_hash. (GH-5949)Eric V. Smith2018-03-011-2/+2
* bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801)Alexey Izbyshev2018-03-012-7/+9
* Fix typo in logging doc: picked -> pickled (GH-5942)James Walker2018-02-281-1/+1
* bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)Cheryl Sabella2018-02-283-89/+32
* Fix 3.8 whatsnew changelog linkNed Deily2018-02-281-1/+1
* Minor improvements to the Windows build/release process (GH-5935)Steve Dower2018-02-283-8/+12
* bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)Terry Jan Reedy2018-02-271-0/+16
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)Serhiy Storchaka2018-02-274-51/+9
* Update macOS installer resourcesNed Deily2018-02-273-35/+25
* bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8Ned Deily2018-02-273-6/+28
* bpo-31355: Travis-CI: re-enable macOS job (#5858)Antoine Pitrou2018-02-272-4/+18
* bpo-10381, bpo-32403: What's new entries for changes to datetime (gh-5814)Paul Ganssle2018-02-271-0/+10
* bpo-31453: Add setter for min/max protocol version (#5259)Christian Heimes2018-02-276-27/+471
* bpo-32951: Disable SSLSocket/SSLObject constructor (#5864)Christian Heimes2018-02-275-84/+107
* bpo-28124: deprecate ssl.wrap_socket() (#5888)Christian Heimes2018-02-273-182/+218
* bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663)Christian Heimes2018-02-279-74/+131
* bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classe...Eric V. Smith2018-02-273-29/+77
* bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)Joffrey F2018-02-273-1/+11
* bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...Tobotimus2018-02-263-4/+102
* bpo-32836: Remove obsolete code from symtable pass (GH-5680)Nitish Chandra2018-02-263-26/+1
* bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586)Sergey Fedoseev2018-02-264-33/+13
* bpo-32394: Remove some TCP options on old version Windows. (GH-5523)animalize2018-02-264-0/+101
* Revert unneccessary changes made in bpo-30296 and apply other improvements. (...Serhiy Storchaka2018-02-264-5/+6
* bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-...Serhiy Storchaka2018-02-268-19/+134
* Fix 'deecorator' typo in test/test_dataclasses (GH-5899)Terry Jan Reedy2018-02-261-1/+1
* bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean un...Eric V. Smith2018-02-263-195/+235
* Update PR template file, don't reference bpo 12345 (GH-5897)Mariatta2018-02-251-1/+0
* bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...Mario Corchero2018-02-251-0/+19
* bpo-25059: Clarify the print separator usage in tutorial (GH-5879)Cheryl Sabella2018-02-251-1/+1
* bpo-32622: Native sendfile on windows (#5565)Andrew Svetlov2018-02-257-93/+431
* Delete a broken threading.local example (#5870)Aaron Gallagher2018-02-251-5/+1
* bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876)Christian Heimes2018-02-252-25/+30
* bpo-32647: Link ctypes extension with libdl. (#5550)Christian Heimes2018-02-252-0/+6
* bpo-31809: test secp ECDH curves (#4036)Christian Heimes2018-02-252-0/+53
* bpo-17232: Clarify docs for -O and -OO command line options (#5839)Cheryl Sabella2018-02-254-6/+23
* bpo-30622: Improve NPN support detection (#5859)Christian Heimes2018-02-244-11/+42
* bpo-24334: Cleanup SSLSocket (#5252)Christian Heimes2018-02-245-117/+183
* remove vestigal locking from obmalloc (GH-5805)Benjamin Peterson2018-02-241-39/+0
* bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855)Ned Deily2018-02-241-1/+1
* bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)Serhiy Storchaka2018-02-243-0/+8
* bpo-32819: Simplify and improve ssl.match_hostname (#5620)Christian Heimes2018-02-243-57/+117
* bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)Cheryl Sabella2018-02-245-102/+103