summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bump version to 2.7.5Benjamin Peterson2013-05-122-2/+2
* prevent IDLE from trying to close when sys.stdin is reassigned (#17838)Benjamin Peterson2013-05-121-0/+2
* backout 214d8909513d for regressions (#1159051)Benjamin Peterson2013-05-111-3/+0
* -Wformat is needed by gcc 4.8 (closes #17547)Benjamin Peterson2013-05-111-0/+3
* Issue #16601: Restarting iteration over tarfile no more continues from whereSerhiy Storchaka2013-05-092-0/+4
* Issue 16584: in filecomp._cmp, catch IOError as well as os.error.Terry Jan Reedy2013-05-092-0/+4
* Fix NEWS orderAntoine Pitrou2013-05-081-8/+8
* Issue #17928: Fix test_structmembers on 64-bit big-endian machines.Antoine Pitrou2013-05-081-0/+2
* Issue #17926: Fix dbm.__contains__ on 64-bit big-endian machines.Antoine Pitrou2013-05-071-0/+2
* Issue #17918: When using SSLSocket.accept(), if the SSL handshake failed on t...Antoine Pitrou2013-05-061-0/+4
* Issue #17289: The readline module now plays nicer with external modules or ap...Antoine Pitrou2013-05-061-0/+4
* Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bitCharles-Francois Natali2013-05-061-0/+3
* #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.Ezio Melotti2013-05-051-0/+3
* Issue #14173: Avoid crashing when reading a signal handler during interpreter...Antoine Pitrou2013-05-041-0/+3
* #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial p...Ezio Melotti2013-05-042-0/+4
* Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions.Serhiy Storchaka2013-05-041-0/+2
* Issue #15535: Fix regression in pickling of named tuples.Raymond Hettinger2013-05-031-0/+3
* Issue #17712: Fix test_gdb failures on Ubuntu 13.04.Antoine Pitrou2013-04-301-0/+2
* move the NEWS entry to the right section and mention ctypes.Gregory P. Smith2013-04-301-3/+3
* NEWS entryGregory P. Smith2013-04-301-0/+3
* Add missing NEWS entry for issue #17843.Nadeem Vawda2013-04-281-0/+3
* #7152: Clarify that ProxyHandler is added only if proxy settings are detected.R David Murray2013-04-281-0/+1
* Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,Serhiy Storchaka2013-04-281-0/+3
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-241-0/+3
* Ensure that plistlib doesn't corrupt deeply nested datastructuresRonald Oussoren2013-04-231-0/+2
* Issue #11714: Use 'with' statements to assure a Semaphore releases aSerhiy Storchaka2013-04-222-0/+4
* Issue #17795: Reverted backwards-incompatible change in SysLogHandler with Un...Vinay Sajip2013-04-221-0/+3
* #17065: Use process-unique key for winreg test.R David Murray2013-04-211-0/+6
* Issue #17555: Fix ForkAwareThreadLock so that size of after forkRichard Oudkerk2013-04-171-0/+3
* #14735: Update IDLE docs to omit "Control-z on Windows".Roger Serwy2013-04-171-0/+2
* Issue #17710: Fix cPickle raising a SystemError on bogus input.Antoine Pitrou2013-04-151-0/+2
* Issue #17703: Fix a regression where an illegal use of Py_DECREF() after inte...Antoine Pitrou2013-04-151-0/+3
* #13510: clarify that f.readlines() is note necessary to iterate over a file. ...Ezio Melotti2013-04-151-0/+1
* #17341: Include name in re error message about invalid group name.R David Murray2013-04-142-0/+4
* Issue #17221: Resort Misc/NEWS.Serhiy Storchaka2013-04-141-138/+155
* Issue #17016: Get rid of possible pointer wraparounds and integer overflowsSerhiy Storchaka2013-04-132-0/+4
* null mergeAndrew Svetlov2013-04-132-4/+0
|\
| * Revert changes for #13355 by request from Raymond HettingerAndrew Svetlov2013-04-132-4/+0
* | - Issue #17536: Add to webbrowser's browser list: xdg-open, gvfs-open,doko@ubuntu.com2013-04-131-0/+3
|/
* Issue #16447: Fix potential segfault when setting __name__ on a class.Mark Dickinson2013-04-131-0/+3
* Issue #17656: Fix extraction of zip files with unicode member paths.Serhiy Storchaka2013-04-131-0/+2
* Issue #13355: Raise ValueError on random.triangular call with invalid params.Andrew Svetlov2013-04-122-0/+4
* #6696: add documentation for the Profile objects, and improve profile/cProfil...Ezio Melotti2013-04-122-0/+4
* #17585: Fixed IDLE regression. Now closes when using exit() or quit().Roger Serwy2013-04-121-0/+2
* - Issue #17086: Search the include and library directories provided by thedoko@ubuntu.com2013-04-101-0/+3
* - Issue #17682: Add the _io module to Modules/Setup.dist (commented out).doko@ubuntu.com2013-04-091-0/+5
* #17657: Show full Tk version in IDLE's about dialog.Roger Serwy2013-04-091-0/+3
* Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-081-0/+2
* - Issue #13150, #17512: sysconfig no longer parses the Makefile and config.hdoko@ubuntu.com2013-04-081-0/+4
* #17613: Prevent traceback when removing syntax colorizer in IDLE.Roger Serwy2013-04-071-0/+2