index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
3
-3/+10
*
bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965)
Victor Stinner
2019-04-26
2
-14/+29
*
bpo-36719: Fix regrtest re-run (GH-12964)
Victor Stinner
2019-04-26
3
-14/+35
*
bpo-36719: regrtest always detect uncollectable objects (GH-12951)
Victor Stinner
2019-04-26
5
-69/+66
*
bpo-36669: add matmul support to weakref.proxy (GH-12932)
Mark Dickinson
2019-04-26
5
-0/+31
*
bpo-36725: Refactor regrtest multiprocessing code (GH-12961)
Victor Stinner
2019-04-26
5
-152/+205
*
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner
2019-04-26
3
-17/+35
*
bpo-36710: Fix compiler warning on PyThreadState_Delete() (GH-12962)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36725: regrtest: add TestResult type (GH-12960)
Victor Stinner
2019-04-26
8
-208/+286
*
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner
2019-04-26
3
-141/+165
*
bpo-36710: Add runtime variable in pystate.c (GH-12956)
Victor Stinner
2019-04-25
1
-142/+219
*
bpo-36722: Debug build loads libraries built in release mode (GH-12952)
Victor Stinner
2019-04-25
5
-2/+29
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
17
-15/+134
*
bpo-21536: C extensions are no longer linked to libpython (GH-12946)
Victor Stinner
2019-04-25
7
-26/+28
*
bpo-35537: Document posix_spawn() change in subprocess (GH-11668)
Victor Stinner
2019-04-25
2
-0/+13
*
bpo-28552: Fix distutils.sysconfig for empty sys.executable (GH-12875)
Victor Stinner
2019-04-25
3
-2/+11
*
bpo-36465: Fix test_regrtest on Windows (GH-12945)
Victor Stinner
2019-04-24
2
-5/+10
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
7
-14/+57
*
Add @pablogsal to code owners file for Parser/pgen (GH-12944)
Pablo Galindo
2019-04-24
1
-0/+3
*
bpo-36668: FIX reuse semaphore tracker for child processes (#5172)
Thomas Moreau
2019-04-24
3
-10/+55
*
Issue 35224: Add PEP 572 (assignment expressions) to What's New (#12941)
Guido van Rossum
2019-04-24
1
-0/+16
*
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner
2019-04-24
6
-71/+104
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
4
-24/+29
*
bpo-30840: Document relative imports (#12831)
Joannah Nanjekye
2019-04-24
3
-1/+43
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
4
-42/+43
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
4
-67/+80
*
bpo-36707: Remove the "m" flag (pymalloc) from SOABI (GH-12931)
Victor Stinner
2019-04-24
3
-6/+9
*
fix typo in gzip.py (GH-12928)
Maximilian Nöthe
2019-04-24
1
-1/+1
*
bpo-36454: Fix test_time.test_monotonic() (GH-12929)
Victor Stinner
2019-04-23
2
-2/+6
*
replace 'sequencial argument' by 'positional' in doc (GH-12925)
Mathieu Dupuy
2019-04-23
1
-1/+1
*
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
Zackery Spytz
2019-04-23
2
-0/+5
*
fix warnings by adding more const (GH-12924)
Inada Naoki
2019-04-23
6
-23/+18
*
bpo-36635, bpo-36696: Fix setup.py on AIX (GH-12922)
Victor Stinner
2019-04-23
1
-3/+3
*
use `const` in graminit.c (GH-12713)
tyomitch
2019-04-23
3
-418/+418
*
bpo-36018: Make "seed" into a keyword only argument (GH-12921)
Raymond Hettinger
2019-04-23
2
-2/+2
*
bpo-35904: Add missing fmean() entry to the summary table (GH-12919)
Raymond Hettinger
2019-04-23
1
-0/+1
*
Document that TestCase.assertCountEqual() can take iterables (GH-686)
jkleint
2019-04-23
1
-3/+2
*
Add module specification: itemgetter -> operator.itemgetter (GH-12823)
Jakub Molinski
2019-04-23
1
-1/+1
*
bpo-36546: Add statistics.quantiles() (#12710)
Raymond Hettinger
2019-04-23
5
-7/+251
*
bpo-36679: Rename duplicate test_class_getitem function (GH-12892)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH...
Windson yang
2019-04-22
1
-1/+1
*
bpo-36681: Remove duplicate test_regression_29220 function (GH-12894)
Windson yang
2019-04-22
1
-6/+0
*
bpo-36682: Rename duplicate tests in test_sys_setprofile (GH-12895)
Windson yang
2019-04-22
1
-2/+2
*
bpo-36683: Rename duplicate test_io_encoding to test_pyio_encoding (GH-12896)
Windson yang
2019-04-22
1
-1/+1
*
bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899)
Windson yang
2019-04-22
1
-15/+3
*
Fixes platform.win32_ver on non-Windows platforms (GH-12912)
Steve Dower
2019-04-22
1
-12/+12
*
bpo-33608: Normalize atomic macros so that they all expect an atomic struct (...
Steve Dower
2019-04-22
1
-24/+36
*
bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)
Zackery Spytz
2019-04-22
1
-1/+1
*
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)
Zackery Spytz
2019-04-22
1
-1/+1
*
bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908)
Berker Peksag
2019-04-22
1
-21/+14
[next]