summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #1441530: In imaplib, read the data in one chunk to speed up largeCharles-François Natali2011-05-241-0/+3
* (Merge 3.2) Issue #12070: Fix the Makefile parser of the sysconfig module toVictor Stinner2011-05-241-0/+3
|\
| * Issue #12070: Fix the Makefile parser of the sysconfig module to handleVictor Stinner2011-05-241-0/+3
* | (Merge 3.2) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+4
|\ \ | |/
| * (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs atVictor Stinner2011-05-241-0/+4
| |\
| | * Issue #12100: Don't reset incremental encoders of CJK codecs at each call toVictor Stinner2011-05-241-0/+4
* | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
|\ \ \ | |/ /
| * | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
| |\ \ | | |/
| | * Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-0/+2
* | | move specialized dir implementations into __dir__ methods (closes #12166)Benjamin Peterson2011-05-241-0/+3
* | | Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the sslVictor Stinner2011-05-241-0/+3
* | | merge 3.2Benjamin Peterson2011-05-231-0/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-231-0/+3
| |\ \ | | |/
| | * correctly lookup __dir__Benjamin Peterson2011-05-231-0/+3
| * | Set up branch to be rc2 next.Georg Brandl2011-05-211-2/+2
| * | Merge release branch after 3.2.1rc1.Georg Brandl2011-05-212-2/+2
| |\ \
| | * | Bump to 3.2.1rc1.v3.2.1rc1Georg Brandl2011-05-152-2/+2
* | | | Issue #12125: fixed the failures under Solaris due to improper test cleanup.Tarek Ziade2011-05-231-0/+2
* | | | Issue #6501: os.device_encoding() returns None on Windows if the applicationVictor Stinner2011-05-231-0/+3
* | | | Issue 12132 - skip the test_buil_ext test if the xx module is not foundTarek Ziade2011-05-221-0/+2
* | | | Issue #12105: Add O_CLOEXEC to the os module.Charles-François Natali2011-05-221-0/+2
* | | | Issue #12079: Decimal(0).fma(Decimal('inf'), 'not a number') should give a Ty...Mark Dickinson2011-05-221-0/+4
* | | | (Merge 3.2) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-0/+3
|\ \ \ \ | |/ / /
| * | | (Merge 3.1) Issue #12124: zipimport doesn't keep a reference toVictor Stinner2011-05-191-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymoreVictor Stinner2011-05-191-0/+3
| | * | Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, supportVictor Stinner2011-05-181-0/+3
| * | | Fix section titleAntoine Pitrou2011-05-181-1/+1
* | | | Issue #12120, Issue #12119: tests were missing a sys.dont_write_bytecode checkTarek Ziade2011-05-191-0/+3
* | | | Issue #12065: connect_ex() on an SSL socket now returns the original errnoAntoine Pitrou2011-05-181-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12065: connect_ex() on an SSL socket now returns the original errnoAntoine Pitrou2011-05-181-0/+15
* | | | Issue #8809: The SMTP_SSL constructor and SMTP.starttls() now supportAntoine Pitrou2011-05-181-0/+4
* | | | (Merge 3.2) Issue #12096: Fix a race condition inVictor Stinner2011-05-171-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #12096: Fix a race condition in test_threading.test_waitfor(). PatchVictor Stinner2011-05-171-0/+3
* | | | Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5Ronald Oussoren2011-05-171-0/+3
|\ \ \ \ | |/ / /
| * | | Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5Ronald Oussoren2011-05-171-0/+3
* | | | Fix for issue 10154, merge from 3.2Ronald Oussoren2011-05-171-0/+3
|\ \ \ \ | |/ / /
| * | | (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8...Ronald Oussoren2011-05-171-0/+3
| |\ \ \ | | |/ /
| | * | Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instea...Ronald Oussoren2011-05-171-0/+3
* | | | (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-0/+3
|\ \ \ \ | |/ / /
| * | | (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch writtenVictor Stinner2011-05-161-1/+4
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Issue #11614: import __hello__ prints "Hello World!". Patch written by AndreasVictor Stinner2011-05-161-0/+3
| | * Issue #10756: atexit normalizes the exception before displaying it. Patch byVictor Stinner2011-05-151-0/+3
* | | (merge from 3.2) Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMEN...Ronald Oussoren2011-05-151-0/+3
|\ \ \ | |/ /
| * | NEWS entry for fix of issue #9516Ronald Oussoren2011-05-151-0/+3
| * | Branch merge.Georg Brandl2011-05-151-0/+3
| |\ \
| * | | Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section.Georg Brandl2011-05-151-44/+65
* | | | (Merge 3.2) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-0/+3
|\ \ \ \ | | |/ / | |/| |
| * | | (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in theVictor Stinner2011-05-151-0/+3
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module.Victor Stinner2011-05-151-0/+3
* | | Issue #1746656: Add if_nameindex, if_nametoindex, if_indextonameGregory P. Smith2011-05-151-0/+3