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-32934: Clarified meaning of 'capacity' for BufferingHandler and MemoryHan...
Vinay Sajip
2019-07-01
2
-10/+12
*
bpo-37221: Add PyCode_NewWithPosOnlyArgs to be used internally and set PyCode...
Pablo Galindo
2019-07-01
8
-34/+79
*
Minor updates to the macOS installer screens for 3.8.0b2 (GH-14501)
Ned Deily
2019-07-01
2
-5/+16
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
4
-0/+32
*
bpo-37428: Don't set PHA verify flag on client side (GH-14421)
Christian Heimes
2019-07-01
3
-17/+61
*
bpo-36168: Lowercase the word "subsequent" in get_value doc (GH-14485)
Krishna Oza
2019-07-01
1
-1/+1
*
bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480)
Zackery Spytz
2019-06-30
5
-4/+21
*
bpo-35621: Support running subprocesses in asyncio when loop is executed in n...
Andrew Svetlov
2019-06-30
7
-72/+378
*
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
Ammar Askar
2019-06-30
9
-16/+493
*
bpo-30754: Document textwrap.dedent blank line behavior. (GH-14469)
tmblweed
2019-06-30
2
-3/+6
*
bpo-37437: Pass -Wno-unreachable-code when compiling expat. (GH-14470)
Benjamin Peterson
2019-06-29
1
-2/+2
*
Make StreamHandler.terminator more discoverable (GH-14359)
Andre Delfino
2019-06-29
1
-7/+11
*
Fix indentation in logging.handlers.setStream (GH-14358)
Andre Delfino
2019-06-29
1
-2/+1
*
bpo-37369: Fixes crash when reporting fatal error (GH-14468)
Steve Dower
2019-06-29
1
-2/+3
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
17
-268/+401
*
bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303)
Kyle Stanley
2019-06-28
1
-0/+0
*
bpo-37403: Touch up venv docs (GH-14458)
Brett Cannon
2019-06-28
2
-7/+20
*
bpo-31783: Fix a race condition creating workers during shutdown (#13171)
Brian Quinlan
2019-06-28
2
-2/+7
*
bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)
Victor Stinner
2019-06-28
1
-2/+1
*
bpo-37380: subprocess: don't use _active on win (GH-14360)
Ruslan Kuprieiev
2019-06-28
3
-25/+59
*
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
2
-1/+56
*
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner
2019-06-28
1
-1/+1
*
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
[next]