summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1097)INADA Naoki2017-05-114-1/+39
* #30190: fix invalid escape sequence warnings (#1534)Giampaolo Rodola2017-05-101-3/+3
* bpo-28787: Fix out of tree --with-dtrace builds (#135)stratakis2017-05-103-0/+5
* bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1480)Xiang Zhang2017-05-103-5/+7
* bpo-30298: Weaken the condition of deprecation warnings for inline modifiers....Serhiy Storchaka2017-05-103-21/+56
* bpo-30320: test_eintr now uses pthread_sigmask() (#1523)Victor Stinner2017-05-101-35/+26
* PCbuild/build.bat: pass command line parameters when building PGO (#1510)Charles2017-05-091-1/+1
* bpo-30285: Optimize case-insensitive matching and searching (#1482)Serhiy Storchaka2017-05-096-70/+215
* bpo-30024: Circular imports involving absolute imports with binding (#1264)Serhiy Storchaka2017-05-096-2/+17
* bpo-30273: update distutils.sysconfig for venv's created from Python (#1515)Jeremy Kloth2017-05-091-5/+2
* bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479)Victor Stinner2017-05-092-1/+3
* bpo-29990: Fix range checking in GB18030 decoder (#1495)Xiang Zhang2017-05-093-1/+11
* bpo-30289: remove Misc/python-config.sh when make distclean (#1498)Xiang Zhang2017-05-091-1/+2
* bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorag...Pierre Quentel2017-05-085-102/+38
* Fix a trivial typo in global section (#1497)Jim Fasarakis-Hilliard2017-05-081-1/+1
* Closes bpo-30168: indent methods in Logger Class (#1295)Jim Fasarakis-Hilliard2017-05-071-170/+169
* Revert bpo-26293 for zipfile breakage. See also bpo-29094. (#1484)Serhiy Storchaka2017-05-062-21/+13
* bpo-30218: support path-like objects in shutil.unpack_archive() (GH-1367)Jelle Zijlstra2017-05-054-4/+26
* bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)torsava2017-05-053-7/+12
* bpo-29920: Document cgitb.text() and cgitb.html() functions (GH-849)masklinn2017-05-051-0/+18
* bpo-30279: Remove unused Python/thread_foobar.h (#1473)Masayuki Yamamoto2017-05-052-138/+0
* bpo-30264: ExpatParser closes the source on error (#1451)Victor Stinner2017-05-052-17/+40
* bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode...Serhiy Storchaka2017-05-054-44/+83
* bpo-30243: Fixed the possibility of a crash in _json. (#1420)Serhiy Storchaka2017-05-052-66/+24
* bpo-30215: Make re.compile() locale agnostic. (#1361)Serhiy Storchaka2017-05-059-23/+141
* Make code coverage less strict (GH-1438)Brett Cannon2017-05-041-8/+2
* bpo-30273: Update sysconfig (#1464)Victor Stinner2017-05-042-2/+1
* bpo-30185: avoid KeyboardInterrupt tracebacks in forkserver (#1319)Antoine Pitrou2017-05-042-6/+17
* bpo-30263: regrtest: log system load (#1452)Victor Stinner2017-05-043-25/+39
* bpo-29956: Improve the math.exp() related documentation. (#1073)Serhiy Storchaka2017-05-043-14/+28
* bpo-30166: Import command-line parsing modules only when needed. (#1293)Serhiy Storchaka2017-05-047-12/+20
* bpo-30225: Fix is_valid_fd() on macOS Tiger (#1443)Victor Stinner2017-05-031-0/+9
* bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316)Serhiy Storchaka2017-05-032-20/+43
* Add myself to mention-bot's alwaysNotifyForPaths for ssl/hashlib (#1425)Christian Heimes2017-05-031-1/+10
* Explicitly mention what should (not) be discussed on GitHub (GH-1437)Brett Cannon2017-05-031-0/+3
* bpo-28315: Improve code examples in docs (GH-1372)UltimateCoder2017-05-0312-30/+30
* bpo-23404: make touch becomes make regen-all (#1405)Victor Stinner2017-05-037-263/+89
* bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (...Xiang Zhang2017-05-0310-67/+137
* Fix tests: getsockname() can return None on OS X on unbound sockets (#1400)Antoine Pitrou2017-05-021-2/+2
* bpo-30232: Regenerate configure (#1396)Victor Stinner2017-05-021-1/+4
* bpo-30232: Support Git worktree in configure.ac (#1391)Victor Stinner2017-05-021-1/+1
* Remove outdated tests in test_isinstance (GH-1393)Jim Fasarakis-Hilliard2017-05-021-17/+1
* bpo-28556: Routine updates to typing (#1366)Ivan Levkivskyi2017-05-023-9/+81
* bpo-30205: Fix getsockname() for unbound AF_UNIX sockets on Linux (#1370)Antoine Pitrou2017-05-023-3/+9
* Fix typo in selectors.rst (#1383)Tong SHEN2017-05-021-1/+1
* bpo-30228: FileIO seek() and tell() set seekable (#1384)Victor Stinner2017-05-022-15/+24
* bpo-30199: test_ssl closes all asyncore channels (#1381)Victor Stinner2017-05-021-1/+3
* bpo-30132: distutils BuildExtTestCase use temp_cwd (#1380)Victor Stinner2017-05-021-18/+18
* Clean up some confusing text left by PROTOCOL_SSLv23 -> PROTOCOL_TLS transiti...Nathaniel J. Smith2017-05-021-3/+3
* bpo-30190: improved error msg for assertAlmostEqual(delta=...) (#1331)Giampaolo Rodola2017-05-013-18/+31