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
...
*
[3.6] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1...
Mariatta
2017-04-21
1
-0/+2
*
bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)
Serhiy Storchaka
2017-04-20
1
-0/+1
*
[3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)
Mariatta
2017-04-20
2
-1/+12
*
[3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1...
Dong-hee Na
2017-04-20
4
-6/+17
*
Remove redundant comma in argparse HOWTO (GH-1141)
Berker Peksag
2017-04-20
1
-1/+1
*
bpo-30078: Add an example of passing a path to unittest (GH-1178)
Berker Peksag
2017-04-20
1
-0/+1
*
bpo-19225: Remove duplicated description for standard warning categories (GH-...
cocoatomo
2017-04-20
1
-12/+9
*
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ...
Serhiy Storchaka
2017-04-19
5
-26/+41
*
[3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...
Serhiy Storchaka
2017-04-19
3
-52/+162
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096...
Serhiy Storchaka
2017-04-19
7
-31/+95
*
bpo-30017: Allowed calling the close() method of the zip entry writer object ...
Serhiy Storchaka
2017-04-16
3
-0/+49
*
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...
Xiang Zhang
2017-04-15
3
-11/+23
*
[3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149)
Michael Seifert
2017-04-15
1
-0/+11
*
[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
Mariatta
2017-04-15
1
-7/+1
*
improve alignment autoconf test (#1129) (#1139)
Benjamin Peterson
2017-04-14
3
-22/+36
*
Fix misplaced positional argument in OS X support library (#1137)
Jack McCracken
2017-04-14
1
-1/+1
*
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)
Antoine Pitrou
2017-04-14
1
-0/+1
*
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...
Mariatta
2017-04-14
3
-2/+36
*
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) ...
Mariatta
2017-04-13
2
-8/+30
*
[3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)
Mariatta
2017-04-13
1
-1/+1
*
convert from long long to PyLong loselessly (#1106) (#1121)
Benjamin Peterson
2017-04-13
1
-1/+1
*
bpo-30021: Add examples for re.escape(). (#1048) (#1115)
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
*
Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)...
Mariatta
2017-04-13
2
-30/+8
*
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)
Nevada Sanchez
2017-04-13
2
-8/+30
*
[3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...
Mariatta
2017-04-13
3
-6/+32
*
[3.6] Clarify exception handler scope in contextlib (GH-1103)
Mariatta
2017-04-13
1
-1/+2
*
[3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101)
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/+223
*
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098)
Mariatta
2017-04-13
1
-1/+1
*
Remove OSError related comment in urllib.request. (#1072)
Senthil Kumaran
2017-04-10
1
-1/+0
*
[3.6] Improvements to typing documentation (GH-967) (GH-1053)
Mariatta
2017-04-09
1
-7/+43
*
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
Mariatta
2017-04-09
2
-5/+20
*
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
Mariatta
2017-04-09
1
-2/+2
*
Remove invalid comment in urllib.request. (#1055)
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 (#1058) (#1060)
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) (#1044)
Serhiy Storchaka
2017-04-08
11
-45/+47
*
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)
Vinay Sajip
2017-04-07
1
-3/+3
*
Fix a minor typo. (#1032) (#1037)
Barry Warsaw
2017-04-07
1
-1/+1
*
Remove Invalid comment in test_urllib2.py. (#1022)
Senthil Kumaran
2017-04-07
1
-1/+0
*
correct parse_qs and parse_qsl test case descriptions. (#968) (#997)
Senthil Kumaran
2017-04-06
2
-19/+23
*
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003)
Serhiy Storchaka
2017-04-05
1
-17/+17
*
remove merge=union attribute for Misc/NEWS (GH-460) (GH-988)
Mariatta
2017-04-04
1
-2/+0
*
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
Senthil Kumaran
2017-04-04
1
-0/+5
*
Keep the c-api exception doc up-to-date (#966)
cocoatomo
2017-04-03
2
-56/+150
*
Minor spell fix and formatting fixes in urllib tests. (#959) (#961)
Senthil Kumaran
2017-04-02
2
-2/+6
*
bpo-29941: Assert fixes (#886) (#955)
T. Wouters
2017-04-02
3
-2/+6
*
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
Senthil Kumaran
2017-04-02
1
-3/+3
[prev]
[next]