summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #3080: Add PyImport_ImportFrozenModuleObject()Victor Stinner2011-03-203-38/+73
* | | Issue #3080: PyImport_Cleanup() uses UnicodeVictor Stinner2011-03-071-10/+7
* | | Issue #3080: zipimport has a full unicode suppportVictor Stinner2011-03-151-135/+168
* | | import.c: replace tab by spacesVictor Stinner2011-03-071-1/+1
* | | merge from 3.2Senthil Kumaran2011-03-201-4/+3
|\ \ \ | |/ /
| * | Merge from 3.1Senthil Kumaran2011-03-201-4/+3
| |\ \ | | |/
| | * Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML.Senthil Kumaran2011-03-201-4/+3
* | | Merge #7198 doc fix.R David Murray2011-03-200-0/+0
* | | Merge #7198 doc fix.R David Murray2011-03-201-0/+16
* | | #7198: add newlines='' to csv.writer docs.R David Murray2011-03-202-26/+11
* | | Branch mergeBrian Quinlan2011-03-201-0/+4
|\ \ \
| * \ \ Merge NEWS entry edit.Senthil Kumaran2011-03-201-0/+4
| |\ \ \ | | |/ /
| | * | Add NEWS for Issue #11563.Senthil Kumaran2011-03-201-0/+4
* | | | Use WeakSets rather than manual pruning to prevent unbounded growth of dead t...Brian Quinlan2011-03-202-40/+8
|/ / /
* | | closes issue11609. buildbot related failures in the test_urllibnet.Senthil Kumaran2011-03-191-2/+5
|\ \ \ | |/ /
| * | branch merge 3.2Senthil Kumaran2011-03-196-5/+24
| |\ \
| * | | Call unfakehttp in order to close connection while opening the connection thr...Senthil Kumaran2011-03-191-2/+5
* | | | Skip crasher testsAntoine Pitrou2011-03-191-0/+1
* | | | untabSkip Montanaro2011-03-191-1/+1
* | | | *sigh* - i don't like this workflow at allSkip Montanaro2011-03-191-52/+0
* | | | merge from upstreamSkip Montanaro2011-03-196-5/+24
|\ \ \ \
| * \ \ \ Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-196-5/+24
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-196-5/+24
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-196-5/+23
* | | | commit mergeSkip Montanaro2011-03-19126-435/+2326
|\ \ \ \ | |/ / /
| * | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Je...Senthil Kumaran2011-03-192-1/+12
| |\ \ \ | | |/ /
| | * | Merging it again.Senthil Kumaran2011-03-192-1/+12
| | |\ \
| | | * | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.Senthil Kumaran2011-03-192-1/+12
| * | | | merge from 3.2Senthil Kumaran2011-03-190-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Issue 7391: Remove questionable and outdated HOWTO document with permission f...Raymond Hettinger2011-03-192-291/+0
| | |/ /
| * | | Fix refleak introduced by #10812.Ross Lagerwall2011-03-191-13/+22
| * | | Last attempt to get compiler recursion crasher to fail reliably across platfo...Nick Coghlan2011-03-191-2/+2
| * | | Minor optimization -- factor a constant expression out of the inner-loop.Raymond Hettinger2011-03-181-3/+3
| * | | Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake.briancurtin2011-03-181-1/+6
| * | | Speed-up search for hidden names by using a set instead of a tuple.Raymond Hettinger2011-03-181-3/+3
| * | | Issue #11592: Fix compilation warnings in os module.Ross Lagerwall2011-03-181-4/+4
| * | | Merge NEWS fixAntoine Pitrou2011-03-171-1/+1
| |\ \ \ | | |/ /
| | * | Oops, wrong issue number in NEWSAntoine Pitrou2011-03-171-1/+1
| * | | MergeAntoine Pitrou2011-03-172-3/+10
| |\ \ \ | | |/ /
| | * | Add news entry for a791dd7d51f3Antoine Pitrou2011-03-171-0/+3
| | * | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ...Antoine Pitrou2011-03-171-3/+7
| * | | Issue #5421: merge fixAntoine Pitrou2011-03-172-6/+20
| |\ \ \ | | |/ /
| | * | Issue #5421: merge fixAntoine Pitrou2011-03-172-6/+19
| | |\ \ | | | |/
| | | * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-173-6/+21
| * | | Issue #10812: Revert os.lseek change.Ross Lagerwall2011-03-171-1/+7
| * | | Issue #10812: Add some extra posix functions to the os module.Ross Lagerwall2011-03-177-167/+1258
| * | | mergeBrett Cannon2011-03-17119-263/+1078
| |\ \ \
| | * \ \ Closes issue 10979. unittest buffering now works with class and module setup ...Michael Foord2011-03-174-2/+95
| | |\ \ \ | | | |/ /
| | | * | Move NEWS entry to correct placeMichael Foord2011-03-171-3/+4
| | | * | Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-174-2/+94