summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Fix ``Tools/scripts/checkpyc.py`` after PEP 3147.Florent Xicluna2010-08-091-0/+2
* Revert r83877 in order to fix compilationAntoine Pitrou2010-08-091-2/+2
* reapply the revert made in r83875Senthil Kumaran2010-08-091-2/+2
* Revert 83784 adding functools.lru_cache() to the re module.Raymond Hettinger2010-08-091-2/+2
* Issue 9396. Apply functools.lru_cache in the place of theRaymond Hettinger2010-08-091-2/+2
* Issue #8524: Add a forget() method to socket objects, so as to put theAntoine Pitrou2010-08-081-0/+4
* Fix xml.etree.ElementInclude to include the tail of the current node. Issue ...Florent Xicluna2010-08-081-0/+3
* Issue #477863: Print a warning at shutdown if gc.garbage is not empty.Antoine Pitrou2010-08-081-0/+2
* Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a...Florent Xicluna2010-08-081-0/+3
* Issue #5319: Print an error if flushing stdout fails at interpreterAntoine Pitrou2010-08-081-0/+3
* Issue #8047: Fix the xml.etree serializer to return bytes by default.Florent Xicluna2010-08-081-0/+3
* Fix issue6869: refcount problem in the _ctypes extension.Thomas Heller2010-08-081-1/+3
* Issue #7564: Skip test_ioctl if another process is attached to /dev/tty.Florent Xicluna2010-08-081-0/+2
* Typo.Florent Xicluna2010-08-081-1/+1
* Fix issue5504: ctypes does now work with systems where mmap can't beThomas Heller2010-08-081-0/+3
* Add a news entry for Issue8280.Senthil Kumaran2010-08-081-0/+4
* Issue #9507: Named tuple repr will now automatically display the rightRaymond Hettinger2010-08-081-0/+3
* Issue #8433: Fix test_curses failure for platforms with recent versions of nc...Mark Dickinson2010-08-071-0/+2
* Add xml subpackages, since they are likely to have different maintainers.R. David Murray2010-08-061-1/+8
* Fix #9324: Add parameter validation to signal.signal on Windows in orderBrian Curtin2010-08-061-0/+3
* In PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX, PY_SSIZE_T_MAX] rath...Mark Dickinson2010-08-061-0/+4
* Misc/NEWS entry for r83751.Mark Dickinson2010-08-061-0/+4
* Issue #9524: Document that two CTRL* signals are meant for use onlyBrian Curtin2010-08-051-0/+3
* Issue #6683: For SMTP logins we now try all authentication methods advertisedGerhard Häring2010-08-051-0/+4
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-0/+3
* Add Terry Reedy.Martin v. Löwis2010-08-041-0/+3
* Issue #8814: function annotations (the `__annotations__` attribute)Antoine Pitrou2010-08-042-0/+5
* Issue #9496: Provide a test suite for the rlcompleter module. Patch byAntoine Pitrou2010-08-042-0/+4
* I'm interested in threading issues as wellAntoine Pitrou2010-08-041-2/+2
* as per discussion with antoine revert changes made in 83708 as the user usein...Giampaolo Rodolà2010-08-042-3/+0
* Something fun to maintainAntoine Pitrou2010-08-041-1/+1
* fix issue #6822: ftplib's storline method doesn't work with text filesGiampaolo Rodolà2010-08-042-0/+3
* issue #8687: provides a test suite for sched.py moduleGiampaolo Rodolà2010-08-041-0/+5
* fix issue #2944: asyncore doesn't handle connection refused correctly (patch ...Giampaolo Rodolà2010-08-042-0/+3
* note smtpd module changes in NEWSRichard Jones2010-08-041-0/+3
* #3196: if needed pad a short base64 encoded word before trying to decode.R. David Murray2010-08-032-0/+4
* Misc/NEWS entry for r83677.Mark Dickinson2010-08-031-0/+2
* #9444: use first of prefix_chars for help opt instead of raising errorR. David Murray2010-08-032-0/+5
* Issue #8867: Fix `Tools/scripts/serve.py` to work with files containingAntoine Pitrou2010-08-031-0/+6
* Issue #8065: Fix another memory leak in readline module, from failure to freeMark Dickinson2010-08-031-0/+3
* Issue #9450: Fix memory leaks in readline.remove/replace_history_entry.Mark Dickinson2010-08-031-0/+3
* #7372: fix regression in pstats: a previous fix to handle cProfile data in ad...Georg Brandl2010-08-021-0/+3
* #9428: fix running scripts from profile/cProfile with their own name and the ...Georg Brandl2010-08-021-0/+3
* #9209 and #7781: fix two crashes in pstats interactive browser.Georg Brandl2010-08-021-0/+6
* Fix ACKS alphabetization.R. David Murray2010-08-011-1/+1
* Fix style of referring to issues.Georg Brandl2010-08-011-8/+8
* Update OrderedDict implementation to match that in Py2.7.Raymond Hettinger2010-08-011-0/+3
* Issue #8397: Raise an error when attempting to mix iteration and regularAntoine Pitrou2010-08-011-0/+3
* #5776: fix mistakes in python specfile. (Nobody probably uses it anyway.)Georg Brandl2010-08-011-2/+2
* Issue #9448: Fix a leak of OS resources (mutexes or semaphores) whenAntoine Pitrou2010-08-011-0/+3