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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
5
-26/+35
*
bpo-42336: Improve PCbuild batch files (GH-23275)
Steve Dower
2020-11-18
9
-24/+60
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Christian Heimes
2020-11-18
4
-5/+13
*
bpo-1635741: Port _hashlib to multiphase initialization (GH-23358)
Christian Heimes
2020-11-18
2
-36/+3
*
bpo-1635741: Port symtable module to multiphase initialization (GH-23361)
Christian Heimes
2020-11-18
2
-45/+51
*
bpo-40998: Fix a refleak in create_filter() (GH-23365)
Victor Stinner
2020-11-18
1
-3/+5
*
bpo-42398: Fix "make regen-all" race condition (GH-23362)
Victor Stinner
2020-11-18
3
-26/+58
*
bpo-41561: skip test_min_max_version_mismatch (GH-22308)
Christian Heimes
2020-11-18
2
-0/+2
*
bpo-40656: Clean up detect_socket() (GH-20148)
Erlend Egeberg Aasland
2020-11-18
1
-12/+10
*
bpo-42395: Add aclosing to __all__ (GH-23356)
Tom Gringauz
2020-11-17
1
-1/+1
*
bpo-42396: Add a whatsnew entry about async contextlib.nullcontext (GH-23357)
Tom Gringauz
2020-11-17
1
-0/+3
*
bpo-41713: Port _signal module to multi-phase init (GH-23355)
Victor Stinner
2020-11-17
2
-16/+19
*
bpo-41625: Skip os.splice() tests on AIX (GH-23354)
Victor Stinner
2020-11-17
1
-0/+8
*
bpo-41686: Move _Py_RestoreSignals() to signalmodule.c (GH-23353)
Victor Stinner
2020-11-17
2
-23/+23
*
Fix: Docstrings hidden by slots. (GH-23352)
Julien Palard
2020-11-17
1
-15/+6
*
bpo-41625: Add a guard for Linux for splice() constants in the os module (GH-...
Pablo Galindo
2020-11-17
1
-1/+1
*
bpo-41625: Specify that Linux >= 2.6.17 *and* glibc >= 2.5 are requir… (GH-...
Pablo Galindo
2020-11-17
1
-1/+1
*
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon
2020-11-17
7
-4656/+4752
*
bpo-41625: Add versionadded to os.splice() constants (GH-23340)
Pablo Galindo
2020-11-17
1
-0/+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
2
-53/+91
*
bpo-42264: Deprecate sqlite3.OptimizedUnicode (GH-23163)
Erlend Egeberg Aasland
2020-11-17
5
-12/+26
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
6
-40/+38
*
bpo-40637: Don't test builtin PBKDF2 without builtin hashes (GH-20980)
Christian Heimes
2020-11-17
1
-9/+18
*
bpo-41861, _sqlite3 : Add NEWS entry and rename variables (GH-23337)
Erlend Egeberg Aasland
2020-11-17
2
-8/+10
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
4
-23/+104
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
4
-1124/+1014
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
10
-78/+349
*
Add GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327)
Pablo Galindo
2020-11-16
1
-2/+9
*
bpo-42120: Remove macro defining copysign to _copysign on Windows (GH-23326)
Steve Dower
2020-11-16
2
-1/+1
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-16
4
-7/+29
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
4
-7/+18
*
bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
Zackery Spytz
2020-11-16
2
-5/+17
*
bpo-40939: Document removal of the old parser in 3.10 whatsnew (GH-23321)
Lysandros Nikolaou
2020-11-16
1
-0/+10
*
bpo-42087: Remove support for AIX 5.3 and below (GH-22830)
Kevin Adler
2020-11-16
7
-64/+23
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
5
-158/+228
*
bpo-42350: Fix Thread._reset_internal_locks() (GH-23268)
Victor Stinner
2020-11-16
3
-2/+38
*
bpo-37205: time.perf_counter() and time.monotonic() are system-wide (GH-23284)
Victor Stinner
2020-11-16
3
-21/+43
*
bpo-42153 Fix link to IMAP documents in imaplib.rst (GH-23297)
Yash Shete
2020-11-16
2
-3/+4
*
bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
kj
2020-11-16
3
-38/+55
*
More updates to the descriptor howto guide (GH-23238)
Raymond Hettinger
2020-11-16
1
-45/+62
*
bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254)
Dominik1123
2020-11-16
1
-0/+3
*
bpo-42318: Fix support of non-BMP characters in Tkinter on macOS (GH-23281)
Serhiy Storchaka
2020-11-15
3
-7/+94
*
bpo-42351: Avoid error when opening header with non-UTF8 encoding (GH-23279)
Ronald Oussoren
2020-11-14
1
-1/+1
*
bpo-41832: Restore note about NULL in PyType_Slot.pfunc (GH-23243)
Hai Shi
2020-11-14
1
-0/+2
*
fix typo in ThreadedChildWatcher docs (GH-23277)
Thomas Grainger
2020-11-14
1
-1/+1
*
bpo-42131: Add PEP 451-related methods to zipimport (GH-23187)
Brett Cannon
2020-11-13
6
-965/+1131
*
bpo-40754: Adds _testinternalcapi to Windows installer for test suite (GH-23271)
Steve Dower
2020-11-13
2
-2/+3
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
9
-3/+471
*
bpo-42344: Improve pseudo implementation for SimpleNamespace (GH-23264)
Jürgen Gmach
2020-11-13
1
-1/+3
[prev]
[next]