summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Branch mergeÉric Araujo2011-08-191-1/+1
| |\
* | | 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
* | Monotonic, not monotonousAntoine Pitrou2011-08-131-1/+1
* | Issue #12744: Fix inefficient representation of integersAntoine Pitrou2011-08-131-0/+10
* | Issue #12669: Fix test_curses so that it can run on the buildbots.Nadeem Vawda2011-08-131-3/+3
* | Issue #12646: Add an 'eof' attribute to zlib.Decompress.Nadeem Vawda2011-08-131-0/+20
* | Merge with 3.2.Georg Brandl2011-08-132-2/+12
|\ \ | |/
| * Fix #11513: wrong exception handling for the case that GzipFile itself raises...Georg Brandl2011-08-132-2/+12
* | merge 3.2Benjamin Peterson2011-08-131-0/+3
|\ \ | |/
| * tokenize is just broken on test_pep3131.pyBenjamin Peterson2011-08-131-0/+3
* | merge 3.2Benjamin Peterson2011-08-131-3/+12
|\ \ | |/
| * normalization is different between unicode builds, so use a new non-BMP char ...Benjamin Peterson2011-08-131-3/+12
* | merge 3.2 (#12732)Benjamin Peterson2011-08-132-0/+4
|\ \ | |/
| * in narrow builds, make sure to test codepoints as identifier characters (clos...Benjamin Peterson2011-08-132-0/+4
| * Branch mergeÉric Araujo2011-08-121-1/+2
| |\
* | | Clean up test_shutil, to facilitate upcoming improvements (#12721).Éric Araujo2011-08-121-96/+69
* | | Brench mergeÉric Araujo2011-08-125-14/+11
|\ \ \