| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Issue #5117: Case normalization was needed on ntpath.relpath(). And | Hirokazu Yamamoto | 2010-10-18 | 1 | -0/+4 |
|
|
* | #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. | R. David Murray | 2010-10-18 | 1 | -0/+2 |
|
|
* | #1343: Add short_empty_elements option to XMLGenerator. | R. David Murray | 2010-10-17 | 1 | -0/+3 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -0/+6 |
|
|
* | Remove the external non-python.org hyperlink and point people to | Gregory P. Smith | 2010-10-17 | 1 | -2/+1 |
|
|
* | Drop OPT:Olimit, as it confuses SunPRO (and other compilers). | Martin v. Löwis | 2010-10-17 | 1 | -0/+2 |
|
|
* | The py_decref macro was incorrect and unnecessary. | Gregory P. Smith | 2010-10-17 | 1 | -10/+0 |
|
|
* | * Applys part of the patch from http://bugs.python.org/issue3631 to add | Gregory P. Smith | 2010-10-17 | 1 | -8/+21 |
|
|
* | - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension. | Matthias Klose | 2010-10-17 | 1 | -0/+2 |
|
|
* | Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add a | Victor Stinner | 2010-10-16 | 1 | -0/+6 |
|
|
* | Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expects | Victor Stinner | 2010-10-16 | 1 | -1/+5 |
|
|
* | Fix incorrect maintainer name | Brian Quinlan | 2010-10-16 | 1 | -1/+1 |
|
|
* | Add bquinlan as the maintainer of concurrent.futures | Brian Quinlan | 2010-10-16 | 1 | -0/+1 |
|
|
* | don't identify the toplevel namespace by name #9997 | Benjamin Peterson | 2010-10-16 | 1 | -0/+3 |
|
|
* | Add NEWS for issue 9807 part 1. | Barry Warsaw | 2010-10-16 | 1 | -0/+3 |
|
|
* | First (uncontroversial) part of issue 9807. | Barry Warsaw | 2010-10-16 | 1 | -1/+4 |
|
|
* | #9862: On AIX PIPE_BUF is broken. Make it 512. | R. David Murray | 2010-10-15 | 1 | -0/+3 |
|
|
* | #6098: Refrain from claiming DOM level 3 conformance in minidom. | Georg Brandl | 2010-10-15 | 1 | -0/+2 |
|
|
* | #5762: fix handling of empty namespace in minidom, which would result in Attr... | Georg Brandl | 2010-10-15 | 1 | -0/+3 |
|
|
* | Fix issue references. | Georg Brandl | 2010-10-15 | 1 | -2/+2 |
|
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -0/+3 |
|
|
* | #9054: fix crash when using pyexpat with a system expat lib version 2.0.1. | Georg Brandl | 2010-10-15 | 1 | -0/+3 |
|
|
* | #2830: add html.escape() helper and move cgi.escape() uses in the standard li... | Georg Brandl | 2010-10-15 | 1 | -0/+3 |
|
|
* | #5355: Provide mappings from Expat error numbers to string descriptions and b... | Georg Brandl | 2010-10-15 | 1 | -0/+4 |
|
|
* | Use locale encoding if Py_FileSystemDefaultEncoding is not set | Victor Stinner | 2010-10-15 | 1 | -0/+3 |
|
|
* | Fix the regex to match all kind of filenames, for interactive debugging in do... | Florent Xicluna | 2010-10-14 | 1 | -0/+3 |
|
|
* | Issue 9183: Intern UTC timezone. | Alexander Belopolsky | 2010-10-14 | 1 | -0/+3 |
|
|
* | - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd. | Matthias Klose | 2010-10-14 | 1 | -0/+5 |
|
|
* | Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module, | Antoine Pitrou | 2010-10-14 | 2 | -2/+5 |
|
|
* | Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file | Victor Stinner | 2010-10-14 | 1 | -0/+3 |
|
|
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol | Senthil Kumaran | 2010-10-14 | 1 | -0/+6 |
|
|
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -0/+3 |
|
|
* | #1710703: write zipfile structures also in the case of closing a new, but emp... | Georg Brandl | 2010-10-14 | 1 | -0/+4 |
|
|
* | Revert r85435 (and r85440): decode command line arguments from utf-8 | Victor Stinner | 2010-10-13 | 1 | -3/+0 |
|
|
* | put PYTHONIOENCODING in man page | Benjamin Peterson | 2010-10-13 | 1 | -2/+11 |
|
|
* | Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead of | Victor Stinner | 2010-10-13 | 1 | -0/+3 |
|
|
* | Issue #9992: Remove PYTHONFSENCODING environment variable. | Victor Stinner | 2010-10-13 | 1 | -0/+2 |
|
|
* | remove obselete import implementation #7287 | Benjamin Peterson | 2010-10-13 | 1 | -0/+5 |
|
|
* | Issue #10041: The signature of optional arguments in socket.makefile() | Antoine Pitrou | 2010-10-13 | 2 | -0/+5 |
|
|
* | Adding Wing IDE version 4 project file | Michael Foord | 2010-10-13 | 2 | -0/+13 |
|
|
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and | Antoine Pitrou | 2010-10-13 | 1 | -0/+4 |
|
|
* | prefer clearing global objects to obscure module.__dict__ bugs #10068 | Benjamin Peterson | 2010-10-12 | 1 | -0/+3 |
|
|
* | NEWS: Move #6612 to Library section | Victor Stinner | 2010-10-12 | 1 | -3/+3 |
|
|
* | #6612: add the author of the patch (W. Trevor King) | Victor Stinner | 2010-10-12 | 2 | -1/+2 |
|
|
* | Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the | Victor Stinner | 2010-10-12 | 1 | -0/+3 |
|
|
* | Issue #3873: Speed up unpickling from file objects which have a peek() | Antoine Pitrou | 2010-10-12 | 1 | -0/+3 |
|
|
* | Issue #10075: Add a session_stats() method to SSLContext objects. | Antoine Pitrou | 2010-10-12 | 1 | -0/+2 |
|
|
* | Post-release bumps. | Georg Brandl | 2010-10-12 | 1 | -2/+2 |
|
|
* | Add entry for r85371. | Martin v. Löwis | 2010-10-11 | 1 | -0/+2 |
|
|
* | Add 3.2b1. | Martin v. Löwis | 2010-10-11 | 1 | -2/+17 |
|
|