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
*
Mark files as executable that are meant as scripts. (GH-15354)
Greg Price
2019-09-09
3
-0/+0
*
bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666)
Alan Yee
2019-09-09
1
-2/+2
*
bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082)
Naitree Zhu
2019-09-09
2
-0/+16
*
bpo-26185: Fix repr() on empty ZipInfo object (#13441)
Mickaël Schoentgen
2019-09-09
2
-5/+30
*
bpo-37212: Preserve keyword argument order in unittest.mock.call and error me...
Xtreak
2019-09-09
2
-4/+4
*
bpo-36250: ignore ValueError from signal in non-main thread (GH-12251)
Daniel Hahler
2019-09-09
2
-2/+35
*
bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239)
Zackery Spytz
2019-09-09
1
-0/+1
*
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Ngalim Siregar
2019-09-09
1
-1/+82
*
Fix assertions regarding magic methods function body that was not executed (G...
Xtreak
2019-09-09
1
-9/+2
*
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
Serhiy Storchaka
2019-09-09
1
-0/+37
*
bpo-36018: Address more reviewer feedback (GH-15733)
Raymond Hettinger
2019-09-08
2
-25/+42
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-0/+5
*
bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703)
Dong-hee Na
2019-09-08
1
-6/+5
*
bpo-38041: Refine IDLE Shell restart lines. (GH-15709)
Terry Jan Reedy
2019-09-06
3
-3/+41
*
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
2
-248/+18
*
bpo-36324: Apply review comments from Allen Downey (GH-15693)
Raymond Hettinger
2019-09-05
1
-21/+17
*
bpo-38026: fix inspect.getattr_static (GH-15676)
Inada Naoki
2019-09-05
1
-2/+2
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)
GeeTransit
2019-09-05
5
-21/+75
*
bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15...
Dong-hee Na
2019-09-05
3
-2/+11
*
Fix idlelib.help comments (GH-15669)
Terry Jan Reedy
2019-09-05
1
-24/+25
*
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-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664)
Tal Einat
2019-09-03
2
-167/+229
*
bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634)
Tal Einat
2019-09-03
3
-48/+66
*
Enforce PEP 257 conventions in ftplib.py (GH-15604)
Alan Yee
2019-09-03
1
-8/+5
*
bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646)
Jason R. Coombs
2019-09-02
2
-3/+17
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
12
-38/+38
*
bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621)
Serhiy Storchaka
2019-09-01
5
-16/+16
*
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Serhiy Storchaka
2019-09-01
5
-36/+36
*
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Serhiy Storchaka
2019-09-01
2
-81/+10
*
bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)
Ashwin Ramaswami
2019-08-31
3
-3/+53
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
21
-29/+29
*
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
Terry Jan Reedy
2019-08-30
2
-2/+2
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Victor Stinner
2019-08-30
1
-6/+45
*
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
Sergey Fedoseev
2019-08-30
2
-0/+24
*
Steven Bethard designated a new maintainer for argparse (GH-15605)
Raymond Hettinger
2019-08-30
1
-0/+1
*
bpo-37834: Prevent shutil.rmtree exception (GH-15602)
Ned Deily
2019-08-29
1
-1/+1
*
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
2
-9/+47
*
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
Raymond Hettinger
2019-08-29
3
-5/+5
*
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
2
-15/+53
*
bpo-37960: Silence only necessary errors in repr() of buffered and text strea...
Serhiy Storchaka
2019-08-29
1
-4/+4
*
bpo-35946: Improve assert_called_with documentation (GH-11796)
Rémi Lapeyre
2019-08-29
1
-1/+1
*
bpo-36871: Ensure method signature is used when asserting mock calls to a met...
Xtreak
2019-08-29
2
-1/+83
*
bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15...
Benjamin Peterson
2019-08-29
1
-3/+3
[next]