summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,Antoine Pitrou2010-04-253-12/+44
* Replace a Lock with a better suited Event.Antoine Pitrou2010-04-251-6/+5
* Adding unittest.removeHandler function / decorator for removing the signal.SI...Michael Foord2010-04-254-4/+67
* Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric.Georg Brandl2010-04-251-1/+1
* Fix code example to have valid syntax so that it can be highlighted.Georg Brandl2010-04-251-1/+1
* Patch from Tim Hatch: Minor spelling changes to _winreg docs.Georg Brandl2010-04-251-5/+5
* Patch from Tim Hatch: Remove reference to winreg being the fabled high-level ...Georg Brandl2010-04-251-2/+2
* Patch from Tim Hatch: Better cross-referencing in socket and winreg docs.Georg Brandl2010-04-252-50/+67
* Remove LaTeXy index entry syntax.Georg Brandl2010-04-251-2/+2
* #8522: use with statement instead of try-finally for file handling.Georg Brandl2010-04-251-4/+1
* #8528: fix typo.Georg Brandl2010-04-251-1/+1
* Fixing obscure syslog corner-case when sys.argv = None, syslog() would callSean Reifscheider2010-04-251-5/+10
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-244-10/+102
* The do_handshake() method of SSL objects now adjusts the blocking mode ofAntoine Pitrou2010-04-242-1/+9
* Fix #5774. Some _winreg functions are documented as taking kwargs but don't.Brian Curtin2010-04-241-3/+3
* - Issue #8509: Fix quoting in help strings and code snippets in configure.in.Matthias Klose2010-04-243-86/+91
* Fix #7838. Add docstrings and privatize _subprocess implementation details.Brian Curtin2010-04-242-57/+132
* Make test_makefile_close a networked test (can't read() from a non-connectedAntoine Pitrou2010-04-241-16/+18
* #7507: quote "!" in pipes.quote(); it is a special character for some shells.Georg Brandl2010-04-243-16/+12
* Markup fixes.Georg Brandl2010-04-241-43/+39
* Issue #5238: Calling makefile() on an SSL object would prevent theAntoine Pitrou2010-04-233-1/+24
* Issue #7943: Fix circular reference created when instantiating an SSLAntoine Pitrou2010-04-234-8/+24
* Fix the "regrtest -s" switch.Florent Xicluna2010-04-231-8/+9
* Remove ImportWarnings filters. They become obsolete after r79310, issue #8205.Florent Xicluna2010-04-231-8/+0
* Small comment documentation change to clarify "ident" selection.Sean Reifscheider2010-04-231-1/+2
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-233-31/+155
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-223-17/+110
* Add "report a bug" links in some prominent places. Make it clear that doc bu...Georg Brandl2010-04-225-13/+48
* Skip test on old versions of OpenSSLAntoine Pitrou2010-04-221-3/+3
* Temporarily display OpenSSL version in verbose run -- trying to diagnose fail...Antoine Pitrou2010-04-221-0/+3
* Changed tests to only urlparse one, which was enough, addressed Ezio's commentSenthil Kumaran2010-04-223-11/+13
* Rephrase comment.Ezio Melotti2010-04-221-2/+2
* Issue #8475: Pass absolute interpreter path toMartin v. Löwis2010-04-221-1/+1
* #8474: fix duplicate test in test_email.Ezio Melotti2010-04-221-5/+0
* Updated the RFCs list in the See Also section of urlparse.rstSenthil Kumaran2010-04-221-5/+17
* Issue #7332: Remove the 16KB stack-based buffer inAntoine Pitrou2010-04-213-16/+10
* - Build the ossaudio extension on GNU/kFreeBSD.Matthias Klose2010-04-212-2/+8
* setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty.Matthias Klose2010-04-211-1/+1
* Forgot to add the sample certificate (followup to r80314)Antoine Pitrou2010-04-211-0/+33
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-213-1/+26
* shutil: removed unused import and fixed attributes names in _call_external_zipTarek Ziadé2010-04-211-3/+2
* Add Tim Golden.Martin v. Löwis2010-04-211-0/+3
* Sync test_plistlib.py with plistlib.pyRonald Oussoren2010-04-211-1/+1
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-203-15/+36
* removed ztar support in shutil.make_archiveTarek Ziadé2010-04-203-61/+10
* Fix for issue 7852: the DTD for OSX Plists has changed dueRonald Oussoren2010-04-201-1/+1
* Issue2987 - Added additional Invalid URL and changed the Invalid URL checking...Senthil Kumaran2010-04-202-6/+9
* fix typo in r79533, introduced by the fix for issue #8233Matthias Klose2010-04-201-1/+1
* #8472: fix wrong function name in functions.rst: itertools.filterfalse -> ite...Ezio Melotti2010-04-201-1/+1
* Add version info for os.kill and signal changes from #1220212.Brian Curtin2010-04-202-2/+6