summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | make PyImport_ImportModuleLevel's first arg const like similiar functions (cl...Benjamin Peterson2011-05-253-2/+5
* | | | | | | | wrap at 80 charsBenjamin Peterson2011-05-251-1/+2
* | | | | | | | test values and types of (True/False).(imag/real)Benjamin Peterson2011-05-251-0/+10
* | | | | | | | Issue #12049: cleanup the warning in the random module docVictor Stinner2011-05-251-2/+2
* | | | | | | | Issue #12049: Document errors cases of ssl.RAND_bytes() andVictor Stinner2011-05-251-3/+8
* | | | | | | | Issue #12049: test_ssl now checks also that RAND_bytes() raises an error ifVictor Stinner2011-05-251-0/+2
* | | | | | | | Issue #8407: Fix the signal handler of the signal module: if it is calledVictor Stinner2011-05-252-8/+37
* | | | | | | | excellent place for assertRaisesBenjamin Peterson2011-05-251-6/+1
* | | | | | | | Issue #8533: regrtest replaces also sys.stdout on WindowsVictor Stinner2011-05-251-5/+2
* | | | | | | | Issue #10818: Remove deprecated pydoc.serve() functionVictor Stinner2011-05-243-89/+6
* | | | | | | | Issue #10818: Remove the Tk GUI of the pydoc module (pydoc -g has beenVictor Stinner2011-05-243-193/+11
* | | | | | | | (Merge 3.2) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-242-2/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | (Merge 3.1) Issue #12057: Add cjkencodings directory to the Makefile andVictor Stinner2011-05-242-2/+4
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.pyVictor Stinner2011-05-242-2/+4
* | | | | | | | Fix typo in bz2 module.Nadeem Vawda2011-05-241-1/+1
* | | | | | | | (Merge 3.2) Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | (Merge 3.1) Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Issue #12057: Add tests for the HZ encodingVictor Stinner2011-05-243-0/+33
* | | | | | | | Issue #1441530: In imaplib, read the data in one chunk to speed up largeCharles-François Natali2011-05-242-9/+4
* | | | | | | | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-243-12/+31
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-243-12/+31
* | | | | | | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-243-4/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-243-4/+38
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-243-4/+38
* | | | | | | | Issue #12049: improve RAND_bytes() and RAND_pseudo_bytes() documentationVictor Stinner2011-05-242-0/+16
* | | | | | | | merge 3.2Benjamin Peterson2011-05-241-2/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 3.1Benjamin Peterson2011-05-241-2/+0
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | backout 8b384de4e780, so a proper fix can be considered (#5715)Benjamin Peterson2011-05-241-2/+0
* | | | | | | | indicate return value on __dir__ methodsBenjamin Peterson2011-05-242-3/+3
* | | | | | | | merge 3.2Benjamin Peterson2011-05-241-3/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 3.1Benjamin Peterson2011-05-241-3/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | use '->' to indicate return valuesBenjamin Peterson2011-05-241-3/+3
* | | | | | | | merge 3.2Benjamin Peterson2011-05-241-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | merge 3.1Benjamin Peterson2011-05-241-1/+2
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | generally, sockets should be closed after they're usedBenjamin Peterson2011-05-241-1/+2
* | | | | | | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-242-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-242-1/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-242-1/+3
| | | |_|/ / | | |/| | |
* | | | | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-245-178/+178
| |_|/ / / |/| | | |
* | | | | Issue #12167: packaging.tests.test_dist unloads the temporary moduleVictor Stinner2011-05-241-0/+2
* | | | | Issue #12167: packaging.tests.support, LoggingCatcher restores correctly theVictor Stinner2011-05-241-1/+2
* | | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-246-4/+106
* | | | | Updated test_rollover delay to just over a second.Vinay Sajip2011-05-241-1/+1
* | | | | Issue #12105: test_posix skips test_oscloexec() on Linux < 2.6.23Victor Stinner2011-05-231-2/+5
* | | | | Issue #12158: Move linux_version() from test_socket to test.supportVictor Stinner2011-05-232-11/+11
* | | | | Issue #11377: platform.popen() emits a DeprecationWarningVictor Stinner2011-05-231-0/+2
* | | | | Merge heads.Ezio Melotti2011-05-231-2/+4
|\ \ \ \ \
| * \ \ \ \ #12074: merge with 3.2.Ezio Melotti2011-05-231-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | #12074: remove the /0 when there are no failures.Ezio Melotti2011-05-231-2/+4
* | | | | | Issue #12151: Test now ignores datagram socket errors after server is closed.Vinay Sajip2011-05-231-10/+11
|/ / / / /