summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | (Merge 3.2) Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #12074: regrtest displays also the current number of failuresVictor Stinner2011-05-231-5/+6
| * | | | Issue #12151: Correction to diagnostic code.Vinay Sajip2011-05-231-1/+1
| * | | | Issue #12151: Added diagnostics to help diagnose intermittent socket errors.Vinay Sajip2011-05-231-0/+15
* | | | | merge 3.2Benjamin Peterson2011-05-233-5/+10
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | merge 3.1Benjamin Peterson2011-05-233-5/+10
| |\ \ \ | | |/ / | |/| / | | |/
| | * correctly lookup __dir__Benjamin Peterson2011-05-233-5/+10
* | | Clean-up example.Raymond Hettinger2011-05-231-31/+41
|\ \ \ | |/ /
| * | Clean-up example.Raymond Hettinger2011-05-231-31/+41
* | | Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-234-1/+16
* | | fixed the cwd cleanup in packaging test_utilTarek Ziade2011-05-231-1/+8
* | | make sure the cwd is restored on tearDownTarek Ziade2011-05-231-0/+5
* | | Issue #6501: os.device_encoding() returns None on Windows if the applicationVictor Stinner2011-05-232-10/+16
* | | make sure build_dir.build_lib is synced to the faked build locationTarek Ziade2011-05-231-0/+4
* | | Merge 3.2Victor Stinner2011-05-231-7/+6
|\ \ \ | |/ /
| * | Merge 3.1Victor Stinner2011-05-231-7/+6
| |\ \ | | |/
| | * test_codecs now removes the temporay file (created by the test)Victor Stinner2011-05-231-7/+6
| | * Issue #10801: Remove a debug print() from test_zipfileVictor Stinner2011-05-221-1/+0
* | | Issue #12105: test_posix, add the value of O_CLOEXEC in the error messageVictor Stinner2011-05-231-1/+2
* | | Close #12153: faulthandler, mark stack_overflow() as staticVictor Stinner2011-05-231-1/+1
* | | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-232-5/+6
* | | Refer to the return value on nameindex and friends as a string, not a byteGregory P. Smith2011-05-231-3/+3
* | | mergedMartin v. Löwis2011-05-231-0/+1
|\ \ \ | |/ /
| * | Add 3.2.1rc2 uuid.Martin v. Löwis2011-05-231-0/+1
| |\ \
| | * | Add 3.2.1rc2 uuid.Martin v. Loewis2011-05-221-0/+1
* | | | Issue #12151: test_logging writes debug messages to stderr, not stdoutVictor Stinner2011-05-221-2/+2
* | | | skip more tests in packaging if threading is not supportedTarek Ziade2011-05-223-3/+20
* | | | not using a server name anymore as the 127.0.0.1 <> localhost symmetry is not...Tarek Ziade2011-05-221-3/+1
* | | | Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-223-2/+12
* | | | Issue 10126 - backported distutils fix for the enable-share mode into packagingTarek Ziade2011-05-223-7/+30
* | | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-224-0/+13
* | | | Issue #12138: fix use of transient_internet() in test_urllibnetAntoine Pitrou2011-05-221-77/+62
|\ \ \ \ | |/ / /
| * | | Issue #12138: fix use of transient_internet() in test_urllibnetAntoine Pitrou2011-05-221-77/+62
* | | | regrtest: enable faulthandler in main() instead of if __name__ == '__main__':Victor Stinner2011-05-221-3/+4
* | | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty...Mark Dickinson2011-05-223-1/+16
* | | | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
|\ \ \ \ | |/ / /
| * | | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
| |\ \ \ | | | |/ | | |/|
| | * | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
* | | | Issue #12131: Ensure that the sysconfig.cfg file, introduced by packaging,Ned Deily2011-05-211-1/+1
* | | | added the Content-Length header. that fixes the weird packaging.pypi.errors.H...Tarek Ziade2011-05-211-0/+1
* | | | deactivating one test under win32 for nowTarek Ziade2011-05-211-0/+1
* | | | make sure the crawler can browse file-based indexes under win32Tarek Ziade2011-05-212-7/+25
* | | | fixed the export symbols for the win32 linkerTarek Ziade2011-05-212-2/+2
* | | | skip the pypi upload doc test via https, if ssl is not availableTarek Ziade2011-05-211-0/+5
* | | | use the same line terminator everywhereTarek Ziade2011-05-213-6/+11
* | | | Merge 3.2.1rc1 release changes to default.Georg Brandl2011-05-214-11/+121
|\ \ \ \ | |/ / /
| * | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
| * | | Set up branch to be rc2 next.Georg Brandl2011-05-212-3/+3
| * | | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-2111-22/+34
| |\ \ \ | | | |/ | | |/|
| | * | Add 3.2.1 UUIDsMartin v. Löwis2011-05-161-0/+2