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-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
*
bpo-1635741: Port _random to multiphase initialization (GH-23359)
Christian Heimes
2020-11-19
1
-45/+49
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
David CARLIER
2020-11-19
1
-4/+4
*
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner
2020-11-18
1
-1/+1
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-0/+25
*
bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
Christian Heimes
2020-11-18
1
-36/+2
*
bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
Christian Heimes
2020-11-18
1
-45/+49
*
bpo-41713: Port _signal module to multi-phase init (GH-23355)
Victor Stinner
2020-11-17
1
-16/+17
*
bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353)
Victor Stinner
2020-11-17
1
-0/+23
*
bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-...
Pablo Galindo
2020-11-17
1
-1/+1
*
bpo-41686: Refactor signal_exec() (GH-23346)
Victor Stinner
2020-11-17
1
-158/+125
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344)
Victor Stinner
2020-11-17
1
-53/+87
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
1
-9/+0
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
1
-12/+25
*
bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)
Erlend Egeberg Aasland
2020-11-17
1
-8/+8
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
2
-2/+182
*
Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)
Pablo Galindo
2020-11-16
1
-2/+9
*
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler
2020-11-16
2
-28/+17
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-22/+65
*
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka
2020-11-15
1
-1/+53
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
2
-1/+232
*
bpo-38823: Fix compiler warning in _ctypes on Windows (GH-23258)
Victor Stinner
2020-11-13
1
-1/+1
*
bpo-38823: Always build _ctypes with wchar_t (GH-23248)
Victor Stinner
2020-11-12
5
-31/+4
*
bpo-38823: Fix refleaks in _ctypes extension init (GH-23247)
Victor Stinner
2020-11-12
2
-162/+156
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Jakub Stasiak
2020-11-12
1
-0/+15
*
Fix memory leak introduced by GH-22780 (GH-23237)
Andrew Svetlov
2020-11-11
1
-0/+1
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-2/+60
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
2
-12/+47
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
7
-253/+976
*
bpo-40077: Convert _queuemodule to use heap types (GH-23136)
Erlend Egeberg Aasland
2020-11-07
2
-105/+137
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
2
-2/+27
*
bpo-42260: PyConfig_Read() only parses argv once (GH-23168)
Victor Stinner
2020-11-05
1
-3/+6
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
1
-2/+37
*
bpo-1635741: _sqlite3 uses PyModule_AddObjectRef() (GH-23148)
Erlend Egeberg Aasland
2020-11-04
2
-17/+16
*
bpo-1635741: Fix PyInit_pyexpat() error handling (GH-22489)
Mohamed Koubaa
2020-11-04
1
-189/+299
[next]