summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19523: Closed FileHandler leak which occurred when delay was set.Vinay Sajip2013-11-151-0/+2
|
* Issue #13674 Updated NEWSTim Golden2013-11-121-0/+3
|
* Issue #19440: Clean up test_capiZachary Ware2013-11-121-0/+4
|
* Correct a merge error in Misc/NEWSZachary Ware2013-11-121-1/+1
|
* Issue #19544 and Issue #6286: Restore use of urllib over http allowing use ↵Jason R. Coombs2013-11-101-0/+4
| | | | of http_proxy for Distutils upload command, a feature accidentally lost in the rollback of distutils2.
* Issue 19544 and Issue #7457: Restore the read_pkg_file method to ↵Jason R. Coombs2013-11-101-0/+4
| | | | distutils.dist.DistributionMetadata accidentally removed in the undo of distutils2.
* Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.Serhiy Storchaka2013-11-091-0/+2
|
* Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid readStefan Krah2013-11-081-0/+9
| | | | of size 8: wcscmp (wcscmp.S:464))
* #19480: HTMLParser now accepts all valid start-tag names as defined by the ↵Ezio Melotti2013-11-071-0/+3
| | | | HTML5 standard.
* Issue #15663: Revert OS X installer built-in Tcl/Tk support for 3.3.3.Ned Deily2013-11-051-0/+8
| | | | | | | Some third-party projects, such as matplotlib and PIL/Pillow, depended on being able to build with Tcl and Tk frameworks in /Library/Frameworks. They were unable to build with the built-in Tcl/Tk and/or execute correctly.
* Issue #18702: All skipped tests now reported as skipped.Serhiy Storchaka2013-11-031-0/+2
|
* Issue #10197: merge headsTim Golden2013-11-031-0/+3
|\
| * Issue #10197 Rework subprocess.get[status]output to use subprocess ↵Tim Golden2013-11-031-0/+3
| | | | | | | | functionality and thus to work on Windows. Patch by Nick Coghlan.
* | 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
|/ | | | integers instead of a string. Based on patch by Guilherme Polo.
* 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
| |
* | Issue #19085: Added basic tests for all tkinter widget options.Serhiy Storchaka2013-11-021-0/+5
| |
* | 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
| | |
* | | #19395: Raise exception when pickling a (BZ2|LZMA)(Compressor|Decompressor).Nadeem Vawda2013-10-281-0/+4
| | | | | | | | | | | | | | | | | | | | | The underlying C libraries provide no mechanism for serializing compressor and decompressor objects, so actually pickling these classes is impractical. Previously, these objects would be pickled without error, but attempting to use a deserialized instance would segfault the interpreter.
* | | 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 #19227: Try to fix deadlocks caused by re-seeding then OpenSSLGeorg Brandl2013-10-271-0/+3
| | | | | | | | | | | | pseudo-random number generator on fork().
* | | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more thanGeorg Brandl2013-10-271-0/+3
| | | | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen.
* | | Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-0/+4
| | | | | | | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
* | | Issue #16041: CVE-2013-1752: poplib: Limit maximum line lengths to 2048 toGeorg Brandl2013-10-271-0/+4
| | | | | | | | | | | | | | | prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
* | | Issue #17997: Change behavior of ``ssl.match_hostname()`` to follow RFC 6125,Georg Brandl2013-10-271-0/+4
| | | | | | | | | | | | | | | for security reasons. It now doesn't match multiple wildcards nor wildcards inside IDN fragments.
* | | Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limitGeorg Brandl2013-10-271-3/+7
| | | | | | | | | | | | line length. Patch by Emil Lind.
* | | just return toplevel symbol table rather than all blocks (closes #19393)Benjamin Peterson2013-10-261-0/+3
| | |
* | | Close #19339: telnetlib module is now using time.monotonic() when available toVictor Stinner2013-10-261-0/+3
| | | | | | | | | | | | compute timeout.
* | | Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-251-0/+4
| | | | | | | | | | | | | | | 10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
* | | Issue #19392: Document that imp.reload() now relies on __loader__Brett Cannon2013-10-251-0/+3
| | | | | | | | | | | | being defined on top of __name__.
* | | Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-251-0/+5
| | | | | | | | | | | | | | | | | | of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
* | | Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-251-0/+6
| | | | | | | | | | | | | | | | | | | | | 64-bit/32-bit installer for 10.6+. It is no longer necessary to install a third-party version of Tcl/Tk 8.5 to work around the problems in the Apple-supplied Tcl/Tk 8.5 shipped in OS X 10.6 and later releases.
* | | Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when building _tkinter. configure has two new options; if used, both must be specified: ./configure \ --with-tcltk-includes="-I/opt/local/include" \ --with-tcltk-libs="-L/opt/local/lib -ltcl8.5 -ltk8.5" In addition, the options can be overridden with make: make \ TCLTK_INCLUDES="-I/opt/local/include" \ TCLTK_LIBS="-L/opt/local/lib -ltcl8.6 -ltk8.6"
* | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+3
| | | | | | | | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
* | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+3
| | | | | | | | | | | | argument. Original patch by Arfrever Frehtes Taifersar Arahesis.
* | | Issue #19327: Fixed the working of regular expressions with too big charset.Serhiy Storchaka2013-10-241-0/+2
| | |
* | | Increase the coverage of macurl2path. Patch by Colin Williams.Senthil Kumaran2013-10-241-0/+3
| | |
* | | Issue #19356: Avoid using a C variabled named "_self", it's a reserved word ↵Antoine Pitrou2013-10-231-0/+3
| | | | | | | | | | | | in some C compilers.
* | | Issue #19352: Fix unittest discovery when a module can be reached through ↵Antoine Pitrou2013-10-231-0/+3
| | | | | | | | | | | | several paths (e.g. under Debian/Ubuntu with virtualenv).
* | | Issue #19340: Fix test_sysconfig when Python is built with an empty prefix.Antoine Pitrou2013-10-231-0/+1
| | | | | | | | | | | | Patch by Sunny K.
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry ↵Tim Golden2013-10-222-0/+4
| | | | | | | | | | | | (Original patch by Dave Chambers)
* | | Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in theChristian Heimes2013-10-221-0/+3
| | | | | | | | | | | | Python executable and not removed by the linker's optimizer.
* | | #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-212-0/+4
| | |
* | | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-0/+4
| | | | | | | | | | | | | | | limiting the call to readline(). Original patch by Michał Jastrzębski and Giampaolo Rodola.
* | | Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-0/+3
| | | | | | | | | | | | Patch by David Edelsohn.
* | | Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+2
| | |