Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Issue #3080: Add PyImport_ImportFrozenModuleObject() | Victor Stinner | 2011-03-20 | 3 | -38/+73 | |
* | | | Issue #3080: PyImport_Cleanup() uses Unicode | Victor Stinner | 2011-03-07 | 1 | -10/+7 | |
* | | | Issue #3080: zipimport has a full unicode suppport | Victor Stinner | 2011-03-15 | 1 | -135/+168 | |
* | | | import.c: replace tab by spaces | Victor Stinner | 2011-03-07 | 1 | -1/+1 | |
* | | | merge from 3.2 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge from 3.1 | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
| |\ \ | | |/ | ||||||
| | * | Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. | Senthil Kumaran | 2011-03-20 | 1 | -4/+3 | |
* | | | Merge #7198 doc fix. | R David Murray | 2011-03-20 | 0 | -0/+0 | |
* | | | Merge #7198 doc fix. | R David Murray | 2011-03-20 | 1 | -0/+16 | |
* | | | #7198: add newlines='' to csv.writer docs. | R David Murray | 2011-03-20 | 2 | -26/+11 | |
* | | | Branch merge | Brian Quinlan | 2011-03-20 | 1 | -0/+4 | |
|\ \ \ | ||||||
| * \ \ | Merge NEWS entry edit. | Senthil Kumaran | 2011-03-20 | 1 | -0/+4 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Add NEWS for Issue #11563. | Senthil Kumaran | 2011-03-20 | 1 | -0/+4 | |
* | | | | Use WeakSets rather than manual pruning to prevent unbounded growth of dead t... | Brian Quinlan | 2011-03-20 | 2 | -40/+8 | |
|/ / / | ||||||
* | | | closes issue11609. buildbot related failures in the test_urllibnet. | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 | |
|\ \ \ | |/ / | ||||||
| * | | branch merge 3.2 | Senthil Kumaran | 2011-03-19 | 6 | -5/+24 | |
| |\ \ | ||||||
| * | | | Call unfakehttp in order to close connection while opening the connection thr... | Senthil Kumaran | 2011-03-19 | 1 | -2/+5 | |
* | | | | Skip crasher tests | Antoine Pitrou | 2011-03-19 | 1 | -0/+1 | |
* | | | | untab | Skip Montanaro | 2011-03-19 | 1 | -1/+1 | |
* | | | | *sigh* - i don't like this workflow at all | Skip Montanaro | 2011-03-19 | 1 | -52/+0 | |
* | | | | merge from upstream | Skip Montanaro | 2011-03-19 | 6 | -5/+24 | |
|\ \ \ \ | ||||||
| * \ \ \ | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 6 | -5/+24 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 6 | -5/+24 | |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | ||||||
| | | * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 6 | -5/+23 | |
* | | | | commit merge | Skip Montanaro | 2011-03-19 | 126 | -435/+2326 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Closes issue11563 test_urllibnet is triggering a ResourceWarning. Patch by Je... | Senthil Kumaran | 2011-03-19 | 2 | -1/+12 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Merging it again. | Senthil Kumaran | 2011-03-19 | 2 | -1/+12 | |
| | |\ \ | ||||||
| | | * | | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. | Senthil Kumaran | 2011-03-19 | 2 | -1/+12 | |
| * | | | | merge from 3.2 | Senthil Kumaran | 2011-03-19 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Issue 7391: Remove questionable and outdated HOWTO document with permission f... | Raymond Hettinger | 2011-03-19 | 2 | -291/+0 | |
| | |/ / | ||||||
| * | | | Fix refleak introduced by #10812. | Ross Lagerwall | 2011-03-19 | 1 | -13/+22 | |
| * | | | Last attempt to get compiler recursion crasher to fail reliably across platfo... | Nick Coghlan | 2011-03-19 | 1 | -2/+2 | |
| * | | | Minor optimization -- factor a constant expression out of the inner-loop. | Raymond Hettinger | 2011-03-18 | 1 | -3/+3 | |
| * | | | Fix #11596. When bz2 isn't available, skip test_bz2_ext_fake. | briancurtin | 2011-03-18 | 1 | -1/+6 | |
| * | | | Speed-up search for hidden names by using a set instead of a tuple. | Raymond Hettinger | 2011-03-18 | 1 | -3/+3 | |
| * | | | Issue #11592: Fix compilation warnings in os module. | Ross Lagerwall | 2011-03-18 | 1 | -4/+4 | |
| * | | | Merge NEWS fix | Antoine Pitrou | 2011-03-17 | 1 | -1/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Oops, wrong issue number in NEWS | Antoine Pitrou | 2011-03-17 | 1 | -1/+1 | |
| * | | | Merge | Antoine Pitrou | 2011-03-17 | 2 | -3/+10 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Add news entry for a791dd7d51f3 | Antoine Pitrou | 2011-03-17 | 1 | -0/+3 | |
| | * | | Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a ... | Antoine Pitrou | 2011-03-17 | 1 | -3/+7 | |
| * | | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 2 | -6/+20 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Issue #5421: merge fix | Antoine Pitrou | 2011-03-17 | 2 | -6/+19 | |
| | |\ \ | | | |/ | ||||||
| | | * | Issue #5421: Fix misleading error message when one of socket.sendto()'s | Antoine Pitrou | 2011-03-17 | 3 | -6/+21 | |
| * | | | Issue #10812: Revert os.lseek change. | Ross Lagerwall | 2011-03-17 | 1 | -1/+7 | |
| * | | | Issue #10812: Add some extra posix functions to the os module. | Ross Lagerwall | 2011-03-17 | 7 | -167/+1258 | |
| * | | | merge | Brett Cannon | 2011-03-17 | 119 | -263/+1078 | |
| |\ \ \ | ||||||
| | * \ \ | Closes issue 10979. unittest buffering now works with class and module setup ... | Michael Foord | 2011-03-17 | 4 | -2/+95 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Move NEWS entry to correct place | Michael Foord | 2011-03-17 | 1 | -3/+4 | |
| | | * | | Issue #10979. unittest stdout buffering now works with class and module setup... | Michael Foord | 2011-03-17 | 4 | -2/+94 | |