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
*
bpo-37380: subprocess: don't use _active on win (GH-14360)
Ruslan Kuprieiev
2019-06-28
2
-25/+57
*
bpo-37412: pythoninfo: add Windows long paths (GH-14434)
Victor Stinner
2019-06-28
1
-0/+24
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner
2019-06-28
1
-0/+55
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
5
-11/+11
*
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH...
Brandt Bucher
2019-06-27
1
-0/+1
*
Replace deprecation warning with RuntimeError (GH-14397)
Andrew Svetlov
2019-06-27
2
-4/+8
*
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
1
-2/+3
*
bpo-37376: pprint support for SimpleNamespace (GH-14318)
Carl Bordum Hansen
2019-06-26
2
-0/+86
*
bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH...
Abhilash Raj
2019-06-26
2
-0/+20
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Brandt Bucher
2019-06-26
1
-0/+5
*
bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394)
Victor Stinner
2019-06-26
1
-24/+54
*
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...
Serhiy Storchaka
2019-06-26
1
-1/+1
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-0/+11
*
bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386)
Victor Stinner
2019-06-26
2
-3/+3
*
bpo-37388: Development mode check encoding and errors (GH-14341)
Victor Stinner
2019-06-25
4
-1/+172
*
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
2
-1/+19
*
bpo-37400: Fix test_os.test_chown() (GH-14374)
Victor Stinner
2019-06-25
1
-11/+8
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
3
-13/+25
*
bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373)
Victor Stinner
2019-06-25
1
-30/+65
*
bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304)
Serhiy Storchaka
2019-06-25
1
-0/+24
*
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
1
-1/+1
*
bpo-37394: Fix pure Python implementation of the queue module (GH-14351)
Pablo Galindo
2019-06-25
2
-51/+109
*
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner
2019-06-25
1
-9/+0
*
bpo-4963: Fix for initialization and non-deterministic behavior issues in mim...
David K. Hess
2019-06-24
2
-120/+182
*
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
13
-4/+44
*
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
1
-0/+9
*
bpo-37359: Add --cleanup option to python3 -m test (GH-14332)
Victor Stinner
2019-06-24
3
-14/+56
*
bpo-37345: Add formal UDPLITE support (GH-14258)
Gabe Appleton
2019-06-24
1
-0/+183
*
bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modificati...
Pablo Galindo
2019-06-23
1
-2/+2
*
bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313)
Pablo Galindo
2019-06-22
1
-1/+3
*
bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-...
Jörn Heissler
2019-06-22
3
-0/+36
*
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
1
-1/+2
*
bpo-37362: test_gdb now ignores stderr (GH-14287)
Victor Stinner
2019-06-21
1
-34/+13
*
bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847)
Joannah Nanjekye
2019-06-21
1
-4/+17
*
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
Zackery Spytz
2019-06-21
2
-0/+10
*
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
*
Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263)
İsmail Arılık
2019-06-20
1
-1/+1
*
bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-...
Paul Monson
2019-06-19
5
-2/+20
*
bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14...
Vinay Sajip
2019-06-19
1
-0/+31
*
bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209)
Terry Jan Reedy
2019-06-18
3
-23/+41
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Mike Gleen
2019-06-18
1
-0/+35
[next]