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
*
gh-114257: Ignore the FileNotFound error in ctypes.util._is_elf() (GH-114394)
AN Long
2024-01-22
1
-0/+2
*
gh-114083: apply optimization of LOAD_CONST instructions to the whole CFG bef...
Irit Katriel
2024-01-22
1
-0/+1
*
gh-75128: Ignore EADDRNOTAVAIL error in asyncio.BaseEventLoop.create_server()...
Serhiy Storchaka
2024-01-22
1
-0/+2
*
gh-114321: Expose more constants in the fcntl module (GH-114322)
Serhiy Storchaka
2024-01-22
1
-0/+2
*
gh-102512: Turn _DummyThread into _MainThread after os.fork() called from a f...
Serhiy Storchaka
2024-01-22
1
-0/+3
*
gh-113796: Add more validation checks in the csv.Dialect constructor (GH-113797)
Serhiy Storchaka
2024-01-22
1
-0/+3
*
gh-114328: tty cbreak mode should not alter ICRNL (#114335)
Gregory P. Smith
2024-01-21
1
-0/+4
*
gh-114281: Remove incorrect type hints from `asyncio.staggered` (#114282)
Nikita Sobolev
2024-01-20
1
-0/+3
*
GH-113225: Speed up `pathlib.Path.walk(top_down=False)` (#113693)
Barney Gale
2024-01-20
1
-0/+2
*
GH-79634: Accept path-like objects as pathlib glob patterns. (#114017)
Barney Gale
2024-01-20
1
-0/+2
*
gh-114265: move line number propagation before cfg optimization, remove guara...
Irit Katriel
2024-01-19
1
-0/+1
*
gh-114123: Migrate docstring from _csv to csv (#114124)
Skip Montanaro
2024-01-18
1
-0/+7
*
gh-114087: Speed up dataclasses._asdict_inner (#114088)
keithasaurus
2024-01-18
1
-0/+1
*
gh-114198: Rename dataclass __replace__ argument to 'self' (gh-114251)
Phillip Schanely
2024-01-18
1
-0/+2
*
gh-110345: show Tcl/Tk patchlevel in `tkinter._test()` (GH-110350)
Christopher Chavez
2024-01-18
1
-0/+1
*
gh-114050: Fix crash when more than two arguments are passed to int() (GH-114...
kcatss
2024-01-18
1
-0/+2
*
gh-96905: In IDLE code, stop redefining built-ins 'dict' and 'object' (#114227)
Terry Jan Reedy
2024-01-18
1
-0/+1
*
gh-104522: Fix OSError raised when run a subprocess (#114195)
Serhiy Storchaka
2024-01-18
1
-0/+3
*
gh-112984 Update Windows build and installer for free-threaded builds (GH-113...
Steve Dower
2024-01-17
1
-0/+1
*
gh-38807: Fix race condition in Lib/trace.py (GH-110143)
buermarc
2024-01-17
1
-0/+3
*
gh-105102: Fix nested unions in structures when the system byteorder is the o...
Sheidan
2024-01-17
1
-0/+2
*
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...
Ethan Furman
2024-01-17
1
-0/+1
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-01-17
2
-0/+4
|
\
|
*
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
Tian Gao
2024-01-17
1
-0/+1
|
*
gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (...
Radislav Chugunov
2024-01-17
1
-0/+3
*
|
Python 3.13.0a3
v3.13.0a3
Thomas Wouters
2024-01-17
232
-523/+2414
|
/
*
gh-72284: Revise lists in IDLE doc (#114174)
Terry Jan Reedy
2024-01-17
1
-0/+2
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
1
-0/+4
*
gh-113659: Skip hidden .pth files (GH-113660)
Serhiy Storchaka
2024-01-16
1
-0/+1
*
gh-114096: Restore privileges in _winapi.CreateJunction after creating the ju...
Steve Dower
2024-01-16
1
-0/+3
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
1
-0/+3
*
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...
Serhiy Storchaka
2024-01-16
1
-0/+2
*
gh-113238: add Anchor to importlib.resources (#113801)
Mike Zimin
2024-01-16
1
-0/+1
*
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
Jérome Perrin
2024-01-16
1
-0/+1
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
1
-0/+3
*
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz
2024-01-16
1
-0/+2
*
gh-91539: Small performance improvement of urrlib.request.getproxies_environm...
Raphaël Marinier
2024-01-15
1
-0/+1
*
gh-99437: runpy: decode path-like objects before setting globals
Kamil Turek
2024-01-15
1
-0/+2
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
1
-0/+3
*
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren
2024-01-15
1
-0/+5
*
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...
Hugo van Kemenade
2024-01-14
5
-8/+8
*
gh-111803: Support loading more deeply nested lists in binary plist format (G...
Serhiy Storchaka
2024-01-13
1
-0/+2
*
gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)
Crowthebird
2024-01-13
1
-0/+1
*
gh-101225: Increase the socket backlog when creating a multiprocessing.connec...
Ronald Oussoren
2024-01-13
1
-0/+4
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
1
-0/+5
*
GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...
Brett Cannon
2024-01-13
1
-0/+2
*
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...
Brett Cannon
2024-01-12
1
-0/+3
*
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
Hugo van Kemenade
2024-01-12
42
-331/+331
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
2
-0/+4
*
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...
Brett Cannon
2024-01-12
1
-0/+3
[next]