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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-1635741: Port _posixsubprocess module to multiphase init (GH-23406)
Christian Heimes
2020-11-21
1
-0/+1
*
bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)
David CARLIER
2020-11-21
1
-0/+1
*
bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_si...
Filipe LaĆns
2020-11-21
1
-0/+1
*
bpo-40791: Make compare_digest more constant-time. (GH-20444)
Devin Jeanpierre
2020-11-21
1
-0/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
2
-0/+2
*
bpo-1635741: Convert _sre types to heap types and establish module state (PEP...
Erlend Egeberg Aasland
2020-11-20
1
-0/+2
*
bpo-42333: Port _ssl extension module to heap types (GH-23392)
Christian Heimes
2020-11-20
1
-0/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-0/+1
*
bpo-42416: Use inspect.getdoc for IDLE calltips (GH-23416)
Terry Jan Reedy
2020-11-20
1
-0/+1
*
bpo-1635741: Port _posixshmem extension module to multiphase initialization (...
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port gc module to multiphase initialization (GH-23377)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port _struct to multiphase initialization (GH-23398)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-42403: Simplify importlib external bootstrap (GH-23397)
Victor Stinner
2020-11-19
1
-0/+5
*
bpo-1635741: Port spwd to multiphase initialization (GH-23390)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port _queue to multiphase initialization (GH-23376)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-1635741: Port grp and pwd to multiphase initialization (GH-23360)
Christian Heimes
2020-11-19
1
-0/+2
*
bpo-1635741: Port _random to multiphase initialization (GH-23359)
Christian Heimes
2020-11-19
1
-0/+1
*
bpo-42375: subprocess DragonFlyBSD build update. (GH-23320)
David CARLIER
2020-11-19
1
-0/+1
*
bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
Victor Stinner
2020-11-18
1
-0/+2
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-0/+4
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes
2020-11-18
1
-0/+2
*
bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
Christian Heimes
2020-11-18
1
-0/+1
*
bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
Christian Heimes
2020-11-18
1
-0/+2
*
bpo-42398: Fix "make regen-all" race condition (GH-23362)
Victor Stinner
2020-11-18
1
-0/+4
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Christian Heimes
2020-11-18
1
-0/+1
*
bpo-41713: Port _signal module to multi-phase init (GH-23355)
Victor Stinner
2020-11-17
1
-0/+2
*
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon
2020-11-17
1
-0/+1
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344)
Victor Stinner
2020-11-17
1
-0/+4
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
1
-0/+3
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
1
-0/+3
*
bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)
Erlend Egeberg Aasland
2020-11-17
1
-0/+2
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
2
-0/+3
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
1
-0/+2
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+2
*
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Steve Dower
2020-11-16
1
-0/+1
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-16
1
-0/+1
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
1
-0/+2
*
bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
Zackery Spytz
2020-11-16
1
-0/+2
*
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler
2020-11-16
2
-5/+1
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-0/+3
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
1
-0/+3
*
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner
2020-11-16
1
-0/+5
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Yash Shete
2020-11-16
1
-0/+1
*
bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
kj
2020-11-16
1
-0/+1
*
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka
2020-11-15
1
-0/+1
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
1
-0/+5
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Steve Dower
2020-11-13
1
-0/+1
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+2
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
1
-0/+2
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner
2020-11-13
1
-0/+3
[next]