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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
10
-6/+315
*
bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288)
Pierre Glaser
2019-06-25
1
-6/+15
*
bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286)
Pierre Glaser
2019-06-25
1
-3/+3
*
bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119)
Abhilash Raj
2019-06-25
3
-1/+21
*
bpo-37400: Fix test_os.test_chown() (GH-14374)
Victor Stinner
2019-06-25
2
-11/+10
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
10
-42/+211
*
bpo-37392: Update the dir(sys) in module tutorial (GH-14365)
Xtreak
2019-06-25
1
-16/+20
*
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
Victor Stinner
2019-06-25
1
-30/+65
*
Fix minor spelling error in What's new for Python 3.8 (GH-14371)
Pablo Galindo
2019-06-25
1
-1/+1
*
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Serhiy Storchaka
2019-06-25
4
-6/+36
*
bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357)
Zackery Spytz
2019-06-25
1
-2/+0
*
bpo-36546: Mark first argument as position only (GH-14363)
Raymond Hettinger
2019-06-25
2
-1/+5
*
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo
2019-06-25
3
-51/+111
*
bpo-35224: Add What's new entry for evaluation order in dict comprehensions (...
Pablo Galindo
2019-06-25
1
-0/+8
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
9
-148/+14
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
David K. Hess
2019-06-24
4
-120/+188
*
bpo-25361: Enable SSE2 instructions for Windows 32-bit build (GH-12438)
animalize
2019-06-24
2
-1/+1
*
bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)
animalize
2019-06-24
4
-3/+4
*
bpo-36889: Document asyncio Stream and StreamServer (GH-14203)
Xtreak
2019-06-24
3
-65/+280
*
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...
ziheng
2019-06-24
2
-3/+7
*
Get rid of exception traceback printing in asyncio tests (GH-14343)
Andrew Svetlov
2019-06-24
1
-2/+2
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
37
-18/+165
*
bpo-37359: Fix regrtest --cleanup (GH-14336)
Victor Stinner
2019-06-24
1
-1/+1
*
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858)
Jeroen Demeyer
2019-06-24
4
-7/+18
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
2019-06-24
5
-14/+65
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
4
-0/+217
*
bpo-37348: optimize decoding ASCII string (GH-14283)
Inada Naoki
2019-06-24
2
-34/+53
*
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...
Pablo Galindo
2019-06-23
2
-3/+3
*
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Pablo Galindo
2019-06-22
2
-122/+124
*
asyncio: Fix docs for default event loop (#14308)
Ben Darnell
2019-06-22
1
-1/+1
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
8
-7/+53
*
Improve threading.daemon docstring (GH-14278)
mbarkhau
2019-06-22
1
-2/+1
*
bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
Xtreak
2019-06-22
1
-1/+3
*
bpo-37364: Use io.open_code() to read .pth files (GH-14299)
Steve Dower
2019-06-21
2
-1/+3
*
bpo-37351: Removes libpython38.a from standard Windows distribution (#14276)
Steve Dower
2019-06-21
6
-37/+21
*
bpo-37362: test_gdb now ignores stderr (GH-14287)
Victor Stinner
2019-06-21
2
-34/+16
*
Use `python -m pip install` in porting guide and venv docs (GH-13257)
Brad
2019-06-21
2
-11/+17
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
2
-4/+18
*
bpo-36511: Fix -u parameters for ARM32 tests (GH-14280)
Paul Monson
2019-06-21
1
-1/+1
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz
2019-06-21
5
-1/+13
*
bpo-36210: update optional extension handling for AIX (GH-12202)
Michael Felt
2019-06-21
2
-8/+26
*
Docs: Improved phrasing (GH-14069)
Aeros
2019-06-21
1
-4/+6
*
Remove redundant if check from optional argument function in argparse. (GH-8766)
Shashank Parekh
2019-06-21
1
-4/+2
*
bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect ...
Pablo Galindo
2019-06-20
1
-0/+8
*
Update What's New in Python 3.9 (GH-14253)
Victor Stinner
2019-06-20
2
-1/+2
*
bpo-36511: Improve ARM32 buildbot scripts (GH-14251)
Paul Monson
2019-06-20
3
-23/+29
*
bpo-37151: remove _PyCFunction_FastCallDict (GH-14269)
Jeroen Demeyer
2019-06-20
4
-29/+5
*
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
İsmail Arılık
2019-06-20
1
-1/+1
*
Fix bpo number in News file. (GH-14260)
Eric V. Smith
2019-06-20
1
-1/+1
*
bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241)
Hai Shi
2019-06-20
1
-1/+1
[next]