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
*
bpo-30681: Support invalid date format or value in email Date header (GH-22090)
Georges Toth
2020-10-27
7
-3/+50
*
bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654)
Lisa Roach
2020-10-26
2
-2/+29
*
bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow ...
Alexey Izbyshev
2020-10-26
1
-0/+13
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
2
-115/+236
*
bpo-41919: Avoid resource leak in test_io (GH-22973)
Hai Shi
2020-10-25
1
-12/+13
*
bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915)
Jason R. Coombs
2020-10-25
6
-16/+111
*
bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942)
Mark Roseman
2020-10-25
3
-14/+22
*
bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943)
Mark Roseman
2020-10-24
1
-5/+7
*
bpo-33987: Use ttk Label on IDLE statusbar (GH-22941)
Mark Roseman
2020-10-24
1
-2/+1
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
2
-0/+22
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
2
-14/+31
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
2
-1/+23
*
bpo-36876: Fix the C analyzer tool. (GH-22841)
Eric Snow
2020-10-23
20
-4314/+0
*
bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433)
Cheryl Sabella
2020-10-22
2
-5/+9
*
bpo-42057: Add regression test to master. (GH-22893)
Mark Shannon
2020-10-22
1
-0/+6
*
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
Batuhan Taskaya
2020-10-21
2
-2/+33
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
2
-2/+22
*
Update idlelib/help.html to current Sphinx output (GH-22833)
Terry Jan Reedy
2020-10-21
1
-33/+37
*
bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
Gregory P. Smith
2020-10-21
2
-43/+71
*
bpo-38144: Re-add accidentally removed audition for glob. (GH-22805)
Serhiy Storchaka
2020-10-20
1
-0/+1
*
bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639)
Andrey Doroschenko
2020-10-20
1
-3/+4
*
bpo-38439: Add 256px IDLE icon to the .ico, drop gifs from it (GH-19648)
Miro Hrončok
2020-10-20
2
-0/+4
*
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
TIGirardi
2020-10-20
1
-0/+4
*
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH...
Ronald Oussoren
2020-10-20
2
-1/+18
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
2
-18/+105
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Justin Turner Arthur
2020-10-20
1
-0/+2
*
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_...
Ruben Vorderman
2020-10-19
3
-2/+77
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Mark Sapiro
2020-10-19
2
-1/+40
*
bpo-16396: Allow wintypes to be imported on non-Windows systems. (GH-21394)
Jason R. Coombs
2020-10-19
1
-3/+5
*
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
2020-10-19
3
-6/+24
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Ronald Oussoren
2020-10-19
2
-0/+17
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
2
-0/+25
*
bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
Bar Harel
2020-10-19
2
-10/+21
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
3
-1/+25
*
bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
Irit Katriel
2020-10-18
2
-2/+82
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
2020-10-18
2
-1/+4
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Max Bernstein
2020-10-17
1
-0/+12
*
bpo-42011: Update documentation of logging.Filter.filter() (GH-22692)
Necdet Can Atesman
2020-10-16
1
-2/+2
*
bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513)
Hai Shi
2020-10-16
4
-29/+15
*
bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
2020-10-15
2
-5/+24
*
bpo-39337: encodings.normalize_encoding() now ignores non-ASCII characters (G...
Hai Shi
2020-10-14
2
-2/+15
*
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Anatoliy Platonov
2020-10-14
2
-0/+10
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily
2020-10-14
1
-2/+0
*
[doc] Fix typo in the graphlib docs (GH-22661)
linchiwei123
2020-10-12
1
-3/+4
*
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)
Victor Stinner
2020-10-11
1
-8/+13
*
bpo-38605: bump the magic number for 'annotations' future (#22630)
Batuhan Taskaya
2020-10-10
1
-1/+2
*
bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
Saiyang Gou
2020-10-09
1
-2/+2
*
bpo-41831: Restore str implementation of __str__ in tkinter.EventType (GH-22355)
Serhiy Storchaka
2020-10-09
1
-3/+2
*
bpo-41831: Add tests for tkinter.Event.__repr__ (GH-22354)
Serhiy Storchaka
2020-10-09
1
-0/+48
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-10/+52
[next]