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-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-20
1
-12/+9
*
[3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ...
Serhiy Storchaka
2017-04-19
5
-26/+41
*
[3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...
Serhiy Storchaka
2017-04-19
3
-43/+150
*
[3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
7
-31/+95
*
[3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...
Serhiy Storchaka
2017-04-16
2
-2/+4
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
3
-11/+23
*
[3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148)
Michael Seifert
2017-04-15
1
-0/+11
*
[3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143)
Mariatta
2017-04-15
1
-7/+1
*
Fix misplaced positional argument in OS X support library (#1135)
Jack McCracken
2017-04-14
1
-1/+1
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1133)
Antoine Pitrou
2017-04-14
1
-0/+1
*
[3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...
Mariatta
2017-04-14
3
-2/+36
*
[3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)
Mariatta
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048) (#1116)
Serhiy Storchaka
2017-04-13
2
-3/+16
*
bpo-29791: Clarify that flush is keyword-only argument (GH-1093)
Berker Peksag
2017-04-13
1
-1/+1
*
[3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...
Mariatta
2017-04-13
3
-6/+32
*
[3.5] Clarify exception handler scope in contextlib (GH-1104)
Mariatta
2017-04-13
1
-1/+2
*
[3.5] Remove superfluous comment in urllib.error. (GH-1076) (GH-1102)
Mariatta
2017-04-13
1
-4/+0
*
bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...
Xiang Zhang
2017-04-13
3
-191/+220
*
Remove OSError related comment in urllib.request. (#1071)
Senthil Kumaran
2017-04-10
1
-1/+0
*
[3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)
Mariatta
2017-04-09
1
-2/+2
*
Remove invalid comment in urllib.request.(#1056)
Senthil Kumaran
2017-04-09
1
-6/+2
*
bpo-29506: Clarify deep copy note in copy module
Nick Coghlan
2017-04-09
2
-2/+3
*
bpo-29798: Handle git worktree in patchcheck
Nick Coghlan
2017-04-09
1
-1/+1
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#101...
Serhiy Storchaka
2017-04-08
3
-0/+71
*
Expand the PySlice_GetIndicesEx macro. (#1023) (#1045)
Serhiy Storchaka
2017-04-08
11
-45/+47
*
Closes bpo-29939: suppress compiler warnings in _ctypes_test (#1039)
Vinay Sajip
2017-04-07
1
-3/+3
*
Fix a minor typo. (#1032) (#1036)
Barry Warsaw
2017-04-07
1
-1/+1
*
Remove Invalid comment in test_urllib2.py (#1021)
Senthil Kumaran
2017-04-07
1
-1/+0
*
[3.5] bpo-19225: Lack of c api exceptions doc (#965)
cocoatomo
2017-04-06
2
-56/+146
*
correct parse_qs and parse_qsl test case descriptions. (#968) (#998)
Senthil Kumaran
2017-04-05
2
-19/+23
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006)
Serhiy Storchaka
2017-04-05
1
-9/+9
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986)
Senthil Kumaran
2017-04-04
1
-0/+5
*
Minor spell fix and formatting fixes in urllib tests. (#959) (#960)
Senthil Kumaran
2017-04-02
2
-2/+6
*
bpo-29941: Assert fixes (#886) (#956)
T. Wouters
2017-04-02
2
-1/+7
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958)
Senthil Kumaran
2017-04-02
1
-3/+3
*
bpo-29952: Use usual terminology of dict (GH-923)
INADA Naoki
2017-03-31
1
-1/+1
*
Remove catching OSError in ftphandler test. Only URLError is raised in urllib...
Senthil Kumaran
2017-03-31
1
-3/+1
*
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#912)
T. Wouters
2017-03-30
3
-24/+39
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
6
-11/+31
*
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#904)
Serhiy Storchaka
2017-03-30
3
-48/+167
*
Remove an unrequired TODO in test_urllib2. (#897) (#901)
Senthil Kumaran
2017-03-30
1
-1/+0
*
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#895)
Senthil Kumaran
2017-03-30
1
-2/+2
*
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-893)
Mariatta
2017-03-30
1
-3/+6
*
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (GH-884)
Xiang Zhang
2017-03-29
3
-25/+117
*
bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-875)
Mariatta
2017-03-28
1
-9/+10
*
bpo-29643: Fix check for --enable-optimizations (GH-871)
INADA Naoki
2017-03-28
3
-2/+7
*
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-863)
Mariatta
2017-03-28
1
-1/+2
*
Drop the standard gcc test build on Travis (GH-853) (GH-860)
Brett Cannon
2017-03-27
1
-4/+4
*
bpo-27425: Add .gitattributes, fix Windows tests (#844)
Victor Stinner
2017-03-27
1
-0/+8
*
Minor test cleanup (GH-837) (GH-839)
Zachary Ware
2017-03-27
2
-7/+0
[next]