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-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
12
-383/+467
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
18
-643/+1332
*
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable #4409
Yury Selivanov
2017-11-15
3
-0/+25
*
bpo-32025: Add time.thread_time() (#4410)
Antoine Pitrou
2017-11-15
5
-0/+206
*
bpo-32018: Fix inspect.signature repr to follow PEP 8 (#4408)
Dong-hee Na
2017-11-15
4
-5/+10
*
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka
2017-11-15
5
-12/+18
*
bpo-30950: Convert round() to Argument Clinic. (#2740)
Serhiy Storchaka
2017-11-15
2
-20/+51
*
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...
Serhiy Storchaka
2017-11-15
3
-0/+46
*
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
Serhiy Storchaka
2017-11-15
4
-7/+23
*
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....
Serhiy Storchaka
2017-11-15
3
-51/+93
*
bpo-32032: Test both implementations of module-level pickle API. (#4401)
Serhiy Storchaka
2017-11-15
3
-18/+25
*
Changed lambda to str.strip in _strip_spaces in logging.config (#4332)
sanjayp
2017-11-15
1
-2/+2
*
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
Serhiy Storchaka
2017-11-15
4
-13/+45
*
bpo-31948: Fix broken links in msilib docs (GH-4397)
Jesse-Bakker
2017-11-14
1
-33/+33
*
bpo-15606: Improve the re.VERBOSE documentation. (#4366)
Serhiy Storchaka
2017-11-14
1
-1/+2
*
bpo-32015: Asyncio looping during simultaneously socket read/write an… (#4386)
Andrey Egorov
2017-11-14
3
-38/+79
*
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...
Mat M
2017-11-14
1
-1/+3
*
bpo-16055: Fixes incorrect error text for int('1', base=1000) (#4376)
Sanyam Khurana
2017-11-13
1
-1/+1
*
bpo-31979: Simplify transforming decimals to ASCII (#4336)
Serhiy Storchaka
2017-11-13
7
-139/+63
*
bpo-28369: Enhance transport socket check in add_reader/writer (#4365)
Yury Selivanov
2017-11-13
4
-1/+90
*
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() ...
Mat M
2017-11-13
1
-1/+5
*
remove detect_math_libs (#4383)
Benjamin Peterson
2017-11-13
1
-21/+10
*
bpo-29181: Skip test_tarfile tests on PermissionError raised by Android (GH-4...
xdegaye
2017-11-12
1
-2/+8
*
bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374)
xdegaye
2017-11-12
1
-3/+10
*
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)
xdegaye
2017-11-12
7
-34/+50
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12
4
-19/+107
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
6
-24/+90
*
Move comments in configure.ac to more appropriate place. (#4371)
Serhiy Storchaka
2017-11-11
2
-6/+8
*
The termios man page is in section 3 (GH-2450)
Edward Betts
2017-11-11
1
-1/+1
*
Remove redundant 'exc = True' line (GH-4357)
Berker Peksag
2017-11-11
1
-1/+0
*
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Serhiy Storchaka
2017-11-11
2
-628/+802
*
bpo-31572: Get rid of _PyObject_HasAttrId() in dict and OrderedDict. (#3728)
Serhiy Storchaka
2017-11-11
2
-21/+47
*
bpo-31572: Silence only AttributeError when get the __copy__ attribute in ite...
Serhiy Storchaka
2017-11-11
1
-7/+25
*
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
Serhiy Storchaka
2017-11-11
1
-68/+89
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
23
-41/+46
*
bpo-31824: Document default value of 'errors' parameters (GH-4328)
Pablo Galindo
2017-11-10
1
-2/+2
*
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
benfogle
2017-11-10
4
-8/+58
*
Rewrite asyncio test to be more meaningful (#4363)
Yury Selivanov
2017-11-10
1
-11/+16
*
bpo-31985: Deprecate openfp in aifc, sunau, and wave (#4344)
Brian Curtin
2017-11-10
12
-6/+48
*
bpo-31999: Fix test_venv in case the zlib module is not available. (#4359)
Serhiy Storchaka
2017-11-10
1
-1/+2
*
bpo-31998: Fix test_zipapp in case the zlib module is not available. (#4358)
Serhiy Storchaka
2017-11-10
1
-0/+2
*
bpo-31222: Make (datetime|date|time).replace return subclass type in Pure Pyt...
Paul Ganssle
2017-11-09
2
-3/+17
*
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
Cody Scott
2017-11-09
1
-3/+3
*
Correct the location of a function mentioned in a comment (GH-4327)
Ned Batchelder
2017-11-09
1
-1/+1
*
bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (#4235)
Serhiy Storchaka
2017-11-09
3
-65/+74
*
Silence error output in test_concurrent_futures (bpo-21423) (#4347)
Antoine Pitrou
2017-11-09
1
-22/+47
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
38
-76/+76
*
bpo-11063: Use more reliable way to check if uuid function exists (GH-4343)
Berker Peksag
2017-11-08
2
-4/+2
*
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Berker Peksag
2017-11-08
4
-9/+48
*
bpo-31810: added missing keywords to docs. (#4140)
Tom Floyer
2017-11-08
1
-7/+7
[next]