summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128) (#1597)Senthil Kumaran2017-05-161-0/+6
* bpo-30242: resolve some undefined behaviours in struct (#1418) (#1587)Xiang Zhang2017-05-151-5/+9
* bpo-30110: fix resource leak in test_asyncio.test_events (#1413) (#1585)Xiang Zhang2017-05-151-1/+3
* bpo-30358: Document sort argument of profile.runctx() (GH-1566)Berker Peksag2017-05-141-2/+2
* [3.5] Move Codecov's configuration file under .github (GH-1494) (#1575)Brett Cannon2017-05-131-0/+0
* [3.5] bpo-30178: Indent methods and attributes of MimeType class (GH-1306) (#...Mariatta2017-05-131-43/+43
* bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1547)INADA Naoki2017-05-123-1/+27
* [3.5] bpo-30320, bpo-25277: backport test_eintr enhancements from master to 3...Victor Stinner2017-05-101-31/+38
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)Xiang Zhang2017-05-102-4/+6
* test_eintr: less verbose, the test is now stable (#1521)Victor Stinner2017-05-101-10/+2
* [3.5] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...torsava2017-05-093-7/+12
* bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1508)Xiang Zhang2017-05-093-1/+11
* [3.5] Revert bpo-26293 for zipfile breakage. See also bpo-29094. (GH-1484). (...Serhiy Storchaka2017-05-062-14/+15
* bpo-30264: ExpatParser closes the source on error (#1451) (#1475)Victor Stinner2017-05-052-17/+40
* [3.5] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1470)Serhiy Storchaka2017-05-052-66/+24
* bpo-23404: make touch becomes make regen-all (#1405) (#1461) (#1465)Victor Stinner2017-05-059-261/+90
* [3.5] bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (GH-1319) (...Antoine Pitrou2017-05-042-6/+17
* bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) (#1450)Victor Stinner2017-05-041-0/+9
* [3.5] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (G...Serhiy Storchaka2017-05-042-9/+29
* [3.5] bpo-28315: Improve code examples in docs (GH-1372) (#1446)Mariatta2017-05-0412-30/+30
* [3.5] bpo-28556: Routine updates to typing (GH-1366) (#1417)Mariatta2017-05-033-9/+81
* bpo-24725: Skip the test_socket.testFDPassEmpty on OS X (#1427)Victor Stinner2017-05-031-0/+1
* [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#4...Victor Stinner2017-05-033-0/+9
* [3.5] Fix typo in selectors.rst (GH-1383) (#1415)Mariatta2017-05-031-1/+1
* regrtest: always show before/after of modified env (#1407)Victor Stinner2017-05-031-4/+3
* Backport bpo-30205 to 3.5 (#1404)Antoine Pitrou2017-05-023-3/+9
* [3.5] bpo-30232: Support Git worktree in configure.ac (#1398) (#1401)Victor Stinner2017-05-022-2/+2
* Issue 27372: Stop test_idle from changing locale, so test passes. (#1397)Victor Stinner2017-05-024-48/+62
* bpo-30199: test_ssl closes all asyncore channels (#1381) (#1389)Victor Stinner2017-05-021-1/+3
* bpo-30132: distutils BuildExtTestCase use temp_cwd (#1387) (#1388)Victor Stinner2017-05-021-0/+7
* bpo-30108: Restore sys.path in test_site (#1197) (#1379)Victor Stinner2017-05-021-8/+21
* bpo-30104: Use -fno-strict-aliasing on clang (#1376) (#1377)Victor Stinner2017-05-023-14/+64
* [3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359)Mariatta2017-04-301-3/+3
* [3.5] bpo-30208: DOC: fix small typos in IDLE (#1357)csabella2017-04-301-8/+8
* [3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.suppor...Serhiy Storchaka2017-04-284-13/+43
* [3.5] bpo-30107: don't dump core on expected test_io crash (#1235) (#1344)Victor Stinner2017-04-282-4/+14
* bpo-30131: test_logging now joins queue threads (#1298) (#1318)Victor Stinner2017-04-281-0/+8
* bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324)Victor Stinner2017-04-272-1/+12
* [3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH...Mariatta2017-04-271-3/+3
* [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304)Dong-hee Na2017-04-261-7/+0
* bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)Berker Peksag2017-04-261-2/+7
* bpo-28698: Fix c_wchar_p doc example (GH-1160)Louie Lu2017-04-261-5/+9
* [3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267)Mariatta2017-04-241-7/+6
* [3.5] bpo-15718: Document the upper bound constrain on the __len__ return val...Serhiy Storchaka2017-04-231-0/+9
* [3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255)Louie Lu2017-04-221-1/+2
* bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...Mariatta2017-04-221-1/+2
* [3.5] bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (GH-1217...Serhiy Storchaka2017-04-211-0/+1
* [3.5] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1...Mariatta2017-04-211-0/+2
* [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209)Mariatta2017-04-202-1/+12
* Remove redundant comma in argparse HOWTO (GH-1141)Berker Peksag2017-04-201-1/+1