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-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)
Senthil Kumaran
2017-05-16
1
-0/+6
*
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1587)
Xiang Zhang
2017-05-15
1
-5/+9
*
bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585)
Xiang Zhang
2017-05-15
1
-1/+3
*
bpo-30358: Document sort argument of profile.runctx() (GH-1566)
Berker Peksag
2017-05-14
1
-2/+2
*
[3.5] Move Codecov's configuration file under .github (GH-1494) (#1575)
Brett Cannon
2017-05-13
1
-0/+0
*
[3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#...
Mariatta
2017-05-13
1
-43/+43
*
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)
INADA Naoki
2017-05-12
3
-1/+27
*
[3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3...
Victor Stinner
2017-05-10
1
-31/+38
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)
Xiang Zhang
2017-05-10
2
-4/+6
*
test_eintr: less verbose, the test is now stable (#1521)
Victor Stinner
2017-05-10
1
-10/+2
*
[3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...
torsava
2017-05-09
3
-7/+12
*
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)
Xiang Zhang
2017-05-09
3
-1/+11
*
[3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (...
Serhiy Storchaka
2017-05-06
2
-14/+15
*
bpo-30264: ExpatParser closes the source on error (#1451) (#1475)
Victor Stinner
2017-05-05
2
-17/+40
*
[3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)
Serhiy Storchaka
2017-05-05
2
-66/+24
*
bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)
Victor Stinner
2017-05-05
9
-261/+90
*
[3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (...
Antoine Pitrou
2017-05-04
2
-6/+17
*
bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)
Victor Stinner
2017-05-04
1
-0/+9
*
[3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (G...
Serhiy Storchaka
2017-05-04
2
-9/+29
*
[3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)
Mariatta
2017-05-04
12
-30/+30
*
[3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)
Mariatta
2017-05-03
3
-9/+81
*
bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)
Victor Stinner
2017-05-03
1
-0/+1
*
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#4...
Victor Stinner
2017-05-03
3
-0/+9
*
[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
[prev]
[next]