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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-105102: Fix nested unions in structures when the system byteorder is the o...
Sheidan
2024-01-17
2
-2/+20
*
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-1...
Ethan Furman
2024-01-17
2
-3/+19
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2024-01-17
3
-1/+52
|
\
|
*
gh-112343: pdb: Use tokenize to replace convenience variables (#112380)
Tian Gao
2024-01-17
2
-1/+44
|
*
gh-104282: Fix null pointer dereference in `lzma._decode_filter_properties` (...
Radislav Chugunov
2024-01-17
1
-0/+8
*
|
Python 3.13.0a3
v3.13.0a3
Thomas Wouters
2024-01-17
1
-370/+607
|
/
*
gh-86179: Skip test case that fails on POSIX with unversioned binary (GH-114136)
Steve Dower
2024-01-17
1
-1/+2
*
gh-72284: Revise lists in IDLE doc (#114174)
Terry Jan Reedy
2024-01-17
2
-38/+31
*
gh-81479: For Help => IDLE Doc, stop double-spacing some lists. (#114168)
Terry Jan Reedy
2024-01-17
1
-1/+1
*
GH-114013: fix setting `HOSTRUNNER` for `Tools/wasm/wasi.py` (GH-114097)
Brett Cannon
2024-01-16
6
-6/+6
*
Clean up backslash avoiding code in ast, fix typo (#113605)
Shantanu
2024-01-16
1
-8/+5
*
gh-113659: Skip hidden .pth files (GH-113660)
Serhiy Storchaka
2024-01-16
2
-1/+51
*
Fix 'expresion' typo in IDLE doc (#114130)
Terry Jan Reedy
2024-01-16
1
-48/+71
*
gh-114107: test.pythoninfo logs Windows Developer Mode (#114121)
Victor Stinner
2024-01-16
1
-16/+44
*
gh-113626: Add allow_code parameter in marshal functions (GH-113648)
Serhiy Storchaka
2024-01-16
1
-0/+26
*
gh-114107: Fix importlib.resources symlink test if symlinks aren't supported ...
Petr Viktorin
2024-01-16
1
-0/+2
*
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...
Serhiy Storchaka
2024-01-16
1
-1/+1
*
gh-113238: add Anchor to importlib.resources (#113801)
Mike Zimin
2024-01-16
1
-0/+2
*
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
Jérome Perrin
2024-01-16
2
-1/+19
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
5
-12/+17
*
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz
2024-01-16
1
-0/+57
*
gh-91539: Small performance improvement of urrlib.request.getproxies_environm...
Raphaël Marinier
2024-01-15
1
-1/+1
*
gh-99437: runpy: decode path-like objects before setting globals
Kamil Turek
2024-01-15
2
-9/+12
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
1
-6/+23
*
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren
2024-01-15
2
-5/+86
*
gh-114075: Capture `test_compileall` stdout output (#114076)
Kirill Podoprigora
2024-01-15
1
-1/+3
*
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...
Serhiy Storchaka
2024-01-15
1
-2/+7
*
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
Barney Gale
2024-01-14
2
-11/+9
*
Add `pathlib._abc.PathModuleBase` (#113893)
Barney Gale
2024-01-14
4
-59/+182
*
gh-111803: Support loading more deeply nested lists in binary plist format (G...
Serhiy Storchaka
2024-01-13
1
-1/+2
*
gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)
Crowthebird
2024-01-13
2
-10/+34
*
gh-101225: Increase the socket backlog when creating a multiprocessing.connec...
Ronald Oussoren
2024-01-13
2
-2/+2
*
Add module docstring for `pathlib._abc`. (#113691)
Barney Gale
2024-01-13
1
-0/+13
*
pathlib ABCs: add `_raw_path` property (#113976)
Barney Gale
2024-01-13
2
-20/+31
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
6
-31/+33
*
GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...
Brett Cannon
2024-01-13
1
-6/+4
*
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...
Brett Cannon
2024-01-12
1
-1/+1
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
4
-0/+16
*
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...
Brett Cannon
2024-01-12
1
-1/+1
*
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...
Gregory P. Smith
2024-01-12
2
-11/+31
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-12/+13
*
gh-107901: duplicate blocks with no lineno that have an eval break and multip...
Irit Katriel
2024-01-12
1
-0/+15
*
gh-113980: Fix resource warnings in test_asyncgen (GH-113984)
Serhiy Storchaka
2024-01-12
1
-2/+19
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
1
-0/+60
*
gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)
Pablo Galindo Salgado
2024-01-12
1
-1/+1
*
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
Mariusz Felisiak
2024-01-12
2
-3/+15
*
gh-113937 Fix failures in type cache tests due to re-running (GH-113953)
Peter Lazorchak
2024-01-12
1
-14/+14
*
gh-113903: Fix an IDLE configdialog test (#113973)
Terry Jan Reedy
2024-01-12
2
-16/+15
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz
2024-01-11
1
-2/+4
*
gh-107901: jump leaving an exception handler doesn't need an eval break check...
Irit Katriel
2024-01-11
1
-2/+2
[prev]
[next]