Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Issue #12804: Prevent "make test" from using network resources. | Nadeem Vawda | 2011-08-21 | 1 | -1/+1 | |
* | | Merge 3.2 | Éric Araujo | 2011-08-21 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Add missing name in shutil | Éric Araujo | 2011-08-21 | 1 | -1/+1 | |
* | | Merge 3.2 | Éric Araujo | 2011-08-21 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Add missing closing paren in docstring (thanks Ezio) | Éric Araujo | 2011-08-21 | 1 | -1/+1 | |
* | | Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to | Charles-François Natali | 2011-08-21 | 1 | -2/+8 | |
* | | Issue #12326: update sys.platform doc for Linux | Victor Stinner | 2011-08-21 | 1 | -7/+12 | |
* | | Issue #12326: refactor usage of sys.platform | Victor Stinner | 2011-08-20 | 8 | -20/+12 | |
* | | #5301: merge with 3.2 | Sandro Tosi | 2011-08-20 | 1 | -0/+1 | |
|\ \ | |/ | ||||||
| * | #5301: add image/vnd.microsoft.icon (.ico) MIME type | Sandro Tosi | 2011-08-20 | 1 | -0/+1 | |
* | | Issue #12326: woops, I really mean 'linux', not 'linux2' | Victor Stinner | 2011-08-20 | 2 | -2/+2 | |
* | | Close #12326: sys.platform is now always 'linux' on Linux | Victor Stinner | 2011-08-20 | 14 | -1085/+11 | |
* | | Merge 3.2 | Éric Araujo | 2011-08-20 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Branch merge | Éric Araujo | 2011-08-20 | 3 | -33/+90 | |
| |\ | ||||||
| | * | Branch merge | Éric Araujo | 2011-08-20 | 3 | -33/+90 | |
| | |\ | ||||||
| | | * | Dedent example in docstring | Éric Araujo | 2011-08-20 | 1 | -3/+3 | |
* | | | | Branch merge | Éric Araujo | 2011-08-20 | 9 | -86/+224 | |
|\ \ \ \ | ||||||
| * | | | | Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. | Éric Araujo | 2011-08-20 | 1 | -0/+1 | |
| * | | | | Add a simple test for the packaging RECORD file. | Éric Araujo | 2011-08-20 | 1 | -1/+53 | |
| * | | | | Minor cleanup | Éric Araujo | 2011-08-20 | 2 | -12/+7 | |
| * | | | | Add a test for extension modules in the old-style record file | Éric Araujo | 2011-08-20 | 1 | -1/+24 | |
| * | | | | Rework test_old_record a bit to make the test more exact | Éric Araujo | 2011-08-20 | 1 | -13/+13 | |
| * | | | | Refactor the copying of xxmodule.c in packaging tests (#12141). | Éric Araujo | 2011-08-20 | 2 | -27/+37 | |
| * | | | | Merge 3.2 | Éric Araujo | 2011-08-20 | 3 | -33/+90 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Add a test for extension modules in the distutils record file. | Éric Araujo | 2011-08-20 | 1 | -0/+33 | |
| | * | | | Rework test_record a bit to make the test more exact | Éric Araujo | 2011-08-20 | 1 | -10/+12 | |
| | * | | | Refactor the copying of xxmodule.c in distutils tests (#12141). | Éric Araujo | 2011-08-20 | 2 | -24/+46 | |
* | | | | | Issue #12213: make it clear that BufferedRWPair shouldn't be called with the | Antoine Pitrou | 2011-08-20 | 1 | -19/+23 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Issue #12213: make it clear that BufferedRWPair shouldn't be called with the | Antoine Pitrou | 2011-08-20 | 1 | -19/+23 | |
| | |_|/ | |/| | | ||||||
* | | | | #12787: merge with 3.2 | Sandro Tosi | 2011-08-20 | 1 | -2/+9 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | #12787: link original MultiCall proposal to webarchive and in a footnote | Sandro Tosi | 2011-08-20 | 1 | -2/+9 | |
* | | | | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 3 | -46/+102 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #12213: Fix a buffering bug with interleaved reads and writes that | Antoine Pitrou | 2011-08-20 | 3 | -61/+103 | |
* | | | | Issue #12791: Break reference cycles early when a generator exits with an exc... | Antoine Pitrou | 2011-08-20 | 3 | -0/+76 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Issue #12791: Break reference cycles early when a generator exits with an exc... | Antoine Pitrou | 2011-08-20 | 3 | -0/+76 | |
| * | | | Issue #12326: sys.platform is now always 'linux2' on Linux | Victor Stinner | 2011-08-20 | 3 | -0/+5 | |
* | | | | Fix compilation under Windows | Antoine Pitrou | 2011-08-20 | 1 | -1/+2 | |
* | | | | merge with 3.2 | Sandro Tosi | 2011-08-19 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | fix description of \r; thanks to Thomas Waldmann from docs@ | Sandro Tosi | 2011-08-19 | 1 | -1/+1 | |
* | | | | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Fix typo in test names | Antoine Pitrou | 2011-08-19 | 1 | -4/+4 | |
* | | | | merge with 3.2 | Sandro Tosi | 2011-08-19 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ | Sandro Tosi | 2011-08-19 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Issue #12778: Reduce memory consumption when JSON-encoding a large container ... | Antoine Pitrou | 2011-08-19 | 3 | -50/+175 | |
| |/ |/| | ||||||
* | | Restore $HOME after test has run (should fix #12765) | Éric Araujo | 2011-08-19 | 1 | -0/+3 | |
* | | Merge 3.2 | Éric Araujo | 2011-08-19 | 0 | -0/+0 | |
|\ \ | |/ | ||||||
| * | Branch merge | Éric Araujo | 2011-08-19 | 17 | -65/+81 | |
| |\ | ||||||
* | \ | Branch merge | Éric Araujo | 2011-08-19 | 22 | -100/+105 | |
|\ \ \ | ||||||
| * \ \ | Merge fixes for #12256 and typos from 3.2 | Éric Araujo | 2011-08-19 | 3 | -3/+6 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Typo | Éric Araujo | 2011-08-19 | 1 | -1/+1 | |