summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor code simplificationÉric Araujo2011-08-251-3/+2
* Another (hopefully last) fix for test_packaging on Windws (#12678)Éric Araujo2011-08-251-3/+13
* Followup to cdc6c1b072a5: I forgot to "hg add" the test filesAntoine Pitrou2011-08-252-0/+51
* Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-255-22/+227
* Merge 3.2.Georg Brandl2011-08-251-1/+1
|\
| * Close #12838: fix range() call.Georg Brandl2011-08-251-1/+1
* | Issue #12656: Really fix test_asyncore failures on Windows buildbots...Charles-François Natali2011-08-241-1/+2
* | Issue #12656: Fix test_asyncore failures on Windows buildbots.Charles-François Natali2011-08-241-5/+7
* | Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.Charles-François Natali2011-08-242-46/+87
* | sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types withCharles-François Natali2011-08-241-7/+2
* | Issue12810: Remove check for negative unsigned value in socketmodule.c. PatchCharles-François Natali2011-08-242-1/+2
* | Fix test_packaging on Windows (#12678).Éric Araujo2011-08-242-4/+16
* | Merge distutils bug fix from 3.2Éric Araujo2011-08-233-23/+30
|\ \ | |/
| * Fix distutils tests on Windows (#12678).Éric Araujo2011-08-233-23/+30
| * MergeAntoine Pitrou2011-08-232-6/+8
| |\
* | \ Branch mergeÉric Araujo2011-08-232-19/+18
|\ \ \
| * | | Try to fix packaging tests using build_ext on Windows (#12678)Éric Araujo2011-08-232-19/+18
* | | | MergeAntoine Pitrou2011-08-234-4/+86
|\ \ \ \
| * \ \ \ Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-234-4/+86
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.Antoine Pitrou2011-08-233-3/+86
| | * | | A warning doesn't equate a failed testAntoine Pitrou2011-08-231-1/+0
* | | | | Null merge.Charles-François Natali2011-08-230-0/+0
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Issue #12821: Fix test_fcntl failures on OpenBSD 5.Charles-François Natali2011-08-232-6/+8
| |/ /
* | | Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests ...Nick Coghlan2011-08-232-40/+0
* | | Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.hVictor Stinner2011-08-232-0/+5
| |/ |/|
* | #12191: added entry in What's New (+ small editing on shutil section)Sandro Tosi2011-08-221-3/+6
* | #6484: refactor a bit the tests.Ezio Melotti2011-08-221-52/+70
* | #12191: fix build failures, explicitly passing group argument when I want to ...Sandro Tosi2011-08-221-2/+2
* | Merge indentation fix and skip decorator with 3.2.Ezio Melotti2011-08-221-24/+28
|\ \ | |/
| * Fix indentation and add a skip decorator.Ezio Melotti2011-08-221-24/+28
* | #12191: add shutil.chown() to change user and/or group owner of a given path ...Sandro Tosi2011-08-225-0/+110
* | #9200: merge with 3.2.Ezio Melotti2011-08-223-42/+211
|\ \ | |/
| * #9200: The str.is* methods now work with strings that contain non-BMP charact...Ezio Melotti2011-08-223-42/+220
* | #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...Ezio Melotti2011-08-223-0/+34
* | Fix deprecation warnings in test_socket.Nadeem Vawda2011-08-221-14/+14
* | Credit patch authors in NEWS for #6560Nick Coghlan2011-08-221-1/+1
* | Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.Nick Coghlan2011-08-223-0/+7
* | Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)Nick Coghlan2011-08-223-0/+244
* | Attempt to address Windows buildbot failuresNick Coghlan2011-08-221-1/+1
* | Add support for the send/recvmsg API to the socket module. Patch by David Wat...Nick Coghlan2011-08-227-0/+3167
* | Null merge; fix already present in default branch.Nadeem Vawda2011-08-210-0/+0
|\ \ | |/
| * Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-212-0/+2
* | Fix test_command_install_dist in shared Python buildsÉric Araujo2011-08-211-0/+1
* | Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-212-22/+29
* | Remove obsolete codeÉric Araujo2011-08-211-2/+0
* | Merge build_ext fix from 3.2Éric Araujo2011-08-213-25/+34
|\ \ | |/
| * Fix distutils test_install for shared CPython buildsÉric Araujo2011-08-211-0/+1
| * Factor out the build_ext fixup for shared Python builds.Éric Araujo2011-08-212-25/+33
* | Update README section on testing following issue #11651.Nadeem Vawda2011-08-211-6/+4
* | Issue #12804: Prevent "make test" from using network resources.Nadeem Vawda2011-08-211-1/+1