summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222)Segev Finer2017-04-201-0/+34
* Add missing .gitignore entries for VS2015 IntelliSense DB (#1223)Segev Finer2017-04-201-0/+2
* bpo-29802: Fix reference counting in module-level struct functions (#1213)Serhiy Storchaka2017-04-204-0/+15
* Only define get_zone() and get_gmtoff() if needed (#1193)Victor Stinner2017-04-201-0/+2
* support.threading_cleanup() log a warning on fail (#1195)Victor Stinner2017-04-202-2/+9
* bpo-30108: Restore sys.path in test_site (#1197)Victor Stinner2017-04-201-8/+21
* bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)Dong-hee Na2017-04-204-5/+16
* bpo-30109: Fix reindent.py (GH-1207)Mariatta2017-04-202-1/+12
* bpo-10379: Add %char examples to locale.format() docs (GH-1145)Berker Peksag2017-04-201-3/+4
* Remove redundant comma in argparse HOWTO (#1141)Berker Peksag2017-04-201-1/+1
* 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