| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #1441530: In imaplib, read the data in one chunk to speed up large | Charles-François Natali | 2011-05-24 | 1 | -0/+3 |
|
|
* | (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module to | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
|\ |
|
| * | Issue #12070: Fix the Makefile parser of the sysconfig module to handle | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
|
|
* | | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
| |\ |
|
| | * | Issue #12100: Don't reset incremental encoders of CJK codecs at each call to | Victor Stinner | 2011-05-24 | 1 | -0/+4 |
|
|
* | | | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 1 | -0/+2 |
|\ \ \
| |/ / |
|
| * | | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Issue #5715: In socketserver, close the server socket in the child process. | Charles-François Natali | 2011-05-24 | 1 | -0/+2 |
|
|
* | | | move specialized dir implementations into __dir__ methods (closes #12166) | Benjamin Peterson | 2011-05-24 | 1 | -0/+3 |
|
|
* | | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl | Victor Stinner | 2011-05-24 | 1 | -0/+3 |
|
|
* | | | merge 3.2 | Benjamin Peterson | 2011-05-23 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | merge 3.1 | Benjamin Peterson | 2011-05-23 | 1 | -0/+3 |
| |\ \
| | |/ |
|
| | * | correctly lookup __dir__ | Benjamin Peterson | 2011-05-23 | 1 | -0/+3 |
|
|
| * | | Set up branch to be rc2 next. | Georg Brandl | 2011-05-21 | 1 | -2/+2 |
|
|
| * | | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Bump to 3.2.1rc1.v3.2.1rc1 | Georg Brandl | 2011-05-15 | 2 | -2/+2 |
|
|
* | | | | Issue #12125: fixed the failures under Solaris due to improper test cleanup. | Tarek Ziade | 2011-05-23 | 1 | -0/+2 |
|
|
* | | | | Issue #6501: os.device_encoding() returns None on Windows if the application | Victor Stinner | 2011-05-23 | 1 | -0/+3 |
|
|
* | | | | Issue 12132 - skip the test_buil_ext test if the xx module is not found | Tarek Ziade | 2011-05-22 | 1 | -0/+2 |
|
|
* | | | | Issue #12105: Add O_CLOEXEC to the os module. | Charles-François Natali | 2011-05-22 | 1 | -0/+2 |
|
|
* | | | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty... | Mark Dickinson | 2011-05-22 | 1 | -0/+4 |
|
|
* | | | | (Merge 3.2) Issue #12124: zipimport doesn't keep a reference to | Victor Stinner | 2011-05-19 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to | Victor Stinner | 2011-05-19 | 1 | -0/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore | Victor Stinner | 2011-05-19 | 1 | -0/+3 |
|
|
| | * | | Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support | Victor Stinner | 2011-05-18 | 1 | -0/+3 |
|
|
| * | | | Fix section title | Antoine Pitrou | 2011-05-18 | 1 | -1/+1 |
|
|
* | | | | Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode check | Tarek Ziade | 2011-05-19 | 1 | -0/+3 |
|
|
* | | | | Issue #12065: connect_ex() on an SSL socket now returns the original errno | Antoine Pitrou | 2011-05-18 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #12065: connect_ex() on an SSL socket now returns the original errno | Antoine Pitrou | 2011-05-18 | 1 | -0/+15 |
|
|
* | | | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now support | Antoine Pitrou | 2011-05-18 | 1 | -0/+4 |
|
|
* | | | | (Merge 3.2) Issue #12096: Fix a race condition in | Victor Stinner | 2011-05-17 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch | Victor Stinner | 2011-05-17 | 1 | -0/+3 |
|
|
* | | | | Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 | Ronald Oussoren | 2011-05-17 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 | Ronald Oussoren | 2011-05-17 | 1 | -0/+3 |
|
|
* | | | | Fix for issue 10154, merge from 3.2 | Ronald Oussoren | 2011-05-17 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8... | Ronald Oussoren | 2011-05-17 | 1 | -0/+3 |
| |\ \ \
| | |/ / |
|
| | * | | Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea... | Ronald Oussoren | 2011-05-17 | 1 | -0/+3 |
|
|
* | | | | (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written | Victor Stinner | 2011-05-16 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written | Victor Stinner | 2011-05-16 | 1 | -1/+4 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas | Victor Stinner | 2011-05-16 | 1 | -0/+3 |
|
|
| | * | Issue #10756: atexit normalizes the exception before displaying it. Patch by | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
|
|
* | | | (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMEN... | Ronald Oussoren | 2011-05-15 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | NEWS entry for fix of issue #9516 | Ronald Oussoren | 2011-05-15 | 1 | -0/+3 |
|
|
| * | | Branch merge. | Georg Brandl | 2011-05-15 | 1 | -0/+3 |
| |\ \ |
|
| * | | | Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section. | Georg Brandl | 2011-05-15 | 1 | -44/+65 |
|
|
* | | | | (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. | Victor Stinner | 2011-05-15 | 1 | -0/+3 |
|
|
* | | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextoname | Gregory P. Smith | 2011-05-15 | 1 | -0/+3 |
|
|