summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* document the performance fix to builtin_sum().Alex Martelli2003-10-251-0/+6
* Added itertools.tee()Raymond Hettinger2003-10-241-15/+18
* - The pwd module incorrectly advertised its struct type asGuido van Rossum2003-10-231-0/+4
* Note the update to Expat 1.95.7.Fred Drake2003-10-211-0/+2
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-201-2/+2
* Modified the Py_RETURN_* macros by having the statements surrounded by {} inBrett Cannon2003-10-191-0/+3
* Patch #823259: Update spec file:Martin v. Löwis2003-10-191-12/+25
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-0/+2
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-171-0/+4
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-0/+9
* Added Bjorn Pettersen for initial conversion of Lib/platform.py's docstring t...Brett Cannon2003-10-141-0/+1
* Extended tuple's C API to include a new function, PyTuple_Pack() that isRaymond Hettinger2003-10-121-0/+5
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-121-0/+2
* Add mention of urlparse becoming RFC 2396 compliant.Brett Cannon2003-10-121-0/+2
* See rev. 1.250 for log messageBrett Cannon2003-10-121-0/+1
* SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net):Guido van Rossum2003-10-082-0/+4
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-051-0/+8
* two bugfixesAnthony Baxter2003-10-041-0/+4
* A helper to dump info about the current frame,Jeremy Hylton2003-10-031-0/+9
* forgot the NEWS blurb about the change to csv.DictReaderSkip Montanaro2003-10-031-0/+4
* Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.Martin v. Löwis2003-10-031-0/+2
* updates from seanAnthony Baxter2003-09-243-51/+12
* Added codec for bz2 compression.Raymond Hettinger2003-09-231-0/+3
* New for unittest.py.Guido van Rossum2003-09-221-0/+2
* Added test whether wchar_t is signed or not. A signed wchar_t is not usable a...Marc-André Lemburg2003-09-221-0/+4
* Patch #800697: Add readline.clear_history.Martin v. Löwis2003-09-201-0/+2
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-201-0/+3
* Double-fix of crash in Unicode freelist handling.Jeremy Hylton2003-09-161-0/+5
* SF #662923Raymond Hettinger2003-09-121-0/+4
* select.select() now accepts a sequence (as defined by PySequence_Fast()) forBrett Cannon2003-09-101-0/+2
* mention new module doc display feature of pydoc in libref and NEWSSkip Montanaro2003-09-101-0/+5
* SF bug 801631: file.truncate fault on windows.Tim Peters2003-09-071-0/+4
* **kwds arg was missing from __init__ for Dict{Reader,Writer} classes.Skip Montanaro2003-09-061-0/+3
* NEWS about email package 794466 patch.Barry Warsaw2003-09-031-1/+2
* Document the Pynche patch.Barry Warsaw2003-09-031-0/+3
* SF 798269: bug fix for doctest (sf bug id: 798254Raymond Hettinger2003-09-021-0/+1
* SF patch #798534: Windows os.popen needlessly gets a reference to tuple ()Raymond Hettinger2003-09-011-0/+1
* SF patch #798467: Update docstring of has_key for bool changesRaymond Hettinger2003-09-011-0/+1
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-271-0/+3
* Added doubled word warnings.Raymond Hettinger2003-08-251-0/+2
* Describe the fix to the email package.Barry Warsaw2003-08-191-0/+3
* This started opening files in text mode by default in the 2.3 release,Tim Peters2003-08-181-0/+6
* Improvements to set.py:Raymond Hettinger2003-08-171-1/+4
* Make sets.py compatible with Py2.2Raymond Hettinger2003-08-151-0/+2
* complex_new(): This could leak when the argument was neither string norTim Peters2003-08-151-0/+3
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-132-0/+3
* mention pymemcompat.h in Misc/READMEMichael W. Hudson2003-08-111-0/+1
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-091-0/+4
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+2
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-0/+3