Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #3080: _PyImport_LoadDynamicModule() uses Unicode for name and path | Victor Stinner | 2011-03-14 | 3 | -66/+60 |
* | Issue #3080: _PyWin_FindRegisteredModule() returns the path as Unicode | Victor Stinner | 2011-03-08 | 2 | -54/+88 |
* | Issue #3080: Document the name attribute of the _inittab structure | Victor Stinner | 2011-03-07 | 2 | -6/+6 |
* | Issue #3080: Use PyUnicode_InternFromString() for builtins | Victor Stinner | 2011-03-07 | 1 | -2/+2 |
* | Issue #3080: Import builtins using Unicode strings | Victor Stinner | 2011-03-07 | 3 | -60/+80 |
* | 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 |