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-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-0/+1
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
1
-0/+1
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
1
-0/+2
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
1
-0/+1
*
bpo-46981: Remove typing._TypingEmpty (GH-31836)
Serhiy Storchaka
2022-03-17
1
-0/+2
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-17
1
-0/+10
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
1
-0/+1
*
bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)
Carlos Damazio
2022-03-17
1
-0/+1
*
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov
2022-03-17
1
-0/+1
*
bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit ...
Steve Dower
2022-03-16
1
-0/+2
*
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Christian Heimes
2022-03-15
1
-0/+1
*
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
Mariusz Felisiak
2022-03-15
1
-0/+1
*
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
Mariusz Felisiak
2022-03-15
1
-0/+1
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils
2022-03-15
1
-0/+1
*
bpo-46993: Speed up bytearray creation from list and tuple (GH-31834)
Kumar Aditya
2022-03-15
1
-0/+1
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Kumar Aditya
2022-03-15
1
-0/+1
*
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes
2022-03-15
1
-0/+2
*
bpo-46557: Log captured warnings without format string (GH-30975)
Michael P. Nitowski
2022-03-15
1
-0/+1
*
But Add missing newline to NEWS entry (GH-31893)
Hugo van Kemenade
2022-03-15
1
-1/+1
*
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
Irit Katriel
2022-03-14
1
-0/+1
*
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
Ned Deily
2022-03-14
1
-1/+0
*
bpo-40280: select: Use NULL for empty fdset (GH-31865)
Christian Heimes
2022-03-14
1
-0/+1
*
bpo-46987: Remove _PySys_GetObjectId / _PySys_GetObjectId (GH-31835)
Dong-hee Na
2022-03-14
1
-0/+2
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-0/+2
*
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Crowthebird
2022-03-14
2
-1/+2
*
bpo-47004: Sync with importlib_metadata 4.11.3. (#31854)
Jason R. Coombs
2022-03-13
1
-0/+3
*
bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)
Pradyun Gedam
2022-03-13
1
-0/+1
*
bpo-46985: Upgrade bundled pip to 22.0.4 (GH-31819)
Pradyun Gedam
2022-03-13
1
-0/+1
*
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
Alex Grönholm
2022-03-13
1
-0/+4
*
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task imp...
Andrew Svetlov
2022-03-13
1
-0/+2
*
bpo-43224: Implement PEP 646 changes to genericaliasobject.c (GH-31019)
Matthew Rahtz
2022-03-12
1
-0/+1
*
bpo-46644: Remove callable() requirement from typing._type_check (GH-31151)
Gregory Beauregard
2022-03-12
1
-0/+1
*
bpo-46906: Add PyFloat_Pack8() to the C API (GH-31657)
Victor Stinner
2022-03-11
1
-0/+4
*
bpo-46968: Fix faulthandler for Sapphire Rapids Xeon (GH-31789)
Oleksandr Pavlyk
2022-03-11
1
-0/+5
*
bpo-46968: Add os.sysconf_names['SC_MINSIGSTKSZ'] (GH-31824)
Victor Stinner
2022-03-11
1
-0/+1
*
bpo-46944: use FASTCALL calling convention in generator.throw (GH-31723)
Kumar Aditya
2022-03-11
1
-0/+1
*
bpo-46973: Add regen-configure make target (GH-31792)
Christian Heimes
2022-03-10
1
-0/+2
*
bpo-46917: math.nan is now always available (GH-31793)
Victor Stinner
2022-03-10
1
-0/+1
*
bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
Andrew Svetlov
2022-03-10
1
-0/+2
*
bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)
Matt Bogosian
2022-03-10
2
-0/+3
*
bpo-46917: Require IEEE 754 to build Python (GH-31790)
Victor Stinner
2022-03-10
1
-0/+2
*
bpo-46881: Statically allocate and initialize the latin1 characters. (GH-31616)
Kumar Aditya
2022-03-09
1
-0/+1
*
bpo-45138: Revert GH-28240: Expand traced SQL statements (GH-31788)
Erlend Egeberg Aasland
2022-03-09
1
-3/+0
*
bpo-46245: Add optional parameter dir_fd in shutil.rmtree() (GH-30365)
Serhiy Storchaka
2022-03-09
1
-0/+1
*
bpo-45138: Expand traced SQL statements in `sqlite3` trace callback (GH-28240)
Erlend Egeberg Aasland
2022-03-09
1
-0/+3
*
bpo-24959: fix unittest.assertRaises bug where traceback entries are dropped ...
Irit Katriel
2022-03-08
1
-0/+1
*
bpo-46955: Expose asyncio.base_events.Server as asyncio.Server (GH-31760)
Stefan Zabka
2022-03-08
1
-0/+2
*
bpo-23325: Fix SIG_IGN and SIG_DFL int comparison in signal module (GH-31759)
Christian Heimes
2022-03-08
1
-0/+2
*
bpo-46841: Don't use an oparg counter for `STORE_SUBSCR` (GH-31742)
Brandt Bucher
2022-03-08
1
-0/+2
*
bpo-44439: _ZipWriteFile.write() handle buffer protocol correctly (GH-29468)
Ma Lin
2022-03-08
1
-0/+2
[next]