summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the double reverse option. It's only use caseRaymond Hettinger2004-03-102-17/+2
* Optimize inner loops for subscript, repeat, and concat.Raymond Hettinger2004-03-092-36/+59
* Optimize slice assignments.Raymond Hettinger2004-03-091-16/+17
* SF Patch #912462: Relocate \end tag to the right place.Hye-Shik Chang2004-03-091-1/+2
* Refactor and optimize code for UNPACK_SEQUENCE.Raymond Hettinger2004-03-081-27/+13
* Remove calls to currentThread() in _Condition methods that were side-effect.Brett Cannon2004-03-081-2/+0
* The copy module now handles sets directly. The __copy__ methods are noRaymond Hettinger2004-03-081-4/+0
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-081-0/+5
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-082-30/+27
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-089-16/+42
* Removed spurious import statementVinay Sajip2004-03-081-2/+0
* Optimize tuple_slice() and make further improvements to list_slice()Raymond Hettinger2004-03-083-18/+28
* Refactor the copy dispatcher code in copy.py. Simplifies and shortensRaymond Hettinger2004-03-081-35/+17
* Small optimizations for list_slice() and list_extend_internal().Raymond Hettinger2004-03-081-9/+20
* Factor out code common to PyDict_Copy() and PyDict_Merge().Raymond Hettinger2004-03-081-20/+6
* Deal with possible case of having time.tzname[1] containing UTC or GMT.Brett Cannon2004-03-071-2/+2
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-076-3/+20
* update version at top of fileSkip Montanaro2004-03-051-2/+2
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-0411-55/+91
* Special case endpoint access for speed.Raymond Hettinger2004-03-041-10/+18
* SF Patch #902444: Use process scope thread on FreeBSD. System scopeHye-Shik Chang2004-03-041-1/+1
* * explain flags in doc stringsSkip Montanaro2004-03-033-15/+37
* Fixed invalid syntax.Sjoerd Mullender2004-03-033-3/+3
* typoSkip Montanaro2004-03-031-1/+1
* Added license notices that are required to be included in theRaymond Hettinger2004-03-031-1/+331
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-026-4/+112
* Replace left(), right(), and __reversed__() with the more general purposeRaymond Hettinger2004-03-014-148/+110
* Add pystack definition to Misc/gdbinit with some explanation of its behaviorSkip Montanaro2004-03-013-0/+30
* Make deque_type static so namespace is not polluted.Neal Norwitz2004-02-291-2/+2
* Cleanup: remove test file after it is used.Neal Norwitz2004-02-291-0/+1
* Improvements to collections.deque():Raymond Hettinger2004-02-294-18/+229
* - Allow easy opening of experimental database, if pimp >= 0.4Jack Jansen2004-02-281-9/+29
* getDefaultDatabase() should be a toplevel function, not a method of theJack Jansen2004-02-281-48/+46
* Started on version 0.4: better scheme for finding correct database:Jack Jansen2004-02-281-4/+50
* Minor documentation changesVinay Sajip2004-02-283-9/+11
* Use versionadded for new featuresNeal Norwitz2004-02-281-0/+4
* Get rid of unused variableNeal Norwitz2004-02-281-1/+0
* Add version changed/added to docNeal Norwitz2004-02-281-0/+2
* Speed-up the joiner call by avoiding Py_BuildValue().Raymond Hettinger2004-02-271-1/+5
* made cPickle fall back to the copy_reg/reduce protocol,Christian Tismer2004-02-261-0/+5
* Ignore sizehint argument. Fixes SF #844561.Marc-André Lemburg2004-02-261-10/+4
* Oops, didn't mean to commit the removal of float_compare!Michael W. Hudson2004-02-261-1/+1
* Pass a variable that actually exists to PyFPE_END_PROTECT inMichael W. Hudson2004-02-261-2/+2
* Fixes SF bug # 778421Gregory P. Smith2004-02-264-6/+39
* Make _spawn_posix be ready for EINTR. waitpid(2) can be interruptedHye-Shik Chang2004-02-241-1/+8
* kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.Jack Jansen2004-02-242-1/+5
* Setup file to allow the QuickTime for 2.4 to be compiledJack Jansen2004-02-242-0/+17
* fix typo in reference to RFC 3464 DSN MIME typeFred Drake2004-02-241-1/+1
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-242-7/+19
* fix English usage error reported by Ken FuchsFred Drake2004-02-241-2/+2