summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18071: Extension module builds on OS X could fail with TypeErrorNed Deily2013-07-311-0/+3
* Issue #18539: Calltips now work for float default arguments.Terry Jan Reedy2013-07-261-0/+2
* #14853: remove test that was making too many assumptions about stdin. Patch ...Ezio Melotti2013-07-251-0/+1
* Issue #18439: Move news entry misplaced by graft merge.Terry Jan Reedy2013-07-221-2/+2
* Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-0/+2
* Issue #18513: Add workaround for OS X 10.8 cexp bug that leads to wrong cmath...Raymond Hettinger2013-07-201-0/+3
* Issue #18448: Fix a typo in Demo/newmetaclasses/Eiffel.py.Serhiy Storchaka2013-07-161-0/+2
* Issue #18455: multiprocessing should not retry connect() with same socket.Richard Oudkerk2013-07-151-0/+2
* Move entry from #18427 to the right section in the NEWS fileRonald Oussoren2013-07-151-2/+2
* Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch byTerry Jan Reedy2013-07-132-0/+6
* Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+3
* Issue #18427: str.replace could crash the interpreter with huge strings.Ronald Oussoren2013-07-111-1/+3
* Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-061-0/+6
* Issue #18347: ElementTree's html serializer now preserves the case of closing...Christian Heimes2013-07-041-0/+3
* Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé.Antoine Pitrou2013-07-041-0/+2
* Issue #17261: Ensure multiprocessing's proxies use proper address.Richard Oudkerk2013-07-021-0/+2
* Issue #17097: Make multiprocessing ignore EINTR.Richard Oudkerk2013-07-011-0/+2
* Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-011-0/+3
* Issue #8515: Set __file__ when run file in IDLE. Backport 2c276d0553ff byTerry Jan Reedy2013-06-302-0/+4
* #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-1/+6
* Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-0/+1
* Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the inputVictor Stinner2013-06-241-2/+3
* Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+3
* Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write()Victor Stinner2013-06-231-0/+3
* Issue #18137: Detect integer overflow on precision in float.__format__()Victor Stinner2013-06-231-0/+3
* Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn.Antoine Pitrou2013-06-182-0/+4
* Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-dataSerhiy Storchaka2013-06-171-0/+3
* #18113: Objects associated to a curses.panel object with set_userptr() were l...Andrew Kuchling2013-06-151-0/+3
* #5492: Avoid traceback when exiting IDLE caused by a race condition.Roger Serwy2013-06-121-0/+2
* #17511: Keep IDLE find dialog open after clicking "Find Next".Roger Serwy2013-06-112-0/+4
* Issue #18038: SyntaxError raised during compilation sources with illegalSerhiy Storchaka2013-06-091-0/+3
* #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev.Ezio Melotti2013-06-081-0/+1
* Issue #18094: test_uuid no more reports skipped tests as passed.Serhiy Storchaka2013-05-311-0/+2
* Issue #15392: Create a unittest framework for IDLE, 2.7 version.Terry Jan Reedy2013-05-302-0/+4
* Issue #18098: The deprecated OS X Build Applet.app fails to build onNed Deily2013-05-301-0/+7
* #17403: urllib.parse.robotparser normalizes the urls before adding to ruleline.Senthil Kumaran2013-05-291-0/+4
* Issue #18080: When building a C extension module on OS X, if the compilerNed Deily2013-05-281-0/+5
* Issue #18015: Fix unpickling of 2.7.3 and 2.7.4 namedtuples.Raymond Hettinger2013-05-271-0/+2
* Issue #17269: Workaround for a platform bug in getaddrinfo on OSXRonald Oussoren2013-05-241-1/+4
* Issue #17532: Always include Options menu for IDLE on OS X.Ned Deily2013-05-222-0/+4
* implement missing inequality on WeakSetBenjamin Peterson2013-05-221-0/+2
* Issue #17844: Refactor a documentation of Python specific encodings.Serhiy Storchaka2013-05-221-1/+6
* Issue #17979: Fixed the re module in build with --disable-unicode.Serhiy Storchaka2013-05-211-0/+2
* #14146: Highlight source line while debugging on Windows.Roger Serwy2013-05-211-0/+6
* add missing NULL check (closes #18019)Benjamin Peterson2013-05-201-0/+3
* Issue #11995: test_pydoc doesn't import all sys.path modules anymore.Antoine Pitrou2013-05-191-0/+6
* Issue #17981: Closed socket on error in SysLogHandler.Vinay Sajip2013-05-161-0/+2
* - Fix typos in the multiprocessing module.doko@ubuntu.com2013-05-151-0/+2
* - Issue #17754: Make ctypes.util.find_library() independent of the locale.doko@ubuntu.com2013-05-151-0/+1
* Issue #17606: Fixed support of encoded byte strings in the XMLGeneratorSerhiy Storchaka2013-05-122-0/+5