summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 mkste...Tarek Ziade2011-05-212-10/+12
* | | 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
* | | 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
* | | 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 server_clos...Ezio Melotti2011-05-201-6/+3
* | | | | merge 3.2Benjamin Peterson2011-05-201-1/+20
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | merge 3.1Benjamin Peterson2011-05-201-1/+20
| |\ \ \ | | |/ /
| | * | add example for not using accessBenjamin Peterson2011-05-201-1/+20
* | | | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()Charles-François Natali2011-05-202-33/+48
* | | | #12072: merge with 3.2.Ezio Melotti2011-05-201-1/+1
|\ \ \ \ | |/ / /
| * | | #12072: merge with 3.1.Ezio Melotti2011-05-201-1/+1
| |\ \ \ | | |/ /
| | * | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi.Ezio Melotti2011-05-201-1/+1
* | | | Fix several ResourceWarnings in test_packaging.Ezio Melotti2011-05-201-1/+6
* | | | (Merge 3.2) test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6
|\ \ \ \ | |/ / /
| * | | test_pydoc: skip PydocServerTest if thread support is disabledVictor Stinner2011-05-201-0/+6
* | | | packaging.tests.test_command_install_data: restore correctly sysconfig._SCHEMESVictor Stinner2011-05-191-4/+11
* | | | fix packaging tests on Windows: use os.path.join() in glob patternsVictor Stinner2011-05-192-14/+16
* | | | (Merge 3.2) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-193-41/+26
|\ \ \ \ | |/ / /
| * | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-193-41/+27
| |\ \ \ | | |/ /
| | * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-193-41/+26
| | * | Ooops, add the missing file of the backport of commit 33543b4e0e5d from PythonVictor Stinner2011-05-181-0/+0
| | * | Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, supportVictor Stinner2011-05-183-4/+36
* | | | packaging: fix the constructor of FakePopenVictor Stinner2011-05-191-2/+8
* | | | fix packaging.compiler.msvc9compiler: os.environ['path'] value is also a strVictor Stinner2011-05-191-2/+1
* | | | fix packaging.compiler.msvc9compiler: os.environ values are str, not bytesVictor Stinner2011-05-191-2/+2
* | | | Issue #12112: fix the encoding of setup.py in the packaging moduleVictor Stinner2011-05-192-4/+7
* | | | Refactor a few tests to use the new requires_zlib decorator.Ezio Melotti2011-05-195-79/+49
* | | | Skip tests that require zlib in the packaging tests. Also add a requires_zli...Ezio Melotti2011-05-197-14/+41
* | | | Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode checkTarek Ziade2011-05-193-2/+7