summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #10197: merge headsTim Golden2013-11-031-0/+3
|\
| * Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-0/+3
| |\
| | * Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-0/+3
* | | Issue #6157: Fixed tkinter.Text.debug(). tkinter.Text.bbox() now raisesSerhiy Storchaka2013-11-031-0/+4
|\ \ \
| * | | Issue #6157: Fixed tkinter.Text.debug(). Original patch by Guilherme Polo.Serhiy Storchaka2013-11-031-0/+2
* | | | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-0/+3
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-0/+3
| |/
* | Close #19403: make contextlib.redirect_stdout reentrantNick Coghlan2013-11-031-0/+2
* | Close #19439: execute embedding tests on WindowsNick Coghlan2013-11-031-0/+3
* | Issue #4331: Added functools.partialmethodNick Coghlan2013-11-031-0/+2
* | Merge with 3.3 for Issue #19286.Jason R. Coombs2013-11-021-0/+3
|\ \ | |/
| * Merge with 3.2 for Issue #19286.Jason R. Coombs2013-11-021-0/+3
| |\
| | * Update NEWS for 265d369ad3b9.Jason R. Coombs2013-11-021-0/+3
* | | #15114: The html.parser module now raises a DeprecationWarning when the stric...Ezio Melotti2013-11-021-0/+3
* | | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+2
|\ \ \ | |/ /
| * | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+5
* | | Issue #19410: Put back in special-casing of '' forBrett Cannon2013-11-011-0/+3
* | | Issue #19413: Restore pre-3.3 reload() semantics of re-finding modules.Eric Snow2013-11-011-0/+2
* | | merge 3.3 (#19435)Benjamin Peterson2013-10-301-0/+2
|\ \ \ | |/ /
| * | merge 3.2 (#19435)Benjamin Peterson2013-10-301-0/+1
| |\ \ | | |/
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-301-0/+2
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+2
* | | | Issue #19424: Fix the warnings module to accept filename containing surrogateVictor Stinner2013-10-291-0/+3
* | | | Issue #19373: Add Misc/NEWS entry.Ned Deily2013-10-291-0/+3
* | | | Issue #17936: Fix O(n**2) behaviour when adding or removing many subclasses o...Antoine Pitrou2013-10-291-0/+3
* | | | Issue #19227 / Issue #18747: Remove pthread_atfork() handler to remove OpenSS...Christian Heimes2013-10-291-0/+3
|\ \ \ \ | |/ / /
| * | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-281-0/+4
| * | | Add NEWS header for 3.3.4.Georg Brandl2013-10-281-2/+13
| * | | Bump to 3.3.3rc1.Georg Brandl2013-10-271-1/+1
* | | | Issue #19420: Fix reference leak in module initalization code of _hashopenssl.cChristian Heimes2013-10-291-0/+3
* | | | Issue #19428: zipimport now handles errors when reading truncated or invalidVictor Stinner2013-10-291-0/+3
* | | | Issue #18408: Add a new PyFrame_FastToLocalsWithError() function to handleVictor Stinner2013-10-291-0/+4
* | | | Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.Tim Golden2013-10-271-0/+2
* | | | Issue #19390: Argument Clinic no longer accepts malformed Python and C ids.Larry Hastings2013-10-271-0/+5
* | | | #19227: merge with 3.3Georg Brandl2013-10-271-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSLGeorg Brandl2013-10-271-0/+3
* | | | merge with 3.3Georg Brandl2013-10-271-0/+18
|\ \ \ \ | |/ / /
| * | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-0/+3
| * | | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-0/+4
| * | | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-0/+4
| * | | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-271-0/+4
| * | | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-271-3/+7
* | | | Issue #19329: Optimized compiling charsets in regular expressions.Serhiy Storchaka2013-10-271-0/+2
* | | | merge 3.3 (#19393)Benjamin Peterson2013-10-261-0/+3
|\ \ \ \ | |/ / /
| * | | just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-261-0/+3
* | | | Close #19330 by using public classes in contextlibNick Coghlan2013-10-261-0/+5
* | | | Issue #18685: Restore re performance to pre-PEP 393 levels.Serhiy Storchaka2013-10-261-0/+2
* | | | Move Misc/NEWS entries in correct secton.Serhiy Storchaka2013-10-261-6/+6
* | | | (Merge 3.3) Close #19339: telnetlib module is now using time.monotonic() whenVictor Stinner2013-10-261-0/+3
|\ \ \ \ | |/ / /
| * | | Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-261-0/+3