summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-34625: Update vendorized expat version to 2.2.6.benjamin-expat-2.2.6Benjamin Peterson2018-09-105-27/+70
* switch descriptor howto to return value annotation (GH-7796)NotAFile2018-09-101-3/+3
* bpo-20180: itertools.groupby Argument Clinic conversion (GH-4170)Tal Einat2018-09-102-23/+105
* bpo-33217: Raise TypeError for non-Enum lookups in Enums (GH-6651)Rahul Jha2018-09-104-5/+62
* bpo-33604: Remove deprecated HMAC default value marked for removal in 3.8 (GH...Matthias Bussonnier2018-09-104-33/+13
* closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)Sebastian Rittau2018-09-102-3/+3
* bpo-26502: Implement FrameSummary.__len__() (GH-8632)Berker Peksag2018-09-103-0/+10
* Fix misleading mentions of tp_size in comments (GH-9093)Peter Eisentraut2018-09-1015-21/+21
* bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)Benjamin Peterson2018-09-104-26/+96
* bpo-30977: rework code changes according to post-merge code review (GH-9106)Tal Einat2018-09-103-68/+146
* Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)Sergey Fedoseev2018-09-101-1/+1
* Revert "Fix misindented yaml in logging how to example (GH-8604)" (GH-9081)Rémy HUBSCHER2018-09-101-3/+3
* Remove unneeded PyUnicode_READY() in tokenizer.c (GH-9114)Zackery Spytz2018-09-101-1/+1
* bpo-34421 avoid unicode error in distutils logging (GH-8799)Julien Malard2018-09-082-1/+5
* bpo-20104: Change the file_actions parameter of os.posix_spawn(). (GH-6725)Serhiy Storchaka2018-09-084-40/+41
* bpo-33083: Update "What's new" with math.factorial changes (GH-9109)Pablo Galindo2018-09-081-0/+3
* bpo-34246: Make sure test_smtplib always cleans resources when finished (GH-9...Pablo Galindo2018-09-081-7/+47
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Pablo Aguiar2018-09-075-8/+39
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Zackery Spytz2018-09-081-0/+7
* bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)William Grzybowski2018-09-074-17/+19
* bpo-34605: childs => children (GH-9102)Victor Stinner2018-09-071-1/+1
* bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)Victor Stinner2018-09-074-53/+66
* bpo-20104: Add flag capabilities to posix_spawn (GH-6693)Pablo Galindo2018-09-075-14/+344
* bpo-34605: Avoid master/slave terms (GH-9101)Victor Stinner2018-09-077-7/+7
* bpo-34605, libregrtest: Rename --slaveargs to --worker-args (GH-9099)Victor Stinner2018-09-074-15/+15
* bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)William Grzybowski2018-09-076-15/+228
* Doc: Missing 'f' in an f-string. (GH-9074)Julien Palard2018-09-071-1/+1
* _sre.c: Removed unused SRE_IS_ALNUM macro (GH-9090)Sergey Fedoseev2018-09-071-2/+0
* bpo-25750: fix refcounts in type_getattro() (GH-6118)jdemeyer2018-09-072-6/+13
* closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)Sergey Fedoseev2018-09-061-17/+3
* closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)Zackery Spytz2018-09-063-3/+4
* bpo-30977: make uuid.UUID use __slots__ (GH-9078)Tal Einat2018-09-063-2/+88
* closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. ...Erik Janssens2018-09-042-2/+6
* bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ...Brendan Gerrity2018-09-041-2/+2
* bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (G...Alexander Buchkovsky2018-09-043-9/+10
* bpo-26544: Add test for platform._comparable_version(). (GH-8973)Serhiy Storchaka2018-09-041-0/+36
* bpo-34530: Fix distutils find_executable() (GH-9049)Victor Stinner2018-09-043-3/+50
* bpo-33613, test_semaphore_tracker_sigint: fix race condition (#7850)Pablo Galindo2018-09-043-12/+52
* bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)Pablo Galindo2018-09-033-3/+16
* bpo-26901: Fix the Argument Clinic test suite (GH-8879)Victor Stinner2018-09-031-8/+19
* bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)Victor Stinner2018-09-031-15/+3
* bpo-34567: pythoninfo gets coreconfig (GH-9043)Victor Stinner2018-09-034-3/+174
* _Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)Victor Stinner2018-09-031-1/+13
* bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041)Victor Stinner2018-09-031-2/+13
* Minor improvement to code clarity (GH-9036)Raymond Hettinger2018-09-021-1/+1
* Fix struct sequence glossary entry grammar (GH-9030)Zachary Ware2018-09-011-1/+1
* closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH...Thomas Herzog2018-09-012-24/+27
* Fix typo in typing.py module docstring (#9014)Tim McNamara2018-09-011-1/+1
* bpo-34558: Add missing parentheses in _aix.py (GH-9017)Michael Felt2018-08-312-1/+2
* bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-...Pablo Galindo2018-08-311-0/+9