summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rework integer overflow path in math.prod and add more tests (GH-11809)Pablo Galindo2019-03-092-40/+137
* Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)Carl Bordum Hansen2019-03-091-3/+3
* Remove d_initial from the parser as it is unused (GH-12212)tyomitch2019-03-094-95/+94
* Make a documentation link target more specific (GH-12249)Raymond Hettinger2019-03-091-3/+3
* bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)Eric Snow2019-03-094-40/+40
* bpo-33608: Minor cleanup related to pending calls. (gh-12247)Eric Snow2019-03-095-68/+81
* Simplify DISPATCH by hoisting eval_breaker ahead of time. (gh-12243)Eric Snow2019-03-091-2/+3
* bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)Cheryl Sabella2019-03-083-0/+9
* Fix the Py_atomic_* macros. (#12240)Eric Snow2019-03-081-24/+24
* bpo-35843: Implement __getitem__ for _NamespacePath (GH-11690)Anthony Sottile2019-03-084-869/+888
* bpo-34162: Add entries for idlelib/NEWS.txt (#12232)Terry Jan Reedy2019-03-081-0/+6
* Fix typo (double 'the') in CODEOWNERS (GH-12227)Benedikt Werner2019-03-081-1/+1
* bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)Guido van Rossum2019-03-0729-198/+473
* bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)Zackery Spytz2019-03-071-1/+1
* bpo-36108: Avoid failing the build on race condition in clean (GH-12217)Steve Dower2019-03-071-1/+1
* NormalDist.overlap() only needs one example (GH-12218)Raymond Hettinger2019-03-071-17/+4
* bpo-36216: Add check for characters in netloc that normalize to separators (G...Steve Dower2019-03-074-0/+61
* Refine statistics.NormalDist documentation and improve test coverage (GH-12208)Raymond Hettinger2019-03-072-29/+26
* bpo-36169 : Add overlap() method to statistics.NormalDist (GH-12149)Raymond Hettinger2019-03-074-1/+132
* Fix the documentation for set.copy() (GH-12176)Andre Delfino2019-03-071-1/+1
* bpo-36185: Fix typo in Doc/c-api/objbuffer.rst. (GH-12204)Emmanuel Arias2019-03-071-1/+1
* bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-1...Davide Rizzo2019-03-061-2/+4
* bpo-9566: Fix compiler warnings in gcmodule.c (GH-11010)Jeremy Kloth2019-03-061-1/+1
* closes bpo-36139: release GIL around munmap(). (GH-12073)Davide Rizzo2019-03-062-14/+26
* bpo-36209: Fix typo on hashlib error message (GH-12194)Emmanuel Arias2019-03-061-1/+1
* bpo-36142: PYTHONMALLOC overrides PYTHONDEV (GH-12191)Victor Stinner2019-03-063-16/+40
* bpo-35807: Upgrade ensurepip bundled pip and setuptools (GH-12189)Pradyun Gedam2019-03-064-2/+3
* Add more tests for pdf() and cdf() (GH-12190)Raymond Hettinger2019-03-061-3/+29
* bpo-36142: _PyPreConfig_Read() sets LC_CTYPE (GH-12188)Victor Stinner2019-03-064-47/+78
* bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)Victor Stinner2019-03-067-88/+50
* bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)Victor Stinner2019-03-054-43/+95
* bpo-36142: Add _PyMem_GetDebugAllocatorsName() (GH-12185)Victor Stinner2019-03-055-3/+27
* bpo-36187: Remove NamedStore. (GH-12167)Serhiy Storchaka2019-03-057-143/+103
* Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12...Serhiy Storchaka2019-03-051-2/+2
* bpo-36142: Add _PyPreConfig.allocator (GH-12181)Victor Stinner2019-03-057-53/+129
* bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule....Stéphane Wirtel2019-03-052-2/+2
* bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174)Victor Stinner2019-03-057-366/+465
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)Serhiy Storchaka2019-03-0525-323/+264
* bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928)Serhiy Storchaka2019-03-055-298/+254
* closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169)Martijn Pieters2019-03-053-24/+5
* Doc: Use `option` word for command line interface. (GH-12142)NAKAMURA Osamu2019-03-051-1/+1
* bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)Victor Stinner2019-03-058-52/+209
* bpo-36142: Add _PyPreConfig structure (GH-12172)Victor Stinner2019-03-059-52/+193
* Fixed a missing . and a missing capital letter. (GH-12170)Jules Lasne (jlasne)2019-03-041-2/+2
* bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)Christian Heimes2019-03-042-5/+9
* bpo-35198 Fix C++ extension compilation on AIX (GH-10437)Kevin Adler2019-03-042-1/+10
* Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...Victor Stinner2019-03-0420-745/+576
* bpo-31904: Add encoding support for VxWorks RTOS (GH-12051)pxinwr2019-03-047-14/+19
* Clean implementation of Parser/pgen and fix some style issues (GH-12156)Pablo Galindo2019-03-044-28/+14
* bpo-20906: Various revisions to the Unicode howto (#8394)Andrew Kuchling2019-03-041-158/+183