summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* bpo-30078: Add an example of passing a path to unittest (GH-1178)Berker Peksag2017-04-201-0/+1
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-201-12/+9
* [3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). ...Serhiy Storchaka2017-04-195-26/+41
* [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser mod...Serhiy Storchaka2017-04-193-43/+150
* [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...Serhiy Storchaka2017-04-197-31/+95
* [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...Serhiy Storchaka2017-04-162-2/+4
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-153-11/+23
* [3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148)Michael Seifert2017-04-151-0/+11
* [3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143)Mariatta2017-04-151-7/+1
* Fix misplaced positional argument in OS X support library (#1135)Jack McCracken2017-04-141-1/+1
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1133)Antoine Pitrou2017-04-141-0/+1
* [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-...Mariatta2017-04-143-2/+36
* [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124)Mariatta2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048) (#1116)Serhiy Storchaka2017-04-132-3/+16
* bpo-29791: Clarify that flush is keyword-only argument (GH-1093)Berker Peksag2017-04-131-1/+1
* [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeErr...Mariatta2017-04-133-6/+32
* [3.5] Clarify exception handler scope in contextlib (GH-1104)Mariatta2017-04-131-1/+2
* [3.5] Remove superfluous comment in urllib.error. (GH-1076) (GH-1102)Mariatta2017-04-131-4/+0
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)...Xiang Zhang2017-04-133-191/+220
* Remove OSError related comment in urllib.request. (#1071)Senthil Kumaran2017-04-101-1/+0
* [3.5] Correct typo in configparser.rst (GH-1012) (GH-1027)Mariatta2017-04-091-2/+2
* Remove invalid comment in urllib.request.(#1056)Senthil Kumaran2017-04-091-6/+2
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-092-2/+3