summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Split the refleak mail body into two parts, the first being those failingSkip Montanaro2008-02-021-3/+14
* Update the leaky tests (ie, ignore these tests if they report leaks). This v...Neal Norwitz2008-02-021-1/+1
* Rewrite test_queue as unittest. Written for GHOP by Ian Seyer.Georg Brandl2008-02-021-0/+1
* Add GHOP contributor.Georg Brandl2008-02-021-0/+1
* Fixed bug #1983: Return from fork() is pid_t, not intChristian Heimes2008-01-311-0/+6
* Issue #1678380. Fix a bug that identifies 0j and -0j when they appearMark Dickinson2008-01-311-0/+3
* Bug #1234: Fixed semaphore errors on AIX 5.2Christian Heimes2008-01-301-0/+2
* Patch #1970 by Antoine Pitrou: Speedup unicode whitespace and linebreak detec...Christian Heimes2008-01-301-0/+3
* Update Vim syntax highlighting to specify what revision was used to generateBrett Cannon2008-01-293-8/+9
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+3
* Move C API entries to the corresponding section.Georg Brandl2008-01-261-38/+41
* #1473257: add generator.gi_code attribute that refers toGeorg Brandl2008-01-261-1/+5
* #1940: make it possible to use curses.filter() before curses.initscr()Georg Brandl2008-01-261-0/+4
* Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...Christian Heimes2008-01-251-1/+7
* News entry for r60265 (Issue 1920).Amaury Forgeot d'Arc2008-01-241-1/+6
* News about recently fixed crashers:Guido van Rossum2008-01-241-0/+4
* Updated for optional delay argument to FileHandler and subclasses.Vinay Sajip2008-01-241-1/+8
* Applied #1069410Christian Heimes2008-01-231-0/+4
* Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-231-0/+4
* Let pprint() support sets and frozensets (suggested by David Mertz).Raymond Hettinger2008-01-231-0/+2
* - Fix Issue #1703448: A joined thread could show up in theGregory P. Smith2008-01-221-0/+4
* accepts and closes issue #1221598: adds an optional callback to ftplib.FTPGregory P. Smith2008-01-221-0/+3
* Patch #1720595: add T_BOOL to the range of structmember types.Georg Brandl2008-01-211-0/+2
* #1715: include sub-extension modules in pydoc text output.Georg Brandl2008-01-211-0/+2
* Add NEWS entry for #1882.Georg Brandl2008-01-211-0/+3
* Updated to include news on recent logging fixes and documentation changes.Vinay Sajip2008-01-211-14/+31
* #1530959: change distutils build dir for --with-pydebug python builds.Georg Brandl2008-01-211-0/+4
* #1555501: document plistlib and move it to the general library.Georg Brandl2008-01-211-0/+2
* mmap is an extension module.Georg Brandl2008-01-211-2/+3
* #1087741: make mmap.mmap the type of mmap objects, not aGeorg Brandl2008-01-211-0/+2
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-211-0/+3
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-201-0/+3
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-201-0/+2
* #1664522: in urllib, don't read non-existing directories in ftp mode,Georg Brandl2008-01-201-0/+3
* #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-201-0/+3
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-201-0/+3
* note for r60121Gregory P. Smith2008-01-201-0/+3
* Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.Andrew M. Kuchling2008-01-202-0/+5
* Fixes/Accepts Patch for issue1189216 - Work properly with archivesGregory P. Smith2008-01-191-0/+3
* note about r60104Gregory P. Smith2008-01-191-0/+4
* Patch #1019808 from Federico Schwindt: Return correct socket error whenAndrew M. Kuchling2008-01-192-0/+4
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-191-0/+3
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-191-0/+3
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-191-0/+2
* missing from r60088 checkin.Skip Montanaro2008-01-191-0/+3
* Comment in NEWS regarding the change in trace.py.Facundo Batista2008-01-191-0/+3
* Patch #976880: add mmap .rfind() method, and 'end' paramter to .find().Andrew M. Kuchling2008-01-192-0/+5
* Sort two names into positionAndrew M. Kuchling2008-01-191-2/+2
* Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ...Andrew M. Kuchling2008-01-192-0/+4
* Fix issue #1822: MIMEMultipart.is_multipart() behaves correctly for aFacundo Batista2008-01-191-0/+3