summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* merge 3.2Benjamin Peterson2011-07-221-0/+3
|\
| * type check AST strings and identifiersBenjamin Peterson2011-07-221-0/+3
| | | | | | | | This is related to a21829180423 as well as #12609 and #12610.
* | Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-0/+2
|\ \ | |/
| * Issue #12372: POSIX semaphores are broken on AIX: don't use them.Charles-François Natali2011-07-211-0/+2
| |
| * Upstream mergeBarry Warsaw2011-07-191-2/+9
| |\
* | | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-202-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | to get channel binding data for the current SSL session (only the "tls-unique" channel binding is implemented). This allows the implementation of certain authentication mechanisms such as SCRAM-SHA-1-PLUS. Patch by Jacek Konieczny.
* | | #665194: support roundtripping RFC2822 date stamps in the email.utils moduleR David Murray2011-07-201-0/+3
| | |
* | | Upstream merge.Barry Warsaw2011-07-192-0/+8
|\ \ \
| * \ \ Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-0/+4
| |\ \ \ | | |/ / | | | | | | | | (Patch by Robert Xiao)
| | * | Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-192-0/+4
| | | | | | | | | | | | | | | | (Patch by Robert Xiao)
| * | | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-191-0/+4
| |\ \ \ | | |/ / | | | | | | | | so that "import DLFCN" and other similar imports work on Linux 3.0.
| | * | Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-191-0/+4
| | | | | | | | | | | | | | | | so that "import DLFCN" and other similar imports work on Linux 3.0.
* | | | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-2/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
| * | - Issue #10309: Define _GNU_SOURCE so that mremap() gets the properBarry Warsaw2011-07-191-2/+9
| |/ | | | | | | | | signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth.
* | Merge #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-0/+3
|\ \ | |/
| * #7484: no more <> around addresses in VRFY or EXPNR David Murray2011-07-191-0/+3
| | | | | | | | | | | | | | | | | | The RFC doesn't say that they are allowed; apparently many mailers accept them, but not postfix. Contributions to this patch were made by Felipe Cruz and Catalin Iacob. The changeset also adds additional indirect tests for quoteaddr (null address and IDNA-encoded address).
* | Merge from 3.2.Eric V. Smith2011-07-182-0/+5
|\ \ | |/
| * Closes #12579. Positional fields with str.format_map() now raise a ↵Eric V. Smith2011-07-182-0/+5
| | | | | | | | ValueError instead of SystemError.
| * Close the call queue in concurrent.futures.ProcessPoolExecutor whenAntoine Pitrou2011-07-161-0/+3
| | | | | | | | shutdown() is called, without waiting for the garbage collector to kick in.
| * Try harder to reap dangling threads in test.support.reap_threads().Antoine Pitrou2011-07-151-0/+2
| |
* | Add Misc/NEWS entry and relevant doc change for issue 10271.Brett Cannon2011-07-181-0/+2
| |
* | put in correct sectionBenjamin Peterson2011-07-161-3/+3
| |
* | merge headsBenjamin Peterson2011-07-161-0/+6
|\ \
| * | Silence spurious "broken pipe" tracebacks when shutting down a ↵Antoine Pitrou2011-07-151-0/+3
| | | | | | | | | | | | ProcessPoolExecutor.
| * | Fix potential resource leaks in concurrent.futures.ProcessPoolExecutorAntoine Pitrou2011-07-151-0/+3
| | | | | | | | | | | | by joining all queues and processes when shutdown() is called.
* | | remove ast.__version__ (closes #12273)Benjamin Peterson2011-07-161-0/+3
|/ /
* | Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+2
|\ \ | |/
| * Issue #12573: Add resource checks for dangling Thread and Process objects.Antoine Pitrou2011-07-151-0/+2
| |
| * MergeAntoine Pitrou2011-07-151-0/+3
| |\
| * \ merge headsBenjamin Peterson2011-07-151-0/+3
| |\ \
* | \ \ MergeAntoine Pitrou2011-07-151-0/+3
|\ \ \ \
| * \ \ \ Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | Patch by Andreas Stührk.
| | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
| | |\ \ \ | | | |_|/ | | |/| | | | | | | Patch by Andreas Stührk.
| | | * | Issue #11603: Fix a crash when __str__ is rebound as __repr__.Antoine Pitrou2011-07-151-0/+3
| | | | | | | | | | | | | | | | | | | | Patch by Andreas Stührk.
| | | * | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
| | | | |
* | | | | merge headsBenjamin Peterson2011-07-151-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-151-0/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | embedding Python. Patch by Andreas Stührk.
| | * | | Issue #11321: Fix a crash with multiple imports of the _pickle module whenAntoine Pitrou2011-07-151-0/+3
| | | | | | | | | | | | | | | | | | | | embedding Python. Patch by Andreas Stührk.
* | | | | merge 3.2 (#11627)Benjamin Peterson2011-07-151-0/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | catch nasty exception classes with __new__ that doesn't return a exception ↵Benjamin Peterson2011-07-151-0/+3
| |/ / | | | | | | | | | | | | | | | (closes #11627) Patch from Andreas Stührk.
| * | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
| | |
* | | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-142-0/+4
| | | | | | | | | | | | Patch by Iñigo Serna.
* | | Add cgi.closelog() function to close the log fileVictor Stinner2011-07-141-0/+2
| | |
* | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.Charles-François Natali2011-07-141-0/+2
| | |
* | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+3
|\ \ \ | |/ / | | | | | | as the processor type on some Mac systems.
| * | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+3
| | | | | | | | | | | | | | | as the processor type on some Mac systems. Also fix NameError in fallback _mac_ver_gestalt function. And remove out-of-date URL in docs.
* | | (merge 3.2) Close #4376: ctypes now supports nested structures in a endianVictor Stinner2011-07-132-0/+4
|\ \ \ | |/ / | | | | | | different than the parent structure. Patch by Vlad Riscutia.
| * | Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-132-0/+4
| | | | | | | | | | | | the parent structure. Patch by Vlad Riscutia.
* | | Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a ↵Antoine Pitrou2011-07-131-0/+3
|\ \ \ | |/ / | | | | | | TextIOWrapper to a huge value, not TypeError.
| * | Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a ↵Antoine Pitrou2011-07-131-0/+3
| | | | | | | | | | | | TextIOWrapper to a huge value, not TypeError.