summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* Issue #6160: The bbox() method of tkinter.Spinbox now returns a tuple ofSerhiy Storchaka2013-11-031-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
* | 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
* | | Add NEWS header for 3.3.4.Georg Brandl2013-10-281-2/+13
* | | Issue #19227: Try to fix deadlocks caused by re-seeding then OpenSSLGeorg Brandl2013-10-271-0/+3
* | | 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
* | | 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
* | | Issue #19400: Prevent extension module build failures with Xcode 5 on OS XNed Deily2013-10-251-0/+4
* | | Issue #19392: Document that imp.reload() now relies on __loader__Brett Cannon2013-10-251-0/+3
* | | Issue #19019: Change the OS X installer build script to use CFLAGS insteadNed Deily2013-10-251-0/+5
* | | Issue #15663: Tcl/Tk 8.5.15 is now included with the OS X 10.6+Ned Deily2013-10-251-0/+6
* | | Issue #1584: Provide options to override default search paths for Tcl and TkNed Deily2013-10-251-0/+3
* | | Issue #19288: Fixed the "in" operator of dbm.gnu databases for stringSerhiy Storchaka2013-10-241-0/+3
* | | Issue #19287: Fixed the "in" operator of dbm.ndbm databases for stringSerhiy Storchaka2013-10-241-0/+3
* | | 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 i...Antoine Pitrou2013-10-231-0/+3
* | | Issue #19352: Fix unittest discovery when a module can be reached through sev...Antoine Pitrou2013-10-231-0/+3
* | | Issue #15207: Fix mimetypes to read from correct area in Windows registry (Or...Tim Golden2013-10-221-0/+3
* | | Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in theChristian Heimes2013-10-221-0/+3
* | | #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+3
* | | Issue #16038: CVE-2013-1752: ftplib: Limit amount of data read bySerhiy Storchaka2013-10-201-0/+4
* | | Issue #18235: Fix the sysconfig variables LDSHARED and BLDSHARED under AIX.Antoine Pitrou2013-10-191-0/+3
* | | Issue #19279: UTF-7 decoder no more produces illegal strings.Serhiy Storchaka2013-10-191-0/+2
* | | Remove redundant empty lines.Serhiy Storchaka2013-10-181-1/+1
* | | Issue #19276: Fixed the wave module on 64-bit big-endian platforms.Serhiy Storchaka2013-10-171-0/+2
* | | Issue #14407: Fix unittest test discovery in test_concurrent_futures.Antoine Pitrou2013-10-151-0/+2
* | | Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-0/+2
* | | Issue #18776: atexit callbacks now display their full traceback when they rai...Antoine Pitrou2013-10-131-0/+3
* | | Merge headsSerhiy Storchaka2013-10-131-0/+3
|\ \ \
| * | | Issue #18919: Unified and extended tests for audio modules: aifc, sunau andSerhiy Storchaka2013-10-131-0/+3
* | | | Issue #17827: Document codecs.encode and codecs.decodeNick Coghlan2013-10-131-0/+3
|/ / /
* | | Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-10-121-0/+4
* | | Issue #18919: If the close() method of a writer in the sunau or wave moduleSerhiy Storchaka2013-10-121-0/+4
* | | Issue #19131: The aifc module now correctly reads and writes sampwidth ofSerhiy Storchaka2013-10-121-0/+3
* | | Repair format of NEWS entry.Tim Peters2013-10-091-1/+2
* | | Issue 19158: a rare race in BoundedSemaphore could allow .release() too often.Tim Peters2013-10-091-0/+2
* | | Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least...Antoine Pitrou2013-10-071-0/+3
* | | [issue19152] Revert 832579dbafd6.Eric Snow2013-10-031-2/+0
* | | Fix typo.Eric Snow2013-10-031-1/+1