summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-052-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-021-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-09-012-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-291-30/+34
* bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)Victor Stinner2018-08-296-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
* bpo-34523: Support surrogatepass in locale codecs (GH-8995)Victor Stinner2018-08-297-115/+421
* bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)Victor Stinner2018-08-295-30/+55
* bpo-34523: Fix config_init_fs_encoding() (GH-8991)Victor Stinner2018-08-291-1/+1
* bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)Victor Stinner2018-08-2912-100/+296
* bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)Victor Stinner2018-08-296-135/+265
* bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)Victor Stinner2018-08-293-19/+13
* bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)Victor Stinner2018-08-293-18/+40
* Improve commutativity of math.hypot() and math.dist() (GH-8984)Raymond Hettinger2018-08-291-13/+19
* bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)Victor Stinner2018-08-284-97/+111
* bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)Victor Stinner2018-08-283-13/+19
* bpo-34485: Enhance init_sys_streams() (GH-8978)Victor Stinner2018-08-288-43/+91
* bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)Victor Stinner2018-08-285-52/+105