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-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
1
-0/+2
*
bpo-42150: Avoid buffer overflow in the new parser (GH-22978)
Pablo Galindo
2020-10-25
1
-0/+2
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
1
-0/+4
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
1
-0/+3
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
1
-0/+3
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-0/+2
*
bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-1...
Alexey Izbyshev
2020-10-24
1
-0/+2
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-0/+4
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
1
-0/+1
*
bpo-41910: specify the default implementations of object.__eq__ and object.__...
Brett Cannon
2020-10-21
1
-0/+1
*
bpo-38980: Add -fno-semantic-interposition when building with optimizations (...
Pablo Galindo
2020-10-21
1
-0/+3
*
bpo-39416: Document some restrictions on the default string representations o...
kpinc
2020-10-21
1
-0/+1
*
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
Batuhan Taskaya
2020-10-21
1
-0/+3
*
Update tzdata to 2020.3 (GH-22856)
Paul Ganssle
2020-10-21
1
-1/+1
*
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
Dong-hee Na
2020-10-21
1
-0/+1
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
1
-0/+1
*
bpo-41902: Micro optimization for compute_item of range (GH-22492)
Dong-hee Na
2020-10-21
1
-0/+3
*
bpo-42010: [docs] Clarify subscription of types (GH-22822)
kj
2020-10-20
1
-0/+4
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Florian Dahlitz
2020-10-20
1
-0/+1
*
bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andr...
Steve Dower
2020-10-20
1
-0/+1
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
2
-0/+2
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
1
-0/+2
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
2020-10-20
1
-0/+1
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Ronald Oussoren
2020-10-20
1
-0/+1
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
1
-0/+2
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
1
-0/+1
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Justin Turner Arthur
2020-10-20
1
-0/+1
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
2
-0/+3
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Mark Sapiro
2020-10-19
1
-0/+2
*
bpo-41845: Move PyObject_GenericGetDict() back into the limited API (GH22646)
Zackery Spytz
2020-10-19
1
-0/+2
*
bpo-41784: make PyUnicode_AsUTF8AndSize part of the limited API (GH-22252)
Alex Gaynor
2020-10-19
1
-0/+1
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Jason R. Coombs
2020-10-19
1
-0/+1
*
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
2020-10-19
1
-0/+2
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Ronald Oussoren
2020-10-19
1
-0/+1
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
1
-0/+3
*
bpo-39107: Updated Tcl and Tk to 8.6.10 in Windows installer (GH-22405)
Steve Dower
2020-10-19
1
-0/+1
*
Correct name of bytecode in change note. (GH-22723)
Mark Shannon
2020-10-19
1
-1/+1
*
bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
Bar Harel
2020-10-19
1
-0/+2
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
1
-0/+3
*
bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
Irit Katriel
2020-10-18
1
-0/+1
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
2020-10-18
2
-0/+3
*
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...
Ma Lin
2020-10-18
1
-0/+1
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Max Bernstein
2020-10-17
1
-0/+3
*
closes bpo-42030: Remove legacy AIX dynload support (GH-22717)
Kevin Adler
2020-10-16
1
-0/+3
*
bpo-42021: Fix possible ref leaks during _sqlite3 module init (GH-22673)
Erlend Egeberg Aasland
2020-10-15
1
-0/+1
*
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Kevin Adler
2020-10-15
1
-0/+3
*
bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
2020-10-15
1
-0/+2
*
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...
Hai Shi
2020-10-14
1
-0/+1
*
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov
2020-10-14
2
-0/+2
*
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...
Yannick Jadoul
2020-10-12
1
-0/+3
[next]