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-37064: Skip test_tools.test_pathfix if installed (GH-15705)
Victor Stinner
2019-09-05
1
-1/+5
*
bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548)
PatrikKopkan
2019-09-05
1
-0/+64
*
bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615)
Jon Janzen
2019-09-05
1
-102/+9
*
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...
Dong-hee Na
2019-09-05
2
-1/+9
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
1
-0/+8
*
closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558)
Greg Price
2019-09-04
1
-0/+2
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
1
-0/+2
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
6
-24/+24
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
4
-14/+14
*
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka
2019-09-01
1
-22/+22
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
1
-50/+10
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
2
-0/+37
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
15
-20/+20
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
2
-0/+24
*
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
Thomas A Caswell
2019-08-29
1
-0/+11
*
bpo-37034: Display argument name on errors with keyword arguments with Argume...
RĂ©mi Lapeyre
2019-08-29
2
-42/+95
*
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
Joannah Nanjekye
2019-08-29
1
-0/+59
*
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
Raymond Hettinger
2019-08-29
1
-0/+32
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Justin Blanchard
2019-08-29
1
-9/+18
*
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-1...
Serhiy Storchaka
2019-08-29
1
-0/+29
*
bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15...
Benjamin Peterson
2019-08-29
1
-3/+3
*
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-...
Ronald Oussoren
2019-08-29
1
-0/+36
*
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
Vinay Sharma
2019-08-29
1
-0/+6
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
Daniel Fortunov
2019-08-28
1
-0/+14
*
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Inada Naoki
2019-08-27
1
-7/+0
*
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
Zackery Spytz
2019-08-26
1
-5/+1
*
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread...
Andrew Svetlov
2019-08-26
1
-0/+19
*
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
Forest Gregg
2019-08-26
1
-0/+14
*
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (G...
Serhiy Storchaka
2019-08-26
1
-0/+51
*
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
Dong-hee Na
2019-08-26
1
-0/+10
*
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (G...
Flavian Hautbois
2019-08-25
1
-0/+40
*
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
Nick Coghlan
2019-08-25
2
-37/+84
*
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
Zackery Spytz
2019-08-25
2
-1/+17
*
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger
2019-08-25
1
-8/+20
*
bpo-19072: Make @classmethod support chained decorators (GH-8405)
Berker Peksag
2019-08-24
2
-0/+60
*
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
Dong-hee Na
2019-08-24
1
-33/+73
*
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
shireenrao
2019-08-24
1
-46/+63
*
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
Serhiy Storchaka
2019-08-24
3
-5/+59
*
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)
Raymond Hettinger
2019-08-24
1
-14/+1
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+5
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+1
*
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
Victor Stinner
2019-08-23
1
-0/+17
*
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
Victor Stinner
2019-08-23
1
-6/+10
*
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print ...
Stefan Behnel
2019-08-23
1
-0/+117
*
test_gdb: use unittest test discovery (GH-15405)
Victor Stinner
2019-08-23
1
-11/+5
*
bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419)
Victor Stinner
2019-08-23
1
-2/+2
*
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
Pablo Galindo
2019-08-22
1
-0/+5
*
bpo-28556: Add a regression test to typing (GH-15396)
Ivan Levkivskyi
2019-08-22
1
-0/+17
*
bpo-37834: Fix test on Windows 7 (GH-15377)
Steve Dower
2019-08-22
1
-0/+3
*
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15...
Steve Dower
2019-08-21
1
-2/+2
[next]