summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* Patch #957398: Add public API for Generator Object/Type.Martin v. Löwis2004-06-011-0/+3
* SF bug #942952: Weakness in tuple hashRaymond Hettinger2004-06-011-0/+3
* Copy from python-2.3.spec. Incorporate patch #961465:Martin v. Löwis2004-05-311-11/+16
* SF patch 959726: sdist versus SVNTim Peters2004-05-311-3/+7
* Patch #963318: Add support for client-side cookie management.Martin v. Löwis2004-05-311-0/+4
* Add weakref support to sockets and re pattern objects.Raymond Hettinger2004-05-311-0/+3
* stupid, stupid, stupid... raw_input() already supports readline() if theSkip Montanaro2004-05-241-5/+0
* Exposed readline() function from the readline module.Skip Montanaro2004-05-231-0/+5
* SF bug #949329: sets.Set() --> set()Raymond Hettinger2004-05-191-0/+2
* SF patch #872326: Generator expression implementationRaymond Hettinger2004-05-192-0/+3
* date typo in %changelogSkip Montanaro2004-05-171-1/+1
* Fix SF item #876278: Unbounded recursion in modulefinder.Thomas Heller2004-05-111-0/+2
* Swap public and system ID in start_doctype_decl. Fixes #780300.Martin v. Löwis2004-05-061-0/+3
* SF patch #947476: Apply freelist technique to listsRaymond Hettinger2004-05-051-0/+3
* Forgot to mention the SF number, and that Bob Ippolito provided the patch.Thomas Heller2004-04-221-1/+2
* Two new public API functions, Py_IncRef and Py_DecRef. Useful forThomas Heller2004-04-221-0/+4
* SF #926075: Fixed the bug that returns a wrong pattern object forHye-Shik Chang2004-04-201-0/+4
* Bug #934635: Fix a bug where the configure script couldn't detectHye-Shik Chang2004-04-141-0/+3
* note --trackcalls flag in trace moduleSkip Montanaro2004-04-071-0/+3
* Improve accuracy of sequence and mapping checks.Raymond Hettinger2004-04-041-0/+3
* If a file is opened with an explicit buffer size >= 1, repeatedAndrew MacIntyre2004-04-041-0/+4
* It would help if I deleted the old pystack!Skip Montanaro2004-04-021-23/+11
* include local variables when dumping Python stack traceSkip Montanaro2004-04-021-9/+36
* Patch #924497: find(1) all files with /usr/local/bin/python in them.Martin v. Löwis2004-03-311-5/+7
* Fixed a caching bug in platform.platform() where the argument of 'terse' wasBrett Cannon2004-03-251-1/+4
* Enable the profiling of C functions (builtins and extensions)Nicholas Bastin2004-03-241-0/+3
* ...for work done at PyCon 2004 (and beyond...)Nicholas Bastin2004-03-231-0/+1
* Make socket.sslerror a subclass of socket.error .Brett Cannon2004-03-231-0/+3
* Added command line options for profile.py - one for stats output fileNicholas Bastin2004-03-231-0/+3
* Added global runctx function to profile to fix SF Bug #716587Nicholas Bastin2004-03-221-0/+2
* Changed file.name to be the object passed as the 'name' argument to file()Nicholas Bastin2004-03-211-0/+2
* Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL.Hye-Shik Chang2004-03-211-0/+3
* Update URLsAndrew M. Kuchling2004-03-211-2/+2
* Moved tracebackobject to traceback.h, Closes SF Bug #497067Nicholas Bastin2004-03-211-0/+2
* [693255] also back out corresponding NEWS item...Just van Rossum2004-03-211-2/+0
* Patch #853488: Tix hlist missing entryconfigure and entrycget methods.Martin v. Löwis2004-03-211-0/+2
* Improve byte coding for multiple assignments.Raymond Hettinger2004-03-211-0/+3
* Limit the nesting depth of a tuple passed as the second argument toBrett Cannon2004-03-201-0/+4
* Remove non-existent paths.Brett Cannon2004-03-201-0/+2
* Add an entry for addition of the ptcp154 codec.Hye-Shik Chang2004-03-191-0/+2
* Add news entries for the dictionary optimizations.Raymond Hettinger2004-03-181-0/+4
* SF feature request #686323: Minor array module enhancementsRaymond Hettinger2004-03-141-1/+3
* Update the array overallocation scheme to match the approach used forRaymond Hettinger2004-03-141-1/+3
* SF patch #911431: robot.txt must be robots.txtRaymond Hettinger2004-03-131-1/+1
* SF bug #910986: copy.copy fails for array.arrayRaymond Hettinger2004-03-131-0/+2
* Use a new macro, PySequence_Fast_ITEMS to factor out code common toRaymond Hettinger2004-03-121-0/+3
* Make buffer objects based on mutable objects (like array) safe.Neil Schemenauer2004-03-111-0/+5
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-081-0/+5
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-071-0/+4
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-042-0/+5