summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-2/+2
* | | 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-222-2/+10
* | | 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-221-0/+7
* | | 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
| * | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-213-5/+5
| |\ \
| | * | Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-152-2/+2
| | * | Update pydoc topics and handle suspicious markup.Georg Brandl2011-05-151-3/+3
* | | | 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-222-1/+12
* | | | 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
* | | | 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
* | | | 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
* | | | Fix more ResourceWarnings in test_packaging moving the join() and server_clos...Ezio Melotti2011-05-201-6/+3
* | | | Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()Charles-François Natali2011-05-201-2/+18
* | | | 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-191-17/+0
|\ \ \ \ | |/ / /
| * | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-17/+0
| |\ \ \ | | | |/ | | |/|
| | * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-191-17/+0
| | * | 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-182-4/+33
* | | | 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