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.5] Fix typo in selectors.rst (GH-1383) (#1415)
Mariatta
2017-05-03
1
-1/+1
*
regrtest: always show before/after of modified env (#1407)
Victor Stinner
2017-05-03
1
-4/+3
*
Backport bpo-30205 to 3.5 (#1404)
Antoine Pitrou
2017-05-02
3
-3/+9
*
[3.5] bpo-30232: Support Git worktree in configure.ac (#1398) (#1401)
Victor Stinner
2017-05-02
2
-2/+2
*
Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)
Victor Stinner
2017-05-02
4
-48/+62
*
bpo-30199: test_ssl closes all asyncore channels (#1381) (#1389)
Victor Stinner
2017-05-02
1
-1/+3
*
bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388)
Victor Stinner
2017-05-02
1
-0/+7
*
bpo-30108: Restore sys.path in test_site (#1197) (#1379)
Victor Stinner
2017-05-02
1
-8/+21
*
bpo-30104: Use -fno-strict-aliasing on clang (#1376) (#1377)
Victor Stinner
2017-05-02
3
-14/+64
*
[3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359)
Mariatta
2017-04-30
1
-3/+3
*
[3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)
csabella
2017-04-30
1
-8/+8
*
[3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.suppor...
Serhiy Storchaka
2017-04-28
4
-13/+43
*
[3.5] bpo-30107: don't dump core on expected test_io crash (#1235) (#1344)
Victor Stinner
2017-04-28
2
-4/+14
*
bpo-30131: test_logging now joins queue threads (#1298) (#1318)
Victor Stinner
2017-04-28
1
-0/+8
*
bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324)
Victor Stinner
2017-04-27
2
-1/+12
*
[3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...
Mariatta
2017-04-27
1
-3/+3
*
[3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)
Dong-hee Na
2017-04-26
1
-7/+0
*
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Berker Peksag
2017-04-26
1
-2/+7
*
bpo-28698: Fix c_wchar_p doc example (GH-1160)
Louie Lu
2017-04-26
1
-5/+9
*
[3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267)
Mariatta
2017-04-24
1
-7/+6
*
[3.5] bpo-15718: Document the upper bound constrain on the __len__ return val...
Serhiy Storchaka
2017-04-23
1
-0/+9
*
[3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)
Louie Lu
2017-04-22
1
-1/+2
*
bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...
Mariatta
2017-04-22
1
-1/+2
*
[3.5] bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (GH-1217...
Serhiy Storchaka
2017-04-21
1
-0/+1
*
[3.5] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1...
Mariatta
2017-04-21
1
-0/+2
*
[3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209)
Mariatta
2017-04-20
2
-1/+12
*
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.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
[prev]
[next]