summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
* Issue #29038: Fix duplicate get_ca_certs() doc entry.Xiang Zhang2016-12-231-10/+4
* Grammatical fixes for d95f19892fd0Brett Cannon2016-12-221-4/+4
* Issue 28923: Remove editor artifacts from Tix.py,Terry Jan Reedy2016-12-222-4/+3
* Issue #28871: Fixed a crash when deallocate deep ElementTree.Serhiy Storchaka2016-12-213-4/+32
* add a specific configure check for sys/random.h (closes #28932)Benjamin Peterson2016-12-205-3/+8
* Issue #29019: Fix dict.fromkeys(x) overallocates when x is sparce dict.INADA Naoki2016-12-202-1/+4
* Fixes the 2.7 nuget packages to include a shim bdist_wininstSteve Dower2016-12-192-2/+30
* doc: Suggest to hash(tuple of attr) rather than XORVictor Stinner2016-12-191-2/+6
* Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-194-5/+66
* Fix spelling in code commentsMartin Panter2016-12-182-2/+2
* MergeBrett Cannon2016-12-172-1/+2
|\
| * merge 2.7.13 release branchBenjamin Peterson2016-12-172-1/+2
| |\
| | * Added tag v2.7.13 for changeset a06454b1afa1Benjamin Peterson2016-12-171-0/+1
| | * 2.7.13 final bumpv2.7.13Benjamin Peterson2016-12-172-4/+4
* | | Update the porting HOWTOBrett Cannon2016-12-171-68/+128
|/ /
* | Issue #14061: Misc fixes and cleanups in archiving code in shutil.Serhiy Storchaka2016-12-163-23/+49
* | Issue #28925: cPickle now correctly propagates errors when unpickle instancesSerhiy Storchaka2016-12-153-35/+52
* | Issue #5322: Restored tests for __new__.Serhiy Storchaka2016-12-141-0/+99
* | merge 2.7.13 release branchBenjamin Peterson2016-12-143-124/+11
|\ \ | |/
| * revert a37cc3d926ec (#5322)Benjamin Peterson2016-12-143-127/+12
| * Backed out changeset ea904d4b3634Benjamin Peterson2016-12-141-1/+1
* | Issue #28916: No special case for leading zeros with %x alternative formMartin Panter2016-12-111-3/+1
* | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-081-2/+3
* | remove unused logger from BaseFixBenjamin Peterson2016-12-061-2/+0
* | Fixed mismatching title overline.Serhiy Storchaka2016-12-041-1/+1
* | Fixed double hyphens that are rendered to literal en-dashes in the documenation.Serhiy Storchaka2016-12-044-8/+8
* | simplify cleanup of test_replace_parent_in_sys_modules (closes #28862)Benjamin Peterson2016-12-041-14/+13
* | prepare for 2.7.14 devBenjamin Peterson2016-12-032-3/+15
|/
* fix function nameBenjamin Peterson2016-12-031-1/+1
* also do not leak the mode string if creating the file failsBenjamin Peterson2016-12-031-1/+3
* do not leak the FILE * pointer in error cases of fdopen()Benjamin Peterson2016-12-031-6/+8
* Added tag v2.7.13rc1 for changeset 4d6fd49eeb14Benjamin Peterson2016-12-031-0/+1
* python 2.7.13rc1v2.7.13rc1Benjamin Peterson2016-12-033-8/+8
* update pydoc topicsBenjamin Peterson2016-12-031-13324/+80
* inline constant into its single useBenjamin Peterson2016-12-031-2/+1
* fix refleak in reduce_2 error caseBenjamin Peterson2016-12-031-1/+1
* fix refleak in null-containing error case (#21147)Benjamin Peterson2016-12-031-1/+2
* when you enter repr, you must leave, too (#25455)Benjamin Peterson2016-12-031-0/+1
* fix refleak in file handle creation error caseBenjamin Peterson2016-12-031-7/+5
* fix refleak in the shift-by-zero case (#27870)Benjamin Peterson2016-12-031-5/+6
* Issue #28440: No longer add /Library/Python/site-packages, the Apple-suppliedNed Deily2016-12-035-35/+59
* Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.Serhiy Storchaka2016-12-031-2/+2
* Issue #28847: Fix spellingMartin Panter2016-12-031-1/+1
* Issue #21818: Fixed references to classes that have names matching with moduleSerhiy Storchaka2016-12-0227-124/+124
* declarations to the top of the blockBenjamin Peterson2016-12-021-1/+1
* increase test_smtplib timeoutsBenjamin Peterson2016-12-021-8/+8
* Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-023-1/+127
* Issue #28847: dubmdbm no longer writes the index file in when it is notSerhiy Storchaka2016-12-023-4/+32
* - Import latest config.sub config.guess filesdoko@ubuntu.com2016-12-012-88/+161