summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30078: Add an example of passing a path to unittest (#1178)Louie Lu2017-04-201-0/+1
* bpo-30106: Fix tearDown() of test_asyncore (#1194)Victor Stinner2017-04-201-2/+2
* bpo-29887: test_normalization handles PermissionError (#1196)Victor Stinner2017-04-201-0/+3
* regrtest: always show before/after of modified env (#1192)Victor Stinner2017-04-191-3/+2
* Fix/optimize test_asyncore.test_quick_connect() (#1188)Victor Stinner2017-04-191-39/+38
* bpo-30030: Revert f50354ad (tempfile) (#1187)Victor Stinner2017-04-192-15/+25
* bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)Serhiy Storchaka2017-04-195-26/+41
* bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (...Serhiy Storchaka2017-04-193-52/+162
* bpo-22352: Adjust widths in the output of dis.dis() for large line numbers an...Serhiy Storchaka2017-04-193-8/+77
* bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)Serhiy Storchaka2017-04-1914-48/+108
* bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971)Victor Stinner2017-04-191-0/+3
* Minor grammar fixes (GH-1174)Mariatta2017-04-191-3/+4
* Fix minor typos (GH-1173)cocoatomo2017-04-192-2/+2
* bpo-29514: Check magic number for bugfix release (#54)Eric Appelt2017-04-171-0/+44
* fix a refleak in slot_sq_length (#1162)Xiang Zhang2017-04-161-0/+1
* bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)Serhiy Storchaka2017-04-1636-1530/+1530
* bpo-10076: Compiled regular expression and match objects now are copyable. (#...Serhiy Storchaka2017-04-165-164/+41
* bpo-28765: Use concrete types API in _sre.c. (#1009)Serhiy Storchaka2017-04-161-37/+37
* bpo-29839: Raise ValueError rather than OverflowError in len() for negative v...Serhiy Storchaka2017-04-163-6/+24
* bpo-29838: Add asserts for checking results of sq_length and mq_length slots....Serhiy Storchaka2017-04-163-11/+29
* bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is prese...Xiang Zhang2017-04-153-10/+22
* bpo-19225: Remove duplicated description for standard warning categories (GH-...cocoatomo2017-04-151-12/+9
* bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)Mariatta2017-04-151-0/+1
* bpo-29738: Fix memory leak in _get_crl_dp (GH-526)Olivier Vielpeau2017-04-151-7/+1
* bpo-30059: Include Py_Ellipsis in C API documentation (#1018)Michael Seifert2017-04-141-0/+11
* improve alignment autoconf test (#1129)Benjamin Peterson2017-04-143-22/+36
* Fix misplaced positional argument in OS X support library (#1134)Jack McCracken2017-04-141-1/+1
* Relax test timing (bpo-29861) to avoid sporadic failures (#1120)Antoine Pitrou2017-04-141-0/+1
* bpo-11913: Add README.rst to the distutils standard READMEs list (#563)Ryan Gonzalez2017-04-144-5/+19
* bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)Mariatta2017-04-141-1/+2
* bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089)Armin Rigo2017-04-133-2/+36
* bpo-29995: re.escape() now escapes only special characters. (#1007)Serhiy Storchaka2017-04-136-51/+40
* bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119)Nevada Sanchez2017-04-132-8/+30
* Fix a typo in Doc/library/functions.rst (GH-1117)Joshua Diaddigo2017-04-131-1/+1
* bpo-30021: Add examples for re.escape(). (#1048)Serhiy Storchaka2017-04-132-3/+16
* bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)Marco Buttu2017-04-134-9/+25
* Blacklist myself from mention-bot (#1114)Berker Peksag2017-04-131-1/+1
* bpo-29791: Clarify that flush is keyword-only argument (#1093)Berker Peksag2017-04-131-1/+1
* bpo-30055: add testcleanup to leave a fresh context (#1094)Marco Buttu2017-04-131-0/+5
* convert from long long to PyLong loselessly (#1106)Benjamin Peterson2017-04-131-1/+1
* bpo-26985: Add missing info of code object in inspect documentation (GH-1090)Xiang Zhang2017-04-133-191/+220
* bpo-30017: Allowed calling the close() method of the zip entry writer object ...Serhiy Storchaka2017-04-123-0/+49
* bpo-30047: Fix a typo in Doc/library/select.rst (#1086)NAKAMURA Osamu2017-04-121-1/+1
* Remove two legacy constants which hopefully have no consumers (#1087)Alex Gaynor2017-04-121-2/+0
* Reimplement tempfile._RandomNameSequence using a generator function. (#1075)Serhiy Storchaka2017-04-112-25/+15
* bpo-29692: Add missing ACKS entry (#1079)Nick Coghlan2017-04-111-0/+1
* bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH...svelankar2017-04-113-6/+32
* Remove superfluous comment in urllib.error. (#1076)Senthil Kumaran2017-04-111-4/+0
* Remove OSError related comment in urllib.request. (#1070)Senthil Kumaran2017-04-101-1/+0
* bpo-29506: Clarify deep copy note in copy moduleSanyam Khurana2017-04-092-2/+3