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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36728: Remove PyEval_ReInitThreads() from C API (GH-13241)
Victor Stinner
2019-05-13
1
-4/+15
*
bpo-36895: remove time.clock() as per removal notice. (GH-13270)
Matthias Bussonnier
2019-05-13
1
-50/+0
*
bpo-36084: Add native thread ID to threading.Thread objects (GH-11993)
Jake Tesler
2019-05-12
1
-0/+16
*
bpo-36856: Handle possible overflow in faulthandler_stack_overflow (GH-13205)
Xi Ruoyao
2019-05-11
1
-4/+17
*
bpo-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
1
-9/+14
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
2
-2/+78
*
bpo-36814: ensure os.posix_spawn() handles None (GH-13144)
Anthony Shaw
2019-05-10
1
-1/+1
*
bpo-36601: clarify signal handler comment and remove unnecessary pid check. (...
Jeroen Demeyer
2019-05-10
1
-15/+10
*
bpo-30262: Don't expose private objects in sqlite3 (GH-1440)
Aviv Palivoda
2019-05-09
1
-4/+0
*
closes bpo-36861: Update Unicode database to 12.1.0. (GH-13214)
Benjamin Peterson
2019-05-09
2
-15365/+15369
*
bpo-35900: Enable custom reduction callback registration in _pickle (GH-12499)
Pierre Glaser
2019-05-08
1
-2/+42
*
bpo-35900: Add a state_setter arg to save_reduce (GH-12588)
Pierre Glaser
2019-05-08
1
-8/+40
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
2
-3/+3
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
4
-8/+8
*
bpo-36811: Fix a C compiler warning in _elementtree.c. (GH-13109)
Stefan Behnel
2019-05-06
1
-1/+1
*
Suppress clang warning (GH-12384)
RĂ©mi Lapeyre
2019-05-03
1
-1/+2
*
bpo-28238: Implement "{*}tag" and "{ns}*" wildcard tag selection support for ...
Stefan Behnel
2019-05-03
1
-1/+14
*
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner
2019-05-02
1
-8/+1
*
bpo-36676: Namespace prefix aware parsing support for the ET.XMLParser target...
Stefan Behnel
2019-05-01
1
-19/+121
*
bpo-36673: Implement comment/PI parsing support for the TreeBuilder in Elemen...
Stefan Behnel
2019-05-01
2
-35/+424
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
2
-3/+3
*
bpo-36734: Fix compilation of faulthandler.c on HP-UX (GH-12970)
Victor Stinner
2019-04-30
1
-1/+2
*
bpo-36004: Add date.fromisocalendar (GH-11888)
Paul Ganssle
2019-04-29
1
-0/+67
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
1
-6/+5
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
1
-5/+6
*
bpo-2091: Fix typo in exception message (GH-12987)
Berker Peksag
2019-04-27
1
-1/+1
*
bpo-36025: Fix PyDate_FromTimestamp API (GH-11922)
Paul Ganssle
2019-04-27
2
-2/+86
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
1
-1/+6
*
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner
2019-04-26
1
-139/+163
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
1
-2/+3
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
1
-3/+4
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
1
-1/+1
*
bpo-18372: Add missing PyObject_GC_Track() calls in the pickle module (GH-8505)
Zackery Spytz
2019-04-23
1
-0/+3
*
fix warnings by adding more const (GH-12924)
Inada Naoki
2019-04-23
1
-2/+1
*
bpo-36523: Add docstring to io.IOBase.writelines (GH-12683)
Marcin Niemira
2019-04-22
2
-3/+12
*
bpo-24011: Use PyModule_Add{Object,IntMacro} in PyInit__signal() (GH-12765)
Joannah Nanjekye
2019-04-22
1
-7/+5
*
bpo-36650: Fix handling of empty keyword args in C version of lru_cache. (GH-...
Raymond Hettinger
2019-04-20
1
-4/+3
*
ctypes: remove use of legacy unicode API (GH-12340)
Inada Naoki
2019-04-19
2
-15/+19
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
3
-8/+46
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
3
-4/+14
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
4
-16/+27
*
bpo-36642: make unicodedata const (GH-12855)
Inada Naoki
2019-04-16
3
-16/+16
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
1
-1/+1
*
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
Victor Stinner
2019-04-15
1
-2/+2
*
bpo-31904: Port the time module on VxWorks (GH-12305)
pxinwr
2019-04-15
1
-4/+7
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
2
-10/+4
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
2
-4/+10
*
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
Victor Stinner
2019-04-12
1
-3/+15
*
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
Inada Naoki
2019-04-11
1
-86/+36
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
1
-0/+57
[next]