summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the method definition arrays and static object definitions back to the o...pr_4170Raymond Hettinger2018-09-101-114/+106
* Merge remote-tracking branch 'upstream/master' into pr_4170Raymond Hettinger2018-09-09576-6307/+13001
|\
| * 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
| * bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...Pablo Galindo2018-08-312-6/+11
| * Simplify vector_norm() by eliminating special cases in the main loop (GH-9006)Raymond Hettinger2018-08-311-22/+18
| * bpo-34062: Add missing launcher argument and make behavior consistent between...Brendan Gerrity2018-08-312-8/+12
| * Add VSTS status badge to readme (GH-8958)Steve Dower2018-08-311-1/+13
| * bpo-34097: Polish API design (GH-8725)Marcel Plch2018-08-313-18/+19
| * bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (G...Naris R2018-08-303-0/+15
| * bpo-34542: Update test certs and keys (GH-8997)Christian Heimes2018-08-3020-726/+981
| * Fix TestPosixSpawn.test_close_file() (GH-8992)Victor Stinner2018-08-301-30/+34
| * bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)Victor Stinner2018-08-306-40/+50
| * bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)Victor Stinner2018-08-292-21/+32
| * bpo-34485: Emit C locale coercion warning later (GH-9002)Victor Stinner2018-08-291-8/+7