summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Backport test_gdb fixes for s390x buildbots2.7Victor Stinner2017-02-101-17/+7
* Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-092-0/+4
* Issue #29371: Clarify bitwise OR operation in doctest option flags.Mariatta Wijaya2017-02-061-6/+7
* Issue #27867: Fixed merging error.Serhiy Storchaka2017-02-041-1/+1
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.Mark Dickinson2017-02-023-1/+15
* Issue #29329: Improve documentation for hex(). Patch by Ammar AskarMariatta Wijaya2017-02-011-1/+1
* Issue #29381: Clarify ordering of UNIX shebang line as source encoding lineMariatta Wijaya2017-02-011-29/+19
* Issue #29354: Fixed inspect.getargs() for parameters which are cellSerhiy Storchaka2017-02-013-4/+42
* Issue #29028: Fixed possible use-after-free bugs in the subscription of theSerhiy Storchaka2017-02-012-29/+51
* update zlib ChangeLog filedoko2017-01-311-0/+4
* - Issue #29169: Update zlib to 1.2.11.doko2017-01-3111-28/+34
* Issue #12067: Rewrite Comparisons section in the language referenceMartin Panter2017-01-212-39/+169
* Add clarity to the warning on certificate verification in urllib.Senthil Kumaran2017-01-271-4/+9
* Merge headsSerhiy Storchaka2017-01-251-12/+7
|\
| * issue26149 - Point to Wiki for Editors and Python IDEs on Unix.Senthil Kumaran2017-01-251-12/+7
* | Issue #27867: Replaced function PySlice_GetIndicesEx() with a macro.Serhiy Storchaka2017-01-253-23/+70
|/
* Issue #29189: Fix indentation in RST markupMartin Panter2017-01-241-38/+38
* Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-223-1/+53
* Issue #29274: tests cases ? test casesMartin Panter2017-01-183-12/+12
* revert dd13098a5dc2 (#29006, #10513)Benjamin Peterson2017-01-163-4/+33
* generate spaces instead of tabs into config.cBenjamin Peterson2017-01-161-1/+1
* fix _testcapi to work when statically linked into pythonBenjamin Peterson2017-01-151-2/+2
* Avoid line breaks after hyphens, otherwise they are turned into spacesMartin Panter2017-01-149-56/+56
* Issue #15527: remove double parens by changing markup.Martin Panter2017-01-148-94/+94
* Fix spelling and markup in documentation and code commentMartin Panter2017-01-142-3/+3
* Merge headsSerhiy Storchaka2017-01-131-2/+7
|\
| * Closes #28130: Documented that time.tzset() updates time module globals.Alexander Belopolsky2017-01-121-2/+7
* | Issue #29219: Fixed infinite recursion in the repr of uninitializedSerhiy Storchaka2017-01-132-0/+7
|/
* Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.Serhiy Storchaka2017-01-123-1/+11
* merge headsBenjamin Peterson2017-01-1145-1278/+2221
|\
| * Issue #29217: Fix the wrong type description of UUID.variant.Xiang Zhang2017-01-101-1/+1
| * Don't use getentropy() on LinuxVictor Stinner2017-01-092-2/+14
| * Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-093-1/+7
| * Issue #29145: Fix overflow checks in string, bytearray and unicode.Xiang Zhang2017-01-094-74/+54
| * Issue #29189: Fix broken indentation in FancyURLopener documentationBerker Peksag2017-01-071-9/+9
| * Issue #29023: Clarify that ints and longs are always deterministic seeds for...Raymond Hettinger2017-01-062-11/+13
| * test_curses - substitute self.skip() with self.skipTest()Xavier de Gaye2017-01-061-2/+2
| * - Issue #29169: Update zlib to 1.2.10.doko2017-01-0529-1176/+2100
| * add Modules/zlib/zlib.map to .hgeoldoko2017-01-051-0/+3
| * Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...Steve Dower2016-12-284-1/+14
| * Fixed possible reference leaks in the _json module.Serhiy Storchaka2017-01-031-1/+4
* | revert 030e100f048a (#29006, #10513)Benjamin Peterson2017-01-113-33/+4
|/
* only include sys/random.h if it seems like it might have something useful (#2...Benjamin Peterson2017-01-011-1/+1
* ring in 2017 for PythonBenjamin Peterson2017-01-0111-13/+14
* Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-012-1/+4
* Issue #29123: Make CheckSqlTimestamp more robustBerker Peksag2017-01-011-2/+1
* Issue #29112: Fix a questionable wording in sequence doc.Xiang Zhang2016-12-301-1/+1
* Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-284-9/+35
* Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-283-9/+31