summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)Victor Stinner2017-06-081-4/+4
* bpo-30547: Fix multiple reference leaks (#1995)Stéphane Wirtel2017-06-081-1/+4
* bpo-30594: Fixed refcounting in newPySSLSocket (#1992)Nathaniel J. Smith2017-06-081-2/+1
* bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)Will Roberts2017-06-083-4/+20
* bpo-30591: Added test for textwrap backtracking. (#1988)Jonathan Eunice2017-06-071-0/+11
* trivial: update config.{guess,sub} from gnu.org. (GH-1987)Matthias Klose2017-06-072-96/+191
* bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)Erik Bray2017-06-074-2/+65
* bpo-30584: Fix test_os fails on non-English Windows (#1980)Denis Osipov2017-06-072-1/+4
* bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)Antoine Pietri2017-06-073-20/+21
* bpo-30463: Add an empty __slots__ to abc.ABC.Aaron Hall, MBA2017-06-063-1/+7
* bpo-29596: Improve clinic howto documentation (GH-1710)gfyoung2017-06-061-3/+3
* bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)wim glenn2017-06-061-2/+2
* bpo-30557: Fix test_faulthandler (#1969)Victor Stinner2017-06-061-2/+4
* bpo-30534: Fixed error messages when pass keyword arguments (#1901)Serhiy Storchaka2017-06-065-45/+116
* bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)Serhiy Storchaka2017-06-062-39/+39
* bpo-30520: Implemented pickling for loggers. (#1956)Vinay Sajip2017-06-064-3/+26
* Simplify X.509 extension handling code (#1855)Alex Gaynor2017-06-061-30/+4
* bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)Oz N Tiram2017-06-065-44/+205
* Install dependencies in Travis OSX build (GH-1952)Zachary Ware2017-06-061-0/+4
* bpo-30417: Disable 'cpu' and 'tzdata' resources on Travis (GH-1928)Zachary Ware2017-06-051-5/+5
* bpo-30557: faulthandler now correctly filters and displays exception codes on...Steve Dower2017-06-053-4/+33
* bpo-30530: Update Descriptor How To Documentation (GH-1845)Mariano Anaya2017-06-051-1/+1
* Only run AppVeyor on long-lived branches (GH-1941)Zachary Ware2017-06-041-0/+5
* bpo-30567: Fix refleak in sys.getwindowsversion (#1940)Segev Finer2017-06-041-4/+4
* bpo-30538: Update count() in Functional Programming HOWTO (#1919)csabella2017-06-041-9/+14
* Simplify code in warnings modules (#1935)Alex Gaynor2017-06-041-3/+7
* fix comment (#1798)leodema2017-06-041-1/+1
* Turn on macOS builds for Travis (GH-1846)Brett Cannon2017-06-031-9/+11
* Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...Antoine Pitrou2017-06-036-2/+190
* bpo-24899: Add comparison table for os.path -> pathlib (GH-1753)Jamiel Almeida2017-06-022-4/+38
* Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...Segev Finer2017-06-021-1/+1
* bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConso...Segev Finer2017-06-021-1/+1
* bpo-30052: Always regenerate cross-references (#1339)Nick Coghlan2017-06-022-2/+16
* bpo-30245: Fix possible overflow when organize struct.pack_into error message...Johan Liu2017-06-024-2/+19
* bpo-29660: traceback: Document that etype is ignored in some places. (GH-344)Matthias Bussonnier2017-06-011-3/+11
* bpo-25324: add missing comma in Parser/tokenizer.c (GH-1910)Albert-Jan Nijburg2017-06-011-1/+1
* Mark PyDict_GetItemWithError() as returning a borrowed reference. (#1818)Eric Snow2017-06-011-0/+4
* bpo-30499: Remove a deprecated note about sets. (GH-1848)Julien2017-06-011-3/+1
* bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...Xiang Zhang2017-06-013-7/+43
* bpo-30509: Clean up calling type slots. (#1883)Serhiy Storchaka2017-06-011-68/+26
* bpo-27618: Clarify that threading.Lock is a factory function (GH-1307)csabella2017-06-011-2/+3
* Fix Travis config to reinstate test build (GH-1879)Hiro Asari2017-05-311-13/+7
* bpo-25324: copy tok_name before changing it (#1608)Albert-Jan Nijburg2017-05-317-21/+52
* subprocess test_empty_env typo fix. (#1877)Gregory P. Smith2017-05-301-3/+3
* bpo-17188: add missing periods at the end of sentences (GH-1875)Mariatta2017-05-301-2/+2
* bpo-12383: Refactor subprocess test_empty_env (#1874)Gregory P. Smith2017-05-301-12/+20
* Improve grammar in The Import System documentation (GH-1862)kms708472017-05-301-6/+6
* bpo-30361: Use better example for mixed-type operands (#1701)gfyoung2017-05-291-4/+2
* Change error message for array methods to use 'array' instead of 'list'. (#1853)Jim Fasarakis-Hilliard2017-05-291-2/+2
* bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)Gregory P. Smith2017-05-298-75/+128