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-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
*
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...
Gregory P. Smith
2024-01-12
1
-0/+4
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
1
-0/+1
*
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren
2024-01-12
1
-0/+6
*
gh-107901: duplicate blocks with no lineno that have an eval break and multip...
Irit Katriel
2024-01-12
1
-0/+1
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
1
-0/+2
*
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
Mariusz Felisiak
2024-01-12
1
-0/+3
*
gh-113903: Fix an IDLE configdialog test (#113973)
Terry Jan Reedy
2024-01-12
1
-0/+1
*
gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)
Zackery Spytz
2024-01-11
1
-0/+2
*
GH-113853: Guarantee forward progress in executors (GH-113854)
Mark Shannon
2024-01-11
1
-0/+2
*
gh-107901: jump leaving an exception handler doesn't need an eval break check...
Irit Katriel
2024-01-11
1
-0/+1
*
gh-112640: Add `kwdefaults` parameter to `types.FunctionType.__new__` (#112641)
Nikita Sobolev
2024-01-11
1
-0/+2
*
gh-89811: Check for valid tp_version_tag in specializer (GH-113558)
Peter Lazorchak
2024-01-11
1
-0/+2
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
1
-0/+3
*
gh-113753: Clear finalized bit when putting PyAsyncGenASend back into free li...
Sam Gross
2024-01-10
1
-0/+2
*
gh-109858: Protect zipfile from "quoted-overlap" zipbomb (GH-110016)
Serhiy Storchaka
2024-01-10
1
-0/+3
*
gh-89850: Add default C implementations of persistent_id() and persistent_loa...
Serhiy Storchaka
2024-01-10
1
-0/+5
*
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka
2024-01-10
3
-3/+3
*
gh-113594: Fix UnicodeEncodeError in TokenList.fold() (GH-113730)
Serhiy Storchaka
2024-01-10
1
-0/+2
*
gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() b...
Serhiy Storchaka
2024-01-10
1
-0/+2
*
gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900)
Serhiy Storchaka
2024-01-10
1
-0/+1
*
gh-112182: Replace StopIteration with RuntimeError for future (#113220)
Jamie Phan
2024-01-10
1
-0/+3
*
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long
2024-01-09
1
-0/+3
*
GH-113661: unittest runner: Don't exit 5 if tests were skipped (#113856)
Stefano Rivera
2024-01-09
1
-0/+3
*
gh-113781: Silence AttributeError in warning module during Python finalizatio...
Serhiy Storchaka
2024-01-09
1
-0/+2
*
gh-113848: Handle CancelledError subclasses in asyncio TaskGroup() and timeou...
Serhiy Storchaka
2024-01-09
1
-0/+3
*
gh-87868: Sort and remove duplicates in getenvironment() (GH-102731)
AN Long
2024-01-09
1
-0/+2
[next]