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
...
*
closes bpo-25461: Update os.walk() docstring to match the online docs. (GH-11...
Bernt Røskar Brenna
2019-09-10
1
-4/+5
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [queu...
Emmanuel Arias
2019-09-10
1
-0/+4
*
bpo-37619: update_one_slot() should not ignore wrapper descriptors for wrong ...
Jeroen Demeyer
2019-09-10
1
-0/+12
*
bpo-37499: Test various C calling conventions (GH-15776)
Petr Viktorin
2019-09-10
2
-195/+271
*
bpo-37251: Removes __code__ check from _is_async_obj. (GH-15830)
Lisa Roach
2019-09-10
2
-3/+17
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
6
-265/+401
*
Skip zoneinfo tests on VxWorks (#13535)
hliu0
2019-09-10
1
-0/+2
*
bpo-38076: Make struct module PEP-384 compatible (#15805)
Dino Viehland
2019-09-10
1
-0/+4
*
bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712)
Greg Price
2019-09-10
3
-129/+102
*
bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821)
Vinay Sharma
2019-09-10
1
-2/+7
*
bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818)
Terry Jan Reedy
2019-09-10
2
-1/+4
*
bpo-38049: Add command-line interface for the ast module. (GH-15724)
Serhiy Storchaka
2019-09-09
1
-0/+24
*
bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662)
Vinay Sharma
2019-09-09
1
-0/+24
*
bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631)
Serhiy Storchaka
2019-09-09
2
-11/+96
*
bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250)
Sergey Fedoseev
2019-09-09
1
-0/+9
*
bpo-35941: Fix performance regression in new code (GH-12610)
Christian Heimes
2019-09-09
1
-2/+2
*
Fix punctuation in `os.execvpe` docstring. (GH-15051)
Hasan Ramezani
2019-09-09
1
-1/+1
*
bpo-35803: Document and test dir=PathLike for tempfile (GH-11644)
Anthony Sottile
2019-09-09
1
-2/+14
*
Clarify that shutil's copy functions can accept path-like values (GH-15141)
Boris Verhovsky
2019-09-09
1
-1/+2
*
bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111)
Zackery Spytz
2019-09-09
1
-0/+18
*
bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302)
Greg Price
2019-09-09
1
-1/+1
*
bpo-20490: Improve circular import error message (GH-15308)
Anthony Sottile
2019-09-09
3
-0/+14
*
bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641)
Victor Stinner
2019-09-09
2
-2/+7
*
bpo-37876: Tests for ROT-13 codec (GH-15314)
Zeth
2019-09-09
1
-0/+37
*
docs: Add references to AsyncMock in unittest.mock.patch (#13681)
Mario Corchero
2019-09-09
1
-4/+5
*
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
[prev]
[next]