summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * explain flags in doc stringsSkip Montanaro2004-03-031-0/+5
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-021-0/+7
* Add pystack definition to Misc/gdbinit with some explanation of its behaviorSkip Montanaro2004-03-011-0/+23
* "Fix" (for certain configurations of the planets, includingMichael W. Hudson2004-02-191-0/+4
* Patch #892673: Replace /usr/local/bin/python withMartin v. Löwis2004-02-151-1/+38
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-151-0/+2
* * Moved the responsibility for emptying the previous list from list_fillRaymond Hettinger2004-02-151-0/+5
* Fine tune the speed/space trade-off for overallocating small lists.Raymond Hettinger2004-02-141-2/+2
* - Fixed #853061: allow BZ2Compressor.compress() to receive an empty stringGustavo Niemeyer2004-02-141-0/+3
* * Optimized list appends and pops by making fewer calls the underlying systemRaymond Hettinger2004-02-131-0/+11
* This is my patch #876198 plus a NEWS entry and a header frob.Michael W. Hudson2004-02-121-0/+4
* remove support for missing ANSI C header files (limits.h, stddef.h, etc).Skip Montanaro2004-02-101-0/+3
* SF patch #875689: >100k alloc wasted on startupRaymond Hettinger2004-02-081-0/+1
* Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocolJim Fulton2004-02-081-0/+4
* Remove support for --without-universal-newlines (see PEP 11).Skip Montanaro2004-02-071-0/+5
* added notes about weakref changesFred Drake2004-02-061-0/+15
* Fix input() builtin function to respect compiler flags.Hye-Shik Chang2004-02-021-0/+3
* Patch #874083: Bluetooth support for socket module.Martin v. Löwis2004-01-312-0/+4
* * Move collections.deque() in from the sandboxRaymond Hettinger2004-01-291-0/+7
* add hotshotmain refSkip Montanaro2004-01-271-0/+3
* Add news item about change in encodings search function.Marc-André Lemburg2004-01-201-0/+7
* Add a news entry for importing of CJK codecs.Hye-Shik Chang2004-01-171-0/+2
* document PEP 11 progress so far.Skip Montanaro2004-01-171-0/+8
* Remove support for SunOS 4.Skip Montanaro2004-01-171-4/+0