summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #12326: refactor usage of sys.platformVictor Stinner2011-08-207-17/+10
* #5301: merge with 3.2Sandro Tosi2011-08-201-0/+1
|\
| * #5301: add image/vnd.microsoft.icon (.ico) MIME typeSandro Tosi2011-08-201-0/+1
* | Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-2010-1083/+0
* | Merge 3.2Éric Araujo2011-08-201-3/+3
|\ \ | |/
| * Branch mergeÉric Araujo2011-08-203-33/+90
| |\
| | * Dedent example in docstringÉric Araujo2011-08-201-3/+3
* | | Branch mergeÉric Araujo2011-08-209-86/+224
|\ \ \
| * | | Fix sdist test on Windows (#12678). Patch by Jeremy Kloth.Éric Araujo2011-08-201-0/+1
| * | | Add a simple test for the packaging RECORD file.Éric Araujo2011-08-201-1/+53
| * | | Minor cleanupÉric Araujo2011-08-202-12/+7
| * | | Add a test for extension modules in the old-style record fileÉric Araujo2011-08-201-1/+24
| * | | Rework test_old_record a bit to make the test more exactÉric Araujo2011-08-201-13/+13
| * | | Refactor the copying of xxmodule.c in packaging tests (#12141).Éric Araujo2011-08-202-27/+37
| * | | Merge 3.2Éric Araujo2011-08-203-33/+90
| |\ \ \ | | | |/ | | |/|
| | * | Add a test for extension modules in the distutils record file.Éric Araujo2011-08-201-0/+33
| | * | Rework test_record a bit to make the test more exactÉric Araujo2011-08-201-10/+12
| | * | Refactor the copying of xxmodule.c in distutils tests (#12141).Éric Araujo2011-08-202-24/+46
* | | | Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12213: Fix a buffering bug with interleaved reads and writes thatAntoine Pitrou2011-08-201-2/+42
* | | | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
|\ \ \ \ | |/ / /
| * | | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
* | | | Fix typo in test namesAntoine Pitrou2011-08-191-4/+4
|\ \ \ \ | |/ / /
| * | | Fix typo in test namesAntoine Pitrou2011-08-191-4/+4
| | |/ | |/|
| * | Branch mergeÉric Araujo2011-08-191-1/+1
| |\ \
* | | | Issue #12778: Reduce memory consumption when JSON-encoding a large container ...Antoine Pitrou2011-08-191-1/+18
| |_|/ |/| |
* | | Restore $HOME after test has run (should fix #12765)Éric Araujo2011-08-191-0/+3
* | | Branch mergeÉric Araujo2011-08-194-28/+21
|\ \ \
| * \ \ Merge 3.2Éric Araujo2011-08-191-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Make logging call lazyÉric Araujo2011-08-191-1/+1
| * | | Improve “pysetup create” help messages.Éric Araujo2011-08-181-18/+19
| * | | Fix typoÉric Araujo2011-08-181-1/+1
| * | | Remove class that was only useful with Sphinx autodocÉric Araujo2011-08-181-8/+0
* | | | Issue #12780: Merged fix from 3.2.Vinay Sajip2011-08-191-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Issue #12780: Removed checks in logging for .pyc/.pyo in __file__.Vinay Sajip2011-08-191-2/+0
* | | | Merge: Fix ResourceWarnings in test_subprocess.Nadeem Vawda2011-08-191-0/+4
|\ \ \ \ | |/ / /
| * | | Fix ResourceWarnings in test_subprocess.Nadeem Vawda2011-08-191-0/+4
* | | | Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
|\ \ \ \ | |/ / /
| * | | Issue #12650: fix failures on some buildbots, when a subprocess takes a longCharles-François Natali2011-08-181-12/+0
* | | | Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-182-1/+64
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-182-1/+64
| |/
* | Issue #12326: don't test the major version of sys.platformVictor Stinner2011-08-177-49/+46
* | make __doc__ mutable on heaptypes (closes #12773)Benjamin Peterson2011-08-171-0/+13
* | improve test nameBenjamin Peterson2011-08-171-1/+1
* | complain when a class variable shadows a name in __slots__ (closes #12766)Benjamin Peterson2011-08-161-0/+8
* | merge headsBenjamin Peterson2011-08-161-1/+1
|\ \
| * | #9723: refactor regex.Ezio Melotti2011-08-161-1/+1
* | | some *nixes decided not to call init process 1 (closes #12763)Benjamin Peterson2011-08-161-1/+1
|/ /
* | #12266: merge with 3.2.Ezio Melotti2011-08-151-0/+17
|\ \ | |/
| * #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...Ezio Melotti2011-08-151-0/+17