summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* reject None as the buffering argument like the C implementation does #8546Benjamin Peterson2010-04-271-0/+2
* Issue #8549: Fix compiling the _ssl extension under AIX. Patch byAntoine Pitrou2010-04-272-0/+4
* Issue #6656: fix locale.format_string to handle escaped percents and mappings.R. David Murray2010-04-261-0/+3
* When DeprecationWarning was silenced by default, it also silenced any use of -QBrett Cannon2010-04-251-0/+2
* Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown,Antoine Pitrou2010-04-251-0/+5
* Issue #5103: SSL handshake would ignore the socket timeout and blockAntoine Pitrou2010-04-241-0/+3
* The do_handshake() method of SSL objects now adjusts the blocking mode ofAntoine Pitrou2010-04-241-0/+3
* - Issue #8509: Fix quoting in help strings and code snippets in configure.in.Matthias Klose2010-04-241-0/+5
* #7507: quote "!" in pipes.quote(); it is a special character for some shells.Georg Brandl2010-04-241-0/+2
* Issue #5238: Calling makefile() on an SSL object would prevent theAntoine Pitrou2010-04-231-0/+3
* Issue #7943: Fix circular reference created when instantiating an SSLAntoine Pitrou2010-04-232-0/+4
* issue8451: Making syslog module use sys.argv[0] for "ident".Sean Reifscheider2010-04-231-0/+4
* Issue #8108: Fix the unwrap() method of SSL objects when the socket hasAntoine Pitrou2010-04-221-0/+11
* Issue #7332: Remove the 16KB stack-based buffer inAntoine Pitrou2010-04-212-0/+6
* - Build the ossaudio extension on GNU/kFreeBSD.Matthias Klose2010-04-211-0/+5
* Issue #8484: Load all ciphers and digest algorithms when initializingAntoine Pitrou2010-04-211-0/+4
* Add Tim Golden.Martin v. Löwis2010-04-211-0/+3
* Issue #8437: Fix test_gdb failures, patch written by Dave MalcolmVictor Stinner2010-04-201-0/+2
* Fix Issue #4841: timeout is now applied for connections resulting from PORT/E...Giampaolo Rodolà2010-04-191-0/+3
* Fixed #8463: added missing reference to bztar in shutil's documentation.Tarek Ziadé2010-04-191-0/+2
* Issue #8438: Remove reference to the missing "surrogateescape" encodingAntoine Pitrou2010-04-191-0/+3
* Fix for issue #7072Ronald Oussoren2010-04-181-0/+2
* Fix Issue #3817: 225 is now considered a valid response code for ABORGiampaolo Rodolà2010-04-181-0/+3
* Issue #8279: Fix test_gdb failures.Martin v. Löwis2010-04-171-0/+2
* Add Giampaolo.Martin v. Löwis2010-04-171-0/+3
* Issue #8322: Add a *ciphers* argument to SSL sockets, so as to change theAntoine Pitrou2010-04-171-0/+3
* Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.R. David Murray2010-04-171-0/+3
* have a clear error when passing something > sys.maxsize to bytearrayBenjamin Peterson2010-04-161-0/+3
* Fix issue2987: RFC2732 support for urlparse (IPv6 addresses)Senthil Kumaran2010-04-161-0/+3
* #5341: typo.Georg Brandl2010-04-141-1/+1
* Issue #5277: Fix quote counting when parsing RFC 2231 encoded parameters.R. David Murray2010-04-132-0/+4
* Issue #7585: use tab between components in unified and context diff headers.R. David Murray2010-04-122-0/+5
* Issue #7472: ISO-2022 charsets now consistently use 7bit CTE.R. David Murray2010-04-121-0/+4
* Issue #8330: Fix expected output in test_gdb.Martin v. Löwis2010-04-121-0/+2
* Fix misplaced items and incorrect title.Antoine Pitrou2010-04-111-11/+11
* Issue #8374: Update the internal alias table in the :mod:`locale` moduleAntoine Pitrou2010-04-111-0/+3
* Two typo fixesAndrew M. Kuchling2010-04-111-1/+1
* towards beta 2Benjamin Peterson2010-04-101-0/+12
* bump version to 2.7b1Benjamin Peterson2010-04-102-2/+2
* Issue #8348: Fix test ftp url in test_urllib2net.Martin v. Löwis2010-04-081-0/+2
* Issue #8204: Fix test_ttk notebook test by forcing focus.Martin v. Löwis2010-04-081-0/+2
* Issue #8344: Fix test_ttk bug on FreeBSD.Martin v. Löwis2010-04-081-0/+2
* Document the libffi FreeBSD fix.Jeroen Ruigrok van der Werven2010-04-071-0/+3
* Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.Martin v. Löwis2010-04-071-0/+2
* document new PYTHONWARNINGS env varPhilip Jenvey2010-04-061-0/+3
* #7301: add the environment variable $PYTHONWARNINGS to supplement the -WPhilip Jenvey2010-04-061-0/+2
* remove a optimization that resulted in unexpected behavior #8929Benjamin Peterson2010-04-061-0/+3
* Issue #8193: Fix test_zlib failure with zlib 1.2.4.Antoine Pitrou2010-04-061-0/+2
* Misc/NEWS entry for r79843.Mark Dickinson2010-04-061-0/+4
* Add JP.Georg Brandl2010-04-061-1/+4