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-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
Erlend Egeberg Aasland
2020-12-28
1
-1/+1
*
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
Erlend Egeberg Aasland
2020-12-28
1
-1/+0
*
bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
Erlend Egeberg Aasland
2020-12-27
7
-82/+45
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
Erlend Egeberg Aasland
2020-12-27
4
-77/+297
*
bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
Victor Stinner
2020-12-26
1
-1/+2
*
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger
2020-12-23
1
-32/+42
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-19/+23
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
1
-13/+43
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes
2020-12-23
1
-2/+3
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
1
-0/+13
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
erykoff
2020-12-22
1
-2/+10
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
1
-1/+12
*
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na
2020-12-18
2
-9/+32
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland
2020-12-18
3
-135/+702
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
1
-90/+221
*
bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
Victor Stinner
2020-12-16
1
-10/+4
*
bpo-1635741: Refactor _threadmodule.c (GH-23793)
Victor Stinner
2020-12-16
1
-311/+226
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
1
-35/+11
*
bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)
Victor Stinner
2020-12-15
1
-17/+34
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
1
-241/+303
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-97/+53
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-18/+35
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
1
-126/+109
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
1
-27/+8
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-08
1
-27/+14
*
bpo-42111: Make the xxlimited module an example of best extension module prac...
Petr Viktorin
2020-12-08
2
-155/+525
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-05
2
-0/+32
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
1
-1/+31
*
bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608)
Pablo Galindo
2020-12-02
2
-4/+4
*
Correct return type in Modules/_ssl.c::sslmodule_legacy (GH-23609)
Pablo Galindo
2020-12-02
1
-1/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
30
-46/+46
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
12
-61/+62
*
bpo-38200: Add itertools.pairwise() (GH-23549)
Raymond Hettinger
2020-12-01
2
-2/+168
*
bpo-31904: Support signal module on VxWorks (GH-23391)
pxinwr
2020-11-30
1
-0/+4
*
bpo-42423: Accept single base class in PyType_FromModuleAndSpec() (GH-23441)
Serhiy Storchaka
2020-11-22
2
-14/+2
*
bpo-1635741: Port select module to multiphase init (GH-23409)
Christian Heimes
2020-11-21
2
-85/+108
*
bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
Christian Heimes
2020-11-21
1
-35/+42
*
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER
2020-11-21
1
-0/+8
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Devin Jeanpierre
2020-11-21
1
-1/+1
*
bpo-1635741: Convert _sre types to heap types and establish module state (PEP...
Erlend Egeberg Aasland
2020-11-20
2
-483/+368
*
bpo-1635741: Enhance _datetime error handling (GH-23139)
Mohamed Koubaa
2020-11-20
1
-117/+103
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
2
-336/+362
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
2
-17/+13
*
bpo-1635741: Port _posixshmem extension module to multiphase initialization (...
Christian Heimes
2020-11-19
1
-13/+9
*
bpo-1635741: Fix _struct for build bot error (GH-23402)
Dong-hee Na
2020-11-19
1
-1/+1
*
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Christian Heimes
2020-11-19
1
-45/+41
*
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes
2020-11-19
2
-238/+270
*
bpo-1635741: Port spwd to multiphase initialization (GH-23390)
Christian Heimes
2020-11-19
1
-27/+57
*
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Christian Heimes
2020-11-19
1
-37/+36
*
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Christian Heimes
2020-11-19
2
-66/+70
[next]