103596 Commits (6d5ee973f0600a3a9444f569dcf0dd346bfa2a11)
 

Author SHA1 Message Date
Victor Stinner 6d5ee973f0
bpo-36301: Add _PyRuntimeState.preconfig (GH-12506) 7 years ago
Terry Jan Reedy 2b75155590
bpo-36405: Use dict unpacking in idlelib (#12507) 7 years ago
Gregory P. Smith 7a2e84c348
bpo-33319: Clarify subprocess call docs. (GH-12508) 7 years ago
Xavier GUIHOT 7c822e50f0 Fix typo in doc for pprint.pp (GH-12500) 7 years ago
Terry Jan Reedy c1419578a1
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491) 7 years ago
Brett Cannon 5086589305 bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358) 7 years ago
Denton Liu dd7c4ceed9 bpo-35155: clarify protocol handler method naming (GH-10313) 7 years ago
Rémi Lapeyre 96831c7fcf bpo-30670: Add pp function to the pprint module (GH-11769) 7 years ago
Inada Naoki c5c6cdada3 asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494) 7 years ago
Kumar Akshay b0df45e55d bpo-21269: Provide args and kwargs attributes on mock call objects GH11807 7 years ago
Pablo Galindo 40b6907b37 Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489) 7 years ago
Zackery Spytz 97f5de01ad bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-10625) 7 years ago
Zackery Spytz 93e8012f2c bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492) 7 years ago
Pablo Galindo 9a0000d15d
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477) 7 years ago
Isuru Fernando aedc273fd9 Fix registry key for Windows SDK detection (GH-12445) 7 years ago
Steve Dower 8bba81fd55
bpo-35978: Correctly skips venv tests in venvs (GH-12220) 7 years ago
Jess 7ee88bf3e5 bpo-36245: Avoid problems when building in a directory containing spaces. (GH-12241) 7 years ago
Benedikt Werner 14e3c447c1 Fix table formatting in itertools doc (GH-12228) 7 years ago
CAM Gerlach e680c3db80 bpo-36268: Change default tar format to pax from GNU. (GH-12355) 7 years ago
Emmanuel Arias ed5e29cba5 bpo-36385: Add ``elif`` sentence on to avoid multiple ``if`` (GH-12478) 7 years ago
Raymond Hettinger 2afb598618 bpo-36324: NormalDist() add more tests and update comments (GH-12476) 7 years ago
sth aa3ecb8041 bpo-36285: Fix integer overflow in the array module. (GH-12317) 7 years ago
Serhiy Storchaka c1e2c288f4
bpo-36312: Fix decoders for some code pages. (GH-12369) 7 years ago
Inada Naoki cc60cdd9c4
bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469) 7 years ago
Inada Naoki d5f18a63cc
bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466) 7 years ago
Inada Naoki e9a1dcb423
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467) 7 years ago
Inada Naoki c5a216e0b9
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464) 7 years ago
Zackery Spytz 9b4a1b1e23 bpo-36374: Fix a possible null pointer dereference (GH-12449) 7 years ago
Victor Stinner fa15376848
bpo-36301: Add _PyPreCmdline internal API (GH-12458) 7 years ago
Shubham Aggarwal abbdd1fc5c bpo-23984: Improve descriptor documentation (GH-1034) 7 years ago
Victor Stinner 4a1468e593
bpo-36356: Fix _PyCoreConfig_Read() (GH-12454) 7 years ago
Victor Stinner f29084d611
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457) 7 years ago
Stéphane Wirtel 0d765e3849 bpo-36362: Avoid unused variables when HAVE_DYNAMIC_LOADING is not defined (GH-12430) 7 years ago
Victor Stinner c70ab02df2
bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440) 7 years ago
Victor Stinner fd23cfa464
bpo-35388: Fix _PyRuntime_Finalize() (GH-12443) 7 years ago
Raymond Hettinger fe13883f01 bpo-36324: Improved code formatting for the NormalDist.inv_cdf rational approximation (GH-12448) 7 years ago
Raymond Hettinger 52a594bd0d NormalDist.inv_cdf(): In-line constants because the variable names were not informative (GH-12446) 7 years ago
Victor Stinner fc96e5474a
bpo-36236: Fix _PyPathConfig_ComputeSysPath0() for empty argv (GH-12441) 7 years ago
Pablo Galindo cb90c89de1
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) 7 years ago
Victor Stinner dcf617152e
bpo-36236: Handle removed cwd at Python init (GH-12424) 7 years ago
Victor Stinner f5f336a819
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435) 7 years ago
Victor Stinner fecc4f2b47
bpo-36356: Release Unicode interned strings on Valgrind (#12431) 7 years ago
Victor Stinner a712679a2b
bpo-36333, bpo-36356: Fix _PyEval_FiniThreads() (GH-12432) 7 years ago
Inada Naoki 29198ea1c6
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434) 7 years ago
Stéphane Wirtel 943395fab9 bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400) 7 years ago
btharper e130a07eb2 bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425) 7 years ago
Raymond Hettinger 5f1e8b4d24 Add docstrings to the arithmetic methods in NormalDist() (GH-12426) 7 years ago
Raymond Hettinger 714c60d7ac
bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377) 7 years ago
Victor Stinner faddaedd05
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423) 7 years ago
Victor Stinner 5f9cf23502
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422) 7 years ago