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
/
test
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/+13
*
bpo-42043: Add support for zipfile.Path subclasses (#22716)
Jason R. Coombs
2020-10-25
1
-106/+206
*
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
3
-0/+79
*
bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (G...
Serhiy Storchaka
2020-10-24
1
-0/+18
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-0/+5
*
bpo-40592: shutil.which will not return None anymore if ; is the last char in...
Christopher Marchfelder
2020-10-23
1
-0/+17
*
bpo-36876: Fix the C analyzer tool. (GH-22841)
Eric Snow
2020-10-23
20
-4314/+0
*
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
1
-0/+24
*
bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22...
Максим
2020-10-21
1
-0/+20
*
bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839)
Gregory P. Smith
2020-10-21
2
-43/+71
*
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
1
-0/+13
*
bpo-4356: Add key function support to the bisect module (GH-20556)
Raymond Hettinger
2020-10-20
1
-0/+57
*
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
2
-1/+59
*
bpo-27321 Fix email.generator.py to not replace a non-existent header. (GH-18...
Mark Sapiro
2020-10-19
1
-0/+35
*
bpo-42089: Sync with current cpython branch of importlib_metadata (GH-22775)
Barry Warsaw
2020-10-19
2
-6/+15
*
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...
Ronald Oussoren
2020-10-19
1
-0/+12
*
bpo-42051: Reject XML entity declarations in plist files (#22760)
Ronald Oussoren
2020-10-19
1
-0/+18
*
bpo-19270: Fixed sched.scheduler.cancel to cancel correct event (GH-22729)
Bar Harel
2020-10-19
1
-0/+11
*
bpo-40492: Fix --outfile with relative path when the program changes it worki...
Anthony Sottile
2020-10-18
1
-1/+15
*
bpo-28660: Make TextWrapper break long words on hyphens (GH-22721)
Irit Katriel
2020-10-18
1
-0/+72
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731)
scaramallion
2020-10-18
1
-0/+3
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Max Bernstein
2020-10-17
1
-0/+12
*
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
1
-1/+13
*
bpo-41939: always enable test_site.test_license_exists_at_url (GH-22688)
Ned Deily
2020-10-14
1
-2/+0
*
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655)
Victor Stinner
2020-10-11
1
-8/+13
*
bpo-39481: Fix duplicate SimpleQueue type in test_genericalias.py (GH-22619)
Saiyang Gou
2020-10-09
1
-2/+2
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
1
-10/+52
*
bpo-41979: Accept star-unpacking on with-item targets (GH-22611)
Batuhan Taskaya
2020-10-09
1
-1/+7
*
bpo-39337: Add a test case for normalizing of codec names (GH-19069)
Hai Shi
2020-10-08
1
-0/+25
*
bpo-41970: Avoid test failure in test_lib2to3 if the module is already import...
Pablo Galindo
2020-10-08
1
-1/+2
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
6
-93/+0
*
bpo-41923: PEP 613: Add TypeAlias to typing module (#22532)
Mikhail Golubev
2020-10-07
1
-0/+40
*
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya
2020-10-06
18
-251/+343
*
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami
2020-10-06
2
-0/+186
*
bpo-41944: No longer call eval() on content received via HTTP in the UnicodeN...
Florian Bruhin
2020-10-06
1
-1/+2
*
bpo-41944: No longer call eval() on content received via HTTP in the CJK code...
Serhiy Storchaka
2020-10-06
1
-14/+8
*
bpo-41939: Fix test_site.test_license_exists_at_url() (#22559)
Victor Stinner
2020-10-05
1
-0/+2
*
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
2020-10-04
1
-0/+10
*
bpo-41887: omit leading spaces/tabs on ast.literal_eval (#22469)
Batuhan Taskaya
2020-10-04
1
-0/+6
*
bpo-41840: Report module-level globals as both local and global in the symtab...
Pablo Galindo
2020-10-03
1
-2/+16
*
bpo-40564: Avoid copying state from extant ZipFile. (GH-22371)
Jason R. Coombs
2020-10-03
1
-0/+33
*
bpo-41826: Fix compiler warnings in test_peg_generator (GH-22455)
Pablo Galindo
2020-10-03
1
-16/+17
*
bpo-41900: C14N 2.0 serialisation failed for unprefixed attributes when a def...
scoder
2020-10-03
1
-0/+8
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
6
-0/+93
[next]