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-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
1
-4/+4
*
bpo-8677: use PY_SSIZE_T_CLEAN in socketmodule.c (GH-12467)
Inada Naoki
2019-03-20
1
-1/+2
*
bpo-8677: use PY_SSIZE_T_CLEAN in Modules/_gdbmodule.c (GH-12464)
Inada Naoki
2019-03-20
1
-9/+27
*
bpo-36301: Add _PyRuntime.pre_initialized (GH-12457)
Victor Stinner
2019-03-20
1
-19/+10
*
bpo-36236: Handle removed cwd at Python init (GH-12424)
Victor Stinner
2019-03-19
1
-9/+11
*
bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12435)
Victor Stinner
2019-03-19
1
-0/+1
*
bpo-36356: Release Unicode interned strings on Valgrind (#12431)
Victor Stinner
2019-03-19
1
-12/+0
*
bpo-8677: use PY_SSIZE_T_CLEAN in sqlite (GH-12434)
Inada Naoki
2019-03-19
9
-0/+9
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
1
-150/+234
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
1
-12/+16
*
bpo-36352: Add error handling to getpath.c (GH-12421)
Victor Stinner
2019-03-18
1
-69/+233
*
bpo-36301: Fix Py_Main() memory leaks (GH-12420)
Victor Stinner
2019-03-18
1
-2/+6
*
bpo-36297: remove "unicode_internal" codec (GH-12342)
Inada Naoki
2019-03-18
2
-184/+2
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-15
1
-334/+35
*
bpo-36301: Add _PyWstrList structure (GH-12343)
Victor Stinner
2019-03-15
1
-15/+10
*
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1...
Serhiy Storchaka
2019-03-14
39
-606/+4761
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
11
-19/+19
*
bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)
pxinwr
2019-03-13
1
-0/+7
*
bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...
sth
2019-03-10
1
-1/+1
*
closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)
Benjamin Peterson
2019-03-10
2
-26631/+27377
*
Rework integer overflow path in math.prod and add more tests (GH-11809)
Pablo Galindo
2019-03-09
1
-5/+51
*
Remove d_initial from the parser as it is unused (GH-12212)
tyomitch
2019-03-09
1
-1/+1
*
bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245)
Eric Snow
2019-03-09
1
-0/+1
*
bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086)
Guido van Rossum
2019-03-07
2
-2/+5
*
bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-1...
Davide Rizzo
2019-03-06
1
-2/+4
*
closes bpo-36139: release GIL around munmap(). (GH-12073)
Davide Rizzo
2019-03-06
1
-14/+25
*
bpo-36209: Fix typo on hashlib error message (GH-12194)
Emmanuel Arias
2019-03-06
1
-1/+1
*
bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187)
Victor Stinner
2019-03-06
1
-23/+2
*
bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186)
Victor Stinner
2019-03-05
1
-2/+1
*
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12...
Serhiy Storchaka
2019-03-05
1
-2/+2
*
bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule....
Stéphane Wirtel
2019-03-05
1
-1/+1
*
bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173)
Victor Stinner
2019-03-05
1
-7/+33
*
bpo-36142: Add _PyPreConfig structure (GH-12172)
Victor Stinner
2019-03-05
1
-2/+2
*
bpo-36179: Fix ref leaks in _hashopenssl (GH-12158)
Christian Heimes
2019-03-04
1
-5/+7
*
Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()...
Victor Stinner
2019-03-04
3
-45/+338
*
add missing break statement (GH-12147)
Inada Naoki
2019-03-03
1
-0/+4
*
Use names SEEK_SET, etc instead of magic number (GH-12057)
ngie-eign
2019-03-03
1
-6/+8
*
bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as n...
Eric Snow
2019-03-01
1
-334/+35
*
bpo-36142: Move command line parsing to coreconfig.c (GH-12123)
Victor Stinner
2019-03-01
1
-1381/+482
*
bpo-36142: Remove _PyMain structure (GH-12120)
Victor Stinner
2019-03-01
1
-144/+119
*
bpo-36142: Rework error reporting in pymain_main() (GH-12113)
Victor Stinner
2019-03-01
1
-210/+164
*
bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111)
Victor Stinner
2019-03-01
1
-0/+1
*
bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027)
Dima Pasechnik
2019-02-26
1
-4/+4
*
bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019)
Zackery Spytz
2019-02-25
1
-5/+15
*
bpo-36030: Add _PyTuple_FromArray() function (GH-11954)
Sergey Fedoseev
2019-02-25
1
-24/+5
*
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka
2019-02-25
14
-79/+127
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
2
-2/+4
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11...
Eric Snow
2019-02-24
2
-4/+10
*
bpo-36101: remove non-ascii characters in docstring (GH-12018)
animalize
2019-02-24
2
-7/+7
*
bpo-35813: Tests and docs for shared_memory (#11816)
Davin Potts
2019-02-24
4
-670/+483
[next]