103442 Commits (5a02e0d1c8a526fc4e80a2fb8b4a9d5bc64c7d82)
 

Author SHA1 Message Date
Victor Stinner 5a02e0d1c8
bpo-36142: Add _PyPreConfig.utf8_mode (GH-12174) 7 years ago
Serhiy Storchaka 5b10b98247
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) 7 years ago
Serhiy Storchaka 9e4861f523
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 1). (GH-10928) 7 years ago
Martijn Pieters b727239575 closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) 7 years ago
NAKAMURA Osamu 0983fcd0d5 Doc: Use `option` word for command line interface. (GH-12142) 7 years ago
Victor Stinner 6dcb54228e
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) 7 years ago
Victor Stinner cad1f747da
bpo-36142: Add _PyPreConfig structure (GH-12172) 7 years ago
Jules Lasne (jlasne) 7e9ce4c89e Fixed a missing . and a missing capital letter. (GH-12170) 7 years ago
Christian Heimes b7bc283ab6 bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) 7 years ago
Kevin Adler 800d5cd750 bpo-35198 Fix C++ extension compilation on AIX (GH-10437) 7 years ago
Victor Stinner 4d61e6e3b8
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) 7 years ago
pxinwr f4b0a1c0da bpo-31904: Add encoding support for VxWorks RTOS (GH-12051) 7 years ago
Pablo Galindo 8bc401a55c
Clean implementation of Parser/pgen and fix some style issues (GH-12156) 7 years ago
Andrew Kuchling 97c288df61
bpo-20906: Various revisions to the Unicode howto (#8394) 7 years ago
Woko 45d75faa72 fix typo in configparser doc (GH-12154) 7 years ago
Brennan D Baraban 8b914d2767 bpo-35899: Fix Enum handling of empty and weird strings (GH-11891) 7 years ago
Mark Williams 8b50400fbe bpo-36170: posix_spawn doesn't exist on 3.7 (GH-12143) 7 years ago
Inada Naoki 8c17d928eb add missing break statement (GH-12147) 7 years ago
native-api 45d8d2469a fixed duplicated method name of test_getuserbase() (GH-12140) 7 years ago
Henry Chen 0a6a412fb2 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) 7 years ago
ngie-eign 848037c147 Use names SEEK_SET, etc instead of magic number (GH-12057) 7 years ago
Alex Gaynor 8589f14bbe
Remove some code which has been dead since 1994 (#12136) 7 years ago
Inada Naoki 4f19030618
bpo-36103: change default buffer size of shutil.copyfileobj() (GH-12115) 7 years ago
Eric Snow bcfa450f21
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) 7 years ago
Pablo Galindo 1f24a719e7
bpo-35808: Retire pgen and use pgen2 to generate the parser (GH-11814) 7 years ago
Ned Deily 7eebbbd5b3 bpo-32129: Avoid blurry IDLE application icon on macOS with Tk 8.6. (GH-12031) 7 years ago
Stéphane Wirtel 4b219ce81e bpo-36043: FileCookieJar supports os.PathLike (GH-11945) 7 years ago
Eric Snow bda918bf65
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062) 7 years ago
Eric Snow b05b711a2c
bpo-33608: Use _Py_AddPendingCall() in _PyCrossInterpreterData_Release(). (gh-12024) 7 years ago
Victor Stinner cfe172dc6b
bpo-36146: Add TEST_EXTENSIONS to setup.py (GH-12129) 7 years ago
Xtreak be7c460fb5 bpo-35178: Fix warnings._formatwarnmsg() (GH-12033) 7 years ago
Victor Stinner 91b9ecf82c
bpo-36142: Add preconfig.c (GH-12128) 7 years ago
Victor Stinner c991f2415d
bpo-36146: Don't run code at setup.py top level (GH-12127) 7 years ago
Victor Stinner 5ec33a1c25
bpo-36146: Split setup.py into subfunctions (GH-12125) 7 years ago
Victor Stinner 95e2cbf32f
bpo-36142: Move command line parsing to coreconfig.c (GH-12123) 7 years ago
Victor Stinner 625dbf2567
bpo-36146: Refactor setup.py: Add PyBuildExt.srcdir (GH-12124) 7 years ago
Victor Stinner 8058bdae3e
bpo-36146: Refactor setup.py: PyBuildExt.add() method (GH-12097) 7 years ago
Victor Stinner 96d81583be
bpo-36146: Fix inc_dirs in setup.py on macOS (GH-12098) 7 years ago
Victor Stinner 62be763348
bpo-36142: Remove _PyMain structure (GH-12120) 7 years ago
Victor Stinner dfe884759d
bpo-36142: Rework error reporting in pymain_main() (GH-12113) 7 years ago
Cheryl Sabella b9f0354efc
bpo-36152: IDLE: Remove unused parameter from colorizer (GH-12109) 7 years ago
Pablo Galindo d60a79a101
bpo-36155: Check for identity on test_gc.test_get_objects (GH-12116) 7 years ago
Raymond Hettinger 9add4b3317 bpo-36018: Add documentation link to "random variable" (GH-12114) 7 years ago
Victor Stinner f684d83d86
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) 7 years ago
Victor Stinner ab71f8b793
bpo-29571: Fix test_re.test_locale_flag() (GH-12099) 7 years ago
Raymond Hettinger ef17fdbc1c bpo-36018: Add special value tests and make minor tweaks to the docs (GH-12096) 7 years ago
Zhiming Wang ae2ea33d5d Add versionadded directives to ssl.minimum_version and ssl.maximum_version (GH-11894) 7 years ago
Victor Stinner 4cbea518a0
bpo-36146: Refactor setup.py (GH-12093) 7 years ago
Gregory P. Smith 4173772031
Document the surprising sideeffect PyErr_Print(). (#12081) 7 years ago
Shiv Dhar 4064089fce Fix grammar error in timeit module docs (GH-12066) 7 years ago