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-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
*
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
Victor Stinner
2020-11-13
1
-0/+4
*
bpo-42308: Add threading.__excepthook__ (GH-23218)
Mario Corchero
2020-11-12
1
-0/+3
*
bpo-38823: Always build _ctypes with wchar_t (GH-23248)
Victor Stinner
2020-11-12
1
-0/+3
*
bpo-42237: Fix os.sendfile() on illumos (GH-23154)
Jakub Stasiak
2020-11-12
1
-0/+1
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-0/+2
*
bpo-39411: pyclbr rewrite on AST (#18103)
Batuhan Taskaya
2020-11-11
1
-0/+2
*
bpo-1635741: Fix typo in PyModule_AddObjectRef() doc (GH-23234)
Victor Stinner
2020-11-11
1
-1/+1
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra
2020-11-10
1
-0/+1
*
bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931)
Hai Shi
2020-11-10
1
-0/+1
*
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner
2020-11-10
1
-0/+7
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-0/+1
*
bpo-42014: shutil.rmtree: call onerror with correct function (GH-22585)
Michal Čihař
2020-11-10
1
-0/+1
*
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2...
Andrew Svetlov
2020-11-10
1
-0/+4
*
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-0/+4
*
bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19...
jack1142
2020-11-09
2
-0/+3
*
bpo-41543: contextlib.nullcontext can fill in for an async context manager (G...
Tom Gringauz
2020-11-09
1
-0/+1
*
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Ammar Askar
2020-11-09
1
-0/+1
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
1
-0/+5
*
bpo-41754: Ignore NotADirectoryError in invocation of xdg-settings (GH-23075)
Ronald Oussoren
2020-11-08
1
-0/+1
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-0/+8
*
bpo-40077: Convert _queuemodule to use heap types (GH-23136)
Erlend Egeberg Aasland
2020-11-07
1
-0/+1
*
bpo-42282: Fold constants inside named expressions (GH-23190)
Nick Coghlan
2020-11-07
1
-0/+3
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard
2020-11-07
1
-0/+2
*
bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ...
Brett Cannon
2020-11-07
1
-0/+2
*
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi
2020-11-06
1
-0/+2
*
bpo-26389: Allow passing an exception object in the traceback module (GH-22610)
Zackery Spytz
2020-11-05
1
-0/+4
[next]