103617 Commits (360e1e4c519cfc139de707bcdd1e6c871eec79ee)
 

Author SHA1 Message Date
Stéphane Wirtel 360e1e4c51 bpo-36345: Add a new example in the documentation of wsgiref (#12511) 7 years ago
Victor Stinner 1075d1684a
bpo-36301: Add _Py_GetConfigsAsDict() function (GH-12540) 7 years ago
Pablo Galindo 91759d9801
bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) 7 years ago
Stefan Krah 027b09c5a1
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504) 7 years ago
Raymond Hettinger d1e768a677
bpo-36326: Let inspect.getdoc() find docstrings for __slots__ (GH-12498) 7 years ago
Stephen Rosen 713a8ae792 Add note to Queue.get() docs about block=True (GH-2223) 7 years ago
Victor Stinner a6fbc4e25e
bpo-36301: Add _Py_PreInitializeFromConfig() (GH-12536) 7 years ago
Victor Stinner f72346c475
bpo-36301: Cleanup preconfig code (GH-12535) 7 years ago
Stefan Behnel 68d228f174 bpo-35884: Add string-keys-only microbenchmark for dict access to var_access_benchmark.py (GH-11905) 7 years ago
Zackery Spytz 5e333784f0 bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (GH-12530) 7 years ago
Rémi Lapeyre dd5417afcf bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) 7 years ago
Raymond Hettinger 9dcc095f45
Fix line ending (GH-12531) 7 years ago
Raymond Hettinger 62be33870e
bpo-36401: Have help() show readonly properties separately (GH-12517) 7 years ago
Louie Lu 113d735e20 bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209) 7 years ago
Lisa Roach 13c1f72cd1 bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtuples (GH-4434) 7 years ago
Terry Jan Reedy 0fe4513d9a
bpo-36405: IDLE - Restore __main__ and add tests (#12518) 7 years ago
Ned Deily 6661c1720e
Replace "DOS box" with link to Windows FAQ. (GH-12390) 7 years ago
Zackery Spytz 3d07c1ee1d bpo-36412: fix a possible crash in dictobject.c's new_dict() (GH-12519) 7 years ago
AraHaan a7987e7193 bpo-32217: Correct usage of ABI tags in freeze. (GH-4719) 7 years ago
Inada Naoki d3c72a223a
bpo-36381: warn when no PY_SSIZE_T_CLEAN defined (GH-12473) 7 years ago
Cheryl Sabella d60f658fc0
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203) 7 years ago
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