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-37337: Add _PyObject_VectorcallMethod() (GH-14228)
Jeroen Demeyer
2019-06-28
7
-33/+105
*
bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
Hai Shi
2019-06-28
1
-1/+1
*
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
Benjamin Peterson
2019-06-28
7
-32/+22
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
34
-113/+266
*
bpo-30345: travis: use -Og with --with-pydebug (GH-14423)
Inada Naoki
2019-06-27
1
-1/+2
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Brandt Bucher
2019-06-27
3
-0/+6
*
Replace deprecation warning with RuntimeError (GH-14397)
Andrew Svetlov
2019-06-27
2
-4/+8
*
bpo-33926: enable GDB tests on Travis CI (GH-14395)
Jeroen Demeyer
2019-06-27
1
-2/+2
*
bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)
Victor Stinner
2019-06-27
1
-1/+1
*
bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416)
Victor Stinner
2019-06-26
2
-2/+4
*
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen
2019-06-26
6
-0/+98
*
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_sp...
Zackery Spytz
2019-06-26
1
-1/+1
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Abhilash Raj
2019-06-26
3
-0/+22
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Brandt Bucher
2019-06-26
3
-0/+11
*
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Victor Stinner
2019-06-26
2
-24/+56
*
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...
Serhiy Storchaka
2019-06-26
3
-2/+3
*
bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner
2019-06-26
4
-77/+9
*
Improve Windows commands in tutorial (GH-14379)
Steve Dower
2019-06-26
2
-12/+10
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
5
-59/+88
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
6
-16/+11
*
bpo-37388: Add PyUnicode_Decode(str, 0) fast-path (GH-14385)
Victor Stinner
2019-06-25
1
-0/+4
*
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
[next]