summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...Jani Šumak2017-05-231-1/+1
* call remove_done_callback in finally section (#1688)jimmylai2017-05-231-1/+2
* bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)Roy Williams2017-05-232-0/+17
* bpo-21056: Document return type of next method of csv reader (#146)Amit Kumar2017-05-231-2/+4
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-2319-1991/+2206
* bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)Thomas Kluyver2017-05-233-3/+28
* bpo-29102: Add a unique ID to PyInterpreterState. (#1639)Eric Snow2017-05-238-7/+152
* bpo-30376: Update outdated WindowObject references (#1630)Berker Peksag2017-05-231-8/+8
* bpo-30395 _PyGILState_Reinit deadlock fix (#1734)Jason Fried2017-05-222-0/+5
* bpo-23894: make lib2to3 recognize f-strings (#1733)Łukasz Langa2017-05-222-1/+7
* Add --with-assertions configure flag to enable C assertions(#1731)T. Wouters2017-05-223-2/+56
* Make rb'' strings work in lib2to3 (#1724)Łukasz Langa2017-05-222-7/+37
* Remove .bzrignore (GH-1661)Stéphane Wirtel2017-05-222-43/+0
* bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH...Naomi Ceder2017-05-221-9/+9
* Fix spelling mistakes in tkinter.py (#1716)Vijay Kumar2017-05-221-6/+6
* bpo-30003: Fix handling escape characters in HZ codec (#1556)Xiang Zhang2017-05-223-13/+19
* Corrected grammar mistake in documentation (#1713)Ben Lloyd2017-05-221-2/+2
* bpo-29619: Do not use HAVE_LARGEFILE_SUPPORT for type conversions (GH-1666).xdegaye2017-05-221-18/+5
* bpo-30290: IDLE: Add more tests for help_about dialog (#1697)mlouielu2017-05-212-28/+99
* bpo-30415: Add new tests for the fnmatch module. (#1684)Serhiy Storchaka2017-05-211-9/+55
* #30014: refactor poll-related classes (#1035)Giampaolo Rodola2017-05-201-132/+84
* bpo-27945: Fixed various segfaults with dict. (#1657)Serhiy Storchaka2017-05-204-25/+133
* bpo-17188: DOC: Document 'from None' in raise statement (#1671)csabella2017-05-202-2/+21
* bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (#1652)Serhiy Storchaka2017-05-203-6/+63
* Fix typos in multiple `.rst` files (#1668)delirious-lettuce2017-05-1918-31/+31
* Remove duplicate line in Lib/http/client.py (#1665)remitamine2017-05-191-1/+0
* Remove trailing semicolon in datetime doc example (GH-1653)delirious-lettuce2017-05-191-1/+1
* bpo-27103: regrtest disables -W if -R is used (#1651)Victor Stinner2017-05-181-0/+5
* bpo-30296 Remove unnecessary tuples, lists, sets, and dicts (#1489)Jon Dufresne2017-05-1819-39/+32
* bpo-29976: urllib.parse clarify '' in scheme values. (GH-984)Senthil Kumaran2017-05-181-11/+19
* IDLE test_textview: add comments and test, increase coverage to 100% (#1641)terryjreedy2017-05-182-9/+25
* bpo-30303: IDLE: Add _utest argument to textview (#1499)Louie Lu2017-05-172-11/+57
* bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081)Nathaniel J. Smith2017-05-174-3/+71
* Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)Steve Dower2017-05-172-1/+37
* Adds lib.pyproj file to solution (#1633)Steve Dower2017-05-172-2/+1815
* bpo-30149: Fix partialmethod without explicit self parameter (#1308)Dong-hee Na2017-05-173-4/+48
* bpo-30387: Fix warning in test_threading (#1634)Victor Stinner2017-05-171-3/+5
* bpo-30301: Fix AttributeError when using SimpleQueue.empty() (#1601)Xiang Zhang2017-05-173-0/+40
* bpo-30211: bdb: add docstrings (#1350)csabella2017-05-161-18/+212
* bpo-30038: fix race condition in signal delivery + wakeup fd (#1082)Nathaniel J. Smith2017-05-161-7/+26
* bpo-30380: Pin the version of Sphinx used to build the documentation (GH-1612)Mariatta2017-05-161-2/+4
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-167-15/+14
* Fix ModuleNotFoundError typo in import reference (#1606)Dominik Miedziński2017-05-161-1/+1
* bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595)Serhiy Storchaka2017-05-163-13/+29
* bpo-29898: Fix incorrect env variable name (GH-1576)Berker Peksag2017-05-162-3/+3
* Remove unused variable in test_urllibnet. (#1598)Senthil Kumaran2017-05-161-1/+3
* bpo-29651 - Cover edge case of square brackets in urllib docs (#1128)Howie Benefiel2017-05-161-0/+6
* bpo-30339: test_multiprocessing_main_handling timeout (#1593)Victor Stinner2017-05-151-1/+1
* bpo-30357: test_thread now uses threading_cleanup() (#1592)Victor Stinner2017-05-153-0/+10
* bpo-30329: Catch Windows error 10022 on shutdown() (#1538)Victor Stinner2017-05-153-6/+16