summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 filedoko@ubuntu.com2017-01-311-0/+4
* - Issue #29169: Update zlib to 1.2.11.doko@ubuntu.com2017-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-281-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-233-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-161-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-1245-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-072-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.doko@ubuntu.com2017-01-0529-1176/+2100
| * add Modules/zlib/zlib.map to .hgeoldoko@ubuntu.com2017-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-123-33/+4
|/
* only include sys/random.h if it seems like it might have something useful (#2...Benjamin Peterson2017-01-021-1/+1
* ring in 2017 for PythonBenjamin Peterson2017-01-0211-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 Peksag2016-12-311-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
* Fixed running MiscTests in test_xml_etree_c.Serhiy Storchaka2016-12-281-0/+2
* Backed out changeset 78bf34b6a713Serhiy Storchaka2016-12-283-32/+4
* Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-276-15/+147
* Issue #28998: More APIs now support longs as well as ints.Serhiy Storchaka2016-12-2723-44/+70
* Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-272-1/+2
* Issue #28815: Skip TIPC tests if /proc/modules is not readableMartin Panter2016-12-241-3/+11
* Issue #1446619: Account for negative slice direction in descriptionMartin Panter2016-12-241-2/+4
* Issue #29004: Document binascii.crc_hqx() implements CRC-CCITTMartin Panter2016-12-242-3/+5