summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke ma...Christian Heimes2013-08-171-0/+3
* Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytesChristian Heimes2013-08-161-0/+6
* Issue #18756: Improve error reporting in os.urandom() when the failure is due...Antoine Pitrou2013-08-161-0/+4
* Issue #18718: datetime documentation contradictory on leap second supportDavid Wolever2013-08-141-0/+3
* Add NEWS entry for 0f17aed78168 (issue #16248)Antoine Pitrou2013-08-131-0/+2
* Issue #17701: Improving strftime documentationDavid Wolever2013-08-121-0/+1
|\
* | Issue #18676: Change 'positive' to 'non-negative' in queue.py put and getTerry Jan Reedy2013-08-102-0/+4
* | Issue #18429: Add user-oriented News entry about Format / Format ParagraphTerry Jan Reedy2013-08-101-0/+4
* | Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py.Terry Jan Reedy2013-08-101-0/+3
* | #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-082-0/+4
* | Issue #15866: The xmlcharrefreplace error handler no more produces two XMLSerhiy Storchaka2013-08-061-0/+3
* | Issue #16067: Add description into MSI file to replace installer's temporary ...Martin v. Löwis2013-08-031-0/+2
* | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+2
* | Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-022-0/+4
* | 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