summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* (Merge 3.3) Issue #18135: Fix a possible integer overflow inVictor Stinner2013-06-231-0/+4
|\
| * Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-0/+4
* | (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-231-0/+3
|\ \ | |/
| * Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+3
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+2
* | merge from 3.3Senthil Kumaran2013-06-201-4/+18
|\ \ | |/
| * Add -b and -X options to python man page.Senthil Kumaran2013-06-201-4/+18
* | merge 3.3 (#18248)Benjamin Peterson2013-06-191-0/+2
|\ \ | |/
| * fix libffi build on AIX (closes #18248)Benjamin Peterson2013-06-191-0/+2
| * merge headsChristian Heimes2013-06-192-0/+4
| |\
* | \ merge headsChristian Heimes2013-06-192-0/+4
|\ \ \
| * \ \ Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-182-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-182-0/+4
* | | | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-191-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18259: Declare sethostname in socketmodule.c for AIXChristian Heimes2013-06-191-0/+2
| |/
* | merge headsChristian Heimes2013-06-171-0/+3
|\ \
| * \ Merge headsSerhiy Storchaka2013-06-171-0/+3
| |\ \
| * \ \ Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-171-0/+3
| |\ \ \ | | | |/ | | |/|
| | * | Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-171-0/+3
* | | | Issue #18147: Add diagnostic functions to ssl.SSLContext().Christian Heimes2013-06-171-0/+4
| |_|/ |/| |
* | | Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore secondsChristian Heimes2013-06-171-0/+3
|/ /
* | Issue #18076: Introduce imoportlib.util.decode_source().Brett Cannon2013-06-161-0/+2
* | importlib.abc.SourceLoader.get_source() was re-raising SyntaxError andBrett Cannon2013-06-161-0/+3
* | Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoaderBrett Cannon2013-06-161-0/+4
* | Issue #17177: The imp module is pending deprecation.Brett Cannon2013-06-161-0/+2
* | Prevent a possible double close of parent pipe fds when the subprocessGregory P. Smith2013-06-161-0/+4
|\ \ | |/
| * news entry for subprocess double close fix.Gregory P. Smith2013-06-161-0/+4
* | Merge with 3.3Andrew Kuchling2013-06-151-0/+3
|\ \ | |/
| * #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+3
* | merge w/ 3.3Brett Cannon2013-06-151-0/+2
|\ \ | |/
| * Drop some dead imports of impBrett Cannon2013-06-151-0/+2
* | Issue #18194: Introduce importlib.util.cache_from_source() andBrett Cannon2013-06-151-0/+4
* | Closes issue 17947. Adds PEP-0435 (Adding an Enum type to the Python standar...Ethan Furman2013-06-141-0/+2
* | Issue #17907: Document types.ModuleType's constructor and attributes,Brett Cannon2013-06-141-0/+3
* | Issue #18192: Introduce importlib.util.MAGIC_NUMBER and document theBrett Cannon2013-06-141-0/+3
* | mergeBrett Cannon2013-06-142-0/+4
|\ \
| * | Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache.Ned Deily2013-06-142-0/+4
* | | Issue #17222: Raise FileExistsError when py_compile.compile wouldBrett Cannon2013-06-141-0/+3
|/ /
* | Issue #18193: Add importlib.reload(), documenting (but notBrett Cannon2013-06-141-0/+2
* | Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...Christian Heimes2013-06-141-0/+2
|\ \ | |/
| * Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 o...Christian Heimes2013-06-141-0/+5
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-0/+4
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-0/+3
* | #18196: merge with 3.3Roger Serwy2013-06-121-0/+2
|\ \ | |/
| * #18196: Avoid displaying spurious SystemExit tracebacks.Roger Serwy2013-06-121-0/+2
* | #5492: merge with 3.3Roger Serwy2013-06-121-0/+2
|\ \ | |/
| * #5492: Avoid traceback when exiting IDLE caused by a race condition.Roger Serwy2013-06-121-0/+2
* | Issue #18157: stop using imp.load_module() in imp.Brett Cannon2013-06-111-0/+2
* | #17511: merge with 3.3.Roger Serwy2013-06-112-0/+4
|\ \ | |/
| * #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-112-0/+4