| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for issue #7724: make it possible to build using | Ronald Oussoren | 2010-05-08 | 1 | -0/+3 |
|
|
* | Issue #8571: Fix an internal error when compressing or decompressing a | Antoine Pitrou | 2010-05-07 | 1 | -0/+4 |
|
|
* | Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore... | Giampaolo Rodolà | 2010-05-06 | 1 | -0/+7 |
|
|
* | Issue #8625: Turn off gcc optimization in debug builds. | Mark Dickinson | 2010-05-05 | 1 | -0/+5 |
|
|
* | Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills | Tarek Ziadé | 2010-05-05 | 1 | -0/+3 |
|
|
* | Mention how Clang's static anaylzer was run over Objects/ and Python/. | Brett Cannon | 2010-05-05 | 1 | -0/+2 |
|
|
* | NEWS | Barry Warsaw | 2010-05-05 | 1 | -0/+2 |
|
|
* | The C function used by uuid.uuid4 is broken on | Ronald Oussoren | 2010-05-05 | 1 | -0/+3 |
|
|
* | Update the NEWS entry for issue #8211. | Marc-André Lemburg | 2010-05-05 | 1 | -2/+2 |
|
|
* | Issue #8313: traceback.format_exception_only() encodes unicode message to | Victor Stinner | 2010-05-05 | 1 | -0/+3 |
|
|
* | On Windows, ctypes does no longer check the stack before and after | Thomas Heller | 2010-05-04 | 1 | -0/+4 |
|
|
* | Issue #1533: fix inconsistency in range function argument processing: | Mark Dickinson | 2010-05-04 | 1 | -0/+6 |
|
|
* | Issue #8567: Fix incorrect precedence of signals in Decimal module. | Mark Dickinson | 2010-05-04 | 1 | -0/+6 |
|
|
* | Issue #8404: Fix set operations on dictionary views. | Alexandre Vassalotti | 2010-05-04 | 1 | -0/+2 |
|
|
* | Mention the code clean-up thanks to Clang's static analyzer in Modules. | Brett Cannon | 2010-05-04 | 1 | -0/+2 |
|
|
* | Issue #7865: The close() method of :mod:`io` objects should not swallow | Antoine Pitrou | 2010-05-03 | 1 | -0/+4 |
|
|
* | Issue #8576: logging updated to remove usage of find_unused_port(). | Vinay Sajip | 2010-05-03 | 1 | -0/+2 |
|
|
* | Update the Vim syntax highlight file. | Brett Cannon | 2010-05-02 | 1 | -0/+5 |
|
|
* | Issue #4687: Fix accuracy of garbage collection runtimes displayed with | Antoine Pitrou | 2010-05-02 | 1 | -0/+3 |
|
|
* | For for issue #7192: with this patch webbrowser.get("firefox") | Ronald Oussoren | 2010-05-02 | 1 | -0/+3 |
|
|
* | Issue #8576: Remove use of find_unused_port() in test_smtplib and | Antoine Pitrou | 2010-04-30 | 1 | -0/+3 |
|
|
* | Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ... | Tarek Ziadé | 2010-04-30 | 1 | -0/+4 |
|
|
* | Fix for issue #3646: with this patch it is possible to do a | Ronald Oussoren | 2010-04-30 | 1 | -0/+3 |
|
|
* | Issue #8464: tarfile.open(name, mode="w|") no longer creates | Lars Gustäbel | 2010-04-29 | 1 | -0/+3 |
|
|
* | Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions | Antoine Pitrou | 2010-04-29 | 1 | -0/+3 |
|
|
* | Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en... | Senthil Kumaran | 2010-04-28 | 1 | -0/+3 |
|
|
* | Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' in... | Nick Coghlan | 2010-04-28 | 1 | -0/+4 |
|
|
* | Also mention patch submitter's name in NEWS, not just in the commit message | Nick Coghlan | 2010-04-28 | 1 | -1/+2 |
|
|
* | Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module co... | Nick Coghlan | 2010-04-28 | 1 | -0/+4 |
|
|
* | Issue #3928: Support 'os.mknod()' in Solaris | Jesus Cea | 2010-04-28 | 1 | -0/+2 |
|
|
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+2 |
|
|
* | Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline | Antoine Pitrou | 2010-04-27 | 1 | -0/+3 |
|
|
* | Issue #7449, part 1: fix test_support.py for Python compiled without thread | Victor Stinner | 2010-04-27 | 1 | -0/+2 |
|
|
* | reject None as the buffering argument like the C implementation does #8546 | Benjamin Peterson | 2010-04-27 | 1 | -0/+2 |
|
|
* | Issue #8549: Fix compiling the _ssl extension under AIX. Patch by | Antoine Pitrou | 2010-04-27 | 1 | -0/+3 |
|
|
* | Issue #6656: fix locale.format_string to handle escaped percents and mappings. | R. David Murray | 2010-04-26 | 1 | -0/+3 |
|
|
* | When DeprecationWarning was silenced by default, it also silenced any use of -Q | Brett Cannon | 2010-04-25 | 1 | -0/+2 |
|
|
* | Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, | Antoine Pitrou | 2010-04-25 | 1 | -0/+5 |
|
|
* | Issue #5103: SSL handshake would ignore the socket timeout and block | Antoine Pitrou | 2010-04-24 | 1 | -0/+3 |
|
|
* | The do_handshake() method of SSL objects now adjusts the blocking mode of | Antoine Pitrou | 2010-04-24 | 1 | -0/+3 |
|
|
* | - Issue #8509: Fix quoting in help strings and code snippets in configure.in. | Matthias Klose | 2010-04-24 | 1 | -0/+5 |
|
|
* | #7507: quote "!" in pipes.quote(); it is a special character for some shells. | Georg Brandl | 2010-04-24 | 1 | -0/+2 |
|
|
* | Issue #5238: Calling makefile() on an SSL object would prevent the | Antoine Pitrou | 2010-04-23 | 1 | -0/+3 |
|
|
* | Issue #7943: Fix circular reference created when instantiating an SSL | Antoine Pitrou | 2010-04-23 | 1 | -0/+3 |
|
|
* | issue8451: Making syslog module use sys.argv[0] for "ident". | Sean Reifscheider | 2010-04-23 | 1 | -0/+4 |
|
|
* | Issue #8108: Fix the unwrap() method of SSL objects when the socket has | Antoine Pitrou | 2010-04-22 | 1 | -0/+11 |
|
|
* | Issue #7332: Remove the 16KB stack-based buffer in | Antoine Pitrou | 2010-04-21 | 1 | -0/+5 |
|
|
* | - Build the ossaudio extension on GNU/kFreeBSD. | Matthias Klose | 2010-04-21 | 1 | -0/+5 |
|
|
* | Issue #8484: Load all ciphers and digest algorithms when initializing | Antoine Pitrou | 2010-04-21 | 1 | -0/+4 |
|
|
* | Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm | Victor Stinner | 2010-04-20 | 1 | -0/+2 |
|
|