103864 Commits (5422e3cfb7ffc50b147b4662d6f596cd61533754)
 

Author SHA1 Message Date
Victor Stinner 5422e3cfb7
bpo-36722: Debug build loads libraries built in release mode (GH-12952) 7 years ago
Paul Monson 62dfd7d6fe bpo-35920: Windows 10 ARM32 platform support (GH-11774) 7 years ago
Victor Stinner 8c3ecc6bac
bpo-21536: C extensions are no longer linked to libpython (GH-12946) 7 years ago
Victor Stinner d7befad328
bpo-35537: Document posix_spawn() change in subprocess (GH-11668) 7 years ago
Victor Stinner 0ef8c157e9
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875) 7 years ago
Victor Stinner 235e7b2b0d
bpo-36465: Fix test_regrtest on Windows (GH-12945) 7 years ago
Victor Stinner f4e4703e74
bpo-36465: Make release and debug ABI compatible (GH-12615) 7 years ago
Pablo Galindo 888f37bc28
Add @pablogsal to code owners file for Parser/pgen (GH-12944) 7 years ago
Thomas Moreau 004b93ea89 bpo-36668: FIX reuse semaphore tracker for child processes (#5172) 7 years ago
Guido van Rossum 09d434caa2
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941) 7 years ago
Victor Stinner 43125224d6
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939) 7 years ago
Victor Stinner 8e91c246e4
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937) 7 years ago
Joannah Nanjekye 70bf713617 bpo-30840: Document relative imports (#12831) 7 years ago
Victor Stinner b930a2d2b1
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936) 7 years ago
Victor Stinner 8bb3230149
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935) 7 years ago
Victor Stinner 6c44fde3e0
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931) 7 years ago
Maximilian Nöthe 4f5a3493b5 fix typo in gzip.py (GH-12928) 7 years ago
Victor Stinner d246a6766b
bpo-36454: Fix test_time.test_monotonic() (GH-12929) 7 years ago
Mathieu Dupuy 29d018aa63 replace 'sequencial argument' by 'positional' in doc (GH-12925) 7 years ago
Zackery Spytz 359bd4f61b bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505) 7 years ago
Inada Naoki 09415ff0eb
fix warnings by adding more const (GH-12924) 7 years ago
Victor Stinner 574913479f
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922) 7 years ago
tyomitch 84b4784f12 use `const` in graminit.c (GH-12713) 7 years ago
Raymond Hettinger fb8c7d5332
bpo-36018: Make "seed" into a keyword only argument (GH-12921) 7 years ago
Raymond Hettinger 7280048690
bpo-35904: Add missing fmean() entry to the summary table (GH-12919) 7 years ago
jkleint 39baace622 Document that TestCase.assertCountEqual() can take iterables (GH-686) 7 years ago
Jakub Molinski b4c7f39bbf Add module specification: itemgetter -> operator.itemgetter (GH-12823) 7 years ago
Raymond Hettinger 9013ccf6d8
bpo-36546: Add statistics.quantiles() (#12710) 7 years ago
Windson yang d437012cdd bpo-36679: Rename duplicate test_class_getitem function (GH-12892) 7 years ago
Windson yang c442b1c486 bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893) 7 years ago
Windson yang 3d6f61edb8 bpo-36681: Remove duplicate test_regression_29220 function (GH-12894) 7 years ago
Windson yang 007d0b0188 bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895) 7 years ago
Windson yang f51dd4feb0 bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896) 7 years ago
Windson yang be372d73b4 bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) 7 years ago
Steve Dower d307d05350
Fixes platform.win32_ver on non-Windows platforms (GH-12912) 7 years ago
Steve Dower 264490797a
bpo-33608: Normalize atomic macros so that they all expect an atomic struct (GH-12877) 7 years ago
Zackery Spytz 34366b7f91 bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) 7 years ago
Zackery Spytz 56ed86490c bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) 7 years ago
Berker Peksag 6ef726af3e
bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908) 7 years ago
周家未 d59b662e49 bpo-36690: Fix typo in Tools/demo/rpython.py (GH-12903) 7 years ago
Marcin Niemira ab86521a9d bpo-36523: Add docstring to io.IOBase.writelines (GH-12683) 7 years ago
Wu Wei 662ebd2ab2 Doc: add the missing ".tp_flags" in type definition (GH-12902) 7 years ago
Xtreak 9b21856b0f bpo-23078: Add support for {class,static}method to mock.create_autospec() (GH-11613) 7 years ago
Joannah Nanjekye 9541bd321a bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765) 7 years ago
mollison 5ebfa840a1 bpo-36645: Fix ambiguous formatting in re.sub() documentation (GH-12879) 7 years ago
Fredrik Averpil 3e986de0d6 Fix typo (GH-12878) 7 years ago
Raymond Hettinger 14adbd4598
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-12881) 7 years ago
Inada Naoki 9d062d690b
ctypes: remove use of legacy unicode API (GH-12340) 7 years ago
Stefan Behnel e8113f51a8
bpo-30485: Change the prefix for defining the default namespace in ElementPath from None to '' since there is existing code that uses that and it's more convenient to have an all-string-keys dict (e.g. when sorting items etc.). (#12860) 7 years ago
Enrico Alarico Carbognani 7e954e7de4 bpo-36651: Fixed Asyncio Event Loop documentation inconsistency (GH-12866) 7 years ago