summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Refer to the return value on nameindex and friends as a string, not a byteGregory P. Smith2011-05-231-3/+3
| | | | | string. The code was fixed to return strings instead of bytes and to accept either.
* 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
| | | | | | | | | | | | stdout are lost in buildbots
* | | 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 ↵Tarek Ziade2011-05-221-3/+1
| | | | | | | | | | | | not true under Windows 7
* | | 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
| | | | | | | | | | | | So it's also enabled when using "./python -m test".
* | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a ↵Mark Dickinson2011-05-223-1/+16
| | | | | | | | | | | | TypeError, not a Decimal.InvalidOperation
* | | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
|\ \ \ | |/ / | | | | | | merge 3.2 -> default
| * | Issue 12126: removing incorrect claim about return value of selectEli Bendersky2011-05-221-2/+1
| |\ \ | | | | | | | | | | | | merge 3.1 -> 3.2
| | * | 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
| | | | | | | | | | | | | | | | is installed into the lib directory: prevents startup exception in site.py.
* | | | added the Content-Length header. that fixes the weird ↵Tarek Ziade2011-05-211-0/+1
| | | | | | | | | | | | | | | | packaging.pypi.errors.HashDoesNotMatch errors
* | | | 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
| | | |
| | * | Added tag v3.2.1rc1 for changeset cfa9364997c7Georg Brandl2011-05-151-0/+1
| | | |
| | * | Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-156-8/+8
| | | |
| | * | Update pydoc topics and handle suspicious markup.Georg Brandl2011-05-153-14/+23
| | | |
* | | | Simplify exampleRaymond Hettinger2011-05-211-4/+0
| | | |
* | | | Issue #12136: Added change to handle non-availability of the ssl module.Vinay Sajip2011-05-211-9/+14
| | | |
* | | | fixed the move api in packaging.install, and closing the handle left by ↵Tarek Ziade2011-05-212-10/+12
| | | | | | | | | | | | | | | | mkstemp() in its test module
* | | | we want to generate /-separated paths setup.cfg files even under win32Tarek Ziade2011-05-211-7/+13
| | | |
* | | | avoid a compiler warning. the compiler doesn't know that the staticGregory P. Smith2011-05-211-1/+1
| | | | | | | | | | | | | | | | struct guarantees the loop will always be run once to initialize code.
* | | | Added SSL test for HTTPHandler.Vinay Sajip2011-05-211-33/+72
| | | |
* | | | fixed the way the cfg file markers values are split under win32Tarek Ziade2011-05-212-2/+3
| | | |
* | | | fixed the separator issues in packaging/resources+configTarek Ziade2011-05-213-3/+8
| | | |
* | | | fixed a few mocking/cleanup issues in packaging test_util for win32Tarek Ziade2011-05-212-15/+20
| | | |
* | | | Close #12114: fix a potential deadlock in packaging.util._find_exe_version()Victor Stinner2011-05-212-1/+4
| | | | | | | | | | | | | | | | Avoid also zombi processes: Popen.communicate() calls its wait() method.
* | | | Added SSL capability to TestHTTPServer.Vinay Sajip2011-05-201-1/+14
| | | |
* | | | Fix another ResourceWarning in test_packaging.Ezio Melotti2011-05-202-1/+3
| | | |
* | | | merge 3.2Benjamin Peterson2011-05-201-1/+1
|\ \ \ \ | |/ / /
| * | | merge 3.1Benjamin Peterson2011-05-201-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | this should actually be an IOErrorBenjamin Peterson2011-05-201-1/+1
| | | |
* | | | merge headsBenjamin Peterson2011-05-201-6/+3
|\ \ \ \
| * | | | Fix more ResourceWarnings in test_packaging moving the join() and ↵Ezio Melotti2011-05-201-6/+3
| | | | | | | | | | | | | | | | | | | | server_close() in the stop method.
* | | | | merge 3.2Benjamin Peterson2011-05-201-1/+20
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /