summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278)Victor Stinner2017-04-251-0/+7
* tmtotuple(): use time_t for gmtoff (#1276)Victor Stinner2017-04-241-3/+3
* bpo-30131: Cleanup threads in test_logging (#1275)Victor Stinner2017-04-241-0/+15
* bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678)Nate2017-04-243-1/+49
* bpo-30144: Import collections ABC from collections.abc rather than collection...Serhiy Storchaka2017-04-2422-87/+92
* bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)Mariatta2017-04-241-0/+1
* bpo-29751: Improve PyLong_FromString documentation (GH-915)csabella2017-04-241-7/+6
* bpo-15718: Document the upper bound constrain on the __len__ return value. (#...Serhiy Storchaka2017-04-231-0/+9
* Remove outdated note about constraining of the bit shift right operand. (#1258)Serhiy Storchaka2017-04-221-5/+0
* Fix trailing colon and newline in test.rst (#1250)Louie Lu2017-04-221-1/+2
* Remove unneeded Misc/NEWS entry for bpo-29802. (#1251)Serhiy Storchaka2017-04-221-3/+0
* bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)bladebryan2017-04-224-1/+13
* bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZ...Serhiy Storchaka2017-04-214-4/+4
* bpo-30125: disable faulthandler in ctypes test_SEH (#1237)Victor Stinner2017-04-212-4/+24
* bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH...Charles Renwick2017-04-211-1/+2
* Correct the README link in Unix install docs (#1245)Sebastian Vetter2017-04-211-1/+1
* bpo-30125: Fix faulthandler.disable() on Windows (#1240)Victor Stinner2017-04-212-24/+31
* bpo-30107: don't dump core on expected test_io crash (#1235)Victor Stinner2017-04-211-0/+5
* bpo-30106: Fix test_asyncore.test_quick_connect() (#1234)Victor Stinner2017-04-211-1/+2
* bpo-30104: configure now detects when cc is clang (#1233)Victor Stinner2017-04-212-16/+42
* bpo-30104: Use -fno-strict-aliasing on clang (#1221)Victor Stinner2017-04-212-12/+32
* remove configure test for inline keyword (#1231)Benjamin Peterson2017-04-215-74/+2
* 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