99187 Commits (f111fd2e65ef7aefd4ebeadbb48e84d609bf3733)
 

Author SHA1 Message Date
csabella f111fd2e65 bpo-30308: Code coverage for argument in random.shuffle (#1504) 9 years ago
INADA Naoki 991adca012 bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097) 9 years ago
Giampaolo Rodola c4750959ac #30190: fix invalid escape sequence warnings (#1534) 9 years ago
stratakis f6eae5bf1c bpo-28787: Fix out of tree --with-dtrace builds (#135) 9 years ago
Xiang Zhang 2ddf5a19c3 bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480) 9 years ago
Serhiy Storchaka 305ccbe27e bpo-30298: Weaken the condition of deprecation warnings for inline modifiers. (#1490) 9 years ago
Victor Stinner 211a392cc1 bpo-30320: test_eintr now uses pthread_sigmask() (#1523) 9 years ago
Charles 291557e290 PCbuild/build.bat: pass command line parameters when building PGO (#1510) 9 years ago
Serhiy Storchaka 6d336a0279 bpo-30285: Optimize case-insensitive matching and searching (#1482) 9 years ago
Serhiy Storchaka f93234bb8a bpo-30024: Circular imports involving absolute imports with binding (#1264) 9 years ago
Jeremy Kloth dbdea629e2 bpo-30273: update distutils.sysconfig for venv's created from Python (#1515) 9 years ago
Victor Stinner 74683fc624 bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 9 years ago
Xiang Zhang 9da408d15b bpo-29990: Fix range checking in GB18030 decoder (#1495) 9 years ago
Xiang Zhang fa5abac1e6 bpo-30289: remove Misc/python-config.sh when make distclean (#1498) 9 years ago
Pierre Quentel cc3fa204d3 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) 9 years ago
Jim Fasarakis-Hilliard f34c685020 Fix a trivial typo in global section (#1497) 9 years ago
Jim Fasarakis-Hilliard 55ace65eba Closes bpo-30168: indent methods in Logger Class (#1295) 9 years ago
Serhiy Storchaka 3763ea865c Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484) 9 years ago
Jelle Zijlstra a12df7b7d4 bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367) 9 years ago
torsava a1054c3b00 bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478) 9 years ago
masklinn c07b3a15be bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849) 9 years ago
Masayuki Yamamoto fdaeea620f bpo-30279: Remove unused Python/thread_foobar.h (#1473) 9 years ago
Victor Stinner ef9c0e732f bpo-30264: ExpatParser closes the source on error (#1451) 9 years ago
Serhiy Storchaka 7186cc29be bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468) 9 years ago
Serhiy Storchaka 76a3e51a40 bpo-30243: Fixed the possibility of a crash in _json. (#1420) 9 years ago
Serhiy Storchaka 898ff03e1e bpo-30215: Make re.compile() locale agnostic. (#1361) 9 years ago
Brett Cannon 647c3d381e Make code coverage less strict (GH-1438) 9 years ago
Victor Stinner b109a1d336 bpo-30273: Update sysconfig (#1464) 9 years ago
Antoine Pitrou 6dd4d734ed bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319) 9 years ago
Victor Stinner 3d0056842c bpo-30263: regrtest: log system load (#1452) 9 years ago
Serhiy Storchaka dbaf746b6d bpo-29956: Improve the math.exp() related documentation. (#1073) 9 years ago
Serhiy Storchaka 7e4db2f253 bpo-30166: Import command-line parsing modules only when needed. (#1293) 9 years ago
Victor Stinner 1c4670ea0c bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443) 9 years ago
Serhiy Storchaka 5f161fd86d bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) 9 years ago
Christian Heimes feec3dc9c3 Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425) 9 years ago
Brett Cannon 7fdd30975e Explicitly mention what should (not) be discussed on GitHub (GH-1437) 9 years ago
UltimateCoder 8856940cf2 bpo-28315: Improve code examples in docs (GH-1372) 9 years ago
Victor Stinner a5c62a8e9f bpo-23404: make touch becomes make regen-all (#1405) 9 years ago
Xiang Zhang 13f1f423fa bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) 9 years ago
Antoine Pitrou 0360a9d015 Fix tests: getsockname() can return None on OS X on unbound sockets (#1400) 9 years ago
Victor Stinner 9ed34a8953 bpo-30232: Regenerate configure (#1396) 9 years ago
Victor Stinner 5facdbb291 bpo-30232: Support Git worktree in configure.ac (#1391) 9 years ago
Jim Fasarakis-Hilliard 094909ad69 Remove outdated tests in test_isinstance (GH-1393) 9 years ago
Ivan Levkivskyi f06e0218ef bpo-28556: Routine updates to typing (#1366) 9 years ago
Antoine Pitrou 495b5021e7 bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370) 9 years ago
Tong SHEN b0d8203654 Fix typo in selectors.rst (#1383) 9 years ago
Victor Stinner 9997073736 bpo-30228: FileIO seek() and tell() set seekable (#1384) 9 years ago
Victor Stinner 1dae7450c6 bpo-30199: test_ssl closes all asyncore channels (#1381) 9 years ago
Victor Stinner 92fd6c9ef5 bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380) 9 years ago
Nathaniel J. Smith d4069de511 Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transition (#1355) 9 years ago