- 97bc618 list_inplace_concat() is now expressed in terms of list_extend() which by Raymond Hettinger · 21 years ago
- 4252a7a Make buffer objects based on mutable objects (like array) safe. by Neil Schemenauer · 21 years ago
- 0eadcd9 Document one of the many problems with the buffer object. by Neil Schemenauer · 21 years ago
- 5e3a675 Rename static functions, they should not have the _Py prefix. by Neil Schemenauer · 21 years ago
- 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
- 66d31f8 Use memcpy() instead of memmove() when the buffers are known to be distinct. by Raymond Hettinger · 21 years ago
- ef9bf40 Tidied up the implementations of reversed (including the custom ones by Raymond Hettinger · 21 years ago
- d2c3626 Eliminate the double reverse option. It's only use case by Raymond Hettinger · 21 years ago
- a6366fe Optimize inner loops for subscript, repeat, and concat. by Raymond Hettinger · 21 years ago
- f889e10 Optimize slice assignments. by Raymond Hettinger · 21 years ago
- 9168c70 SF Patch #912462: Relocate \end tag to the right place. by Hye-Shik Chang · 21 years ago
- f114a3a Refactor and optimize code for UNPACK_SEQUENCE. by Raymond Hettinger · 21 years ago
- 4b6b7f1 Remove calls to currentThread() in _Condition methods that were side-effect. by Brett Cannon · 21 years ago
- 3fd500b The copy module now handles sets directly. The __copy__ methods are no by Raymond Hettinger · 21 years ago
- 3e47f65 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 21 years ago
- 6ec0996 SF patch #907403: Improvements to cStringIO.writelines() by Raymond Hettinger · 21 years ago
- 73360a3 Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe by Kurt B. Kaiser · 21 years ago
- 4102478 Removed spurious import statement by Vinay Sajip · 21 years ago
- b7d05db Optimize tuple_slice() and make further improvements to list_slice() by Raymond Hettinger · 21 years ago
- f0e3569 Refactor the copy dispatcher code in copy.py. Simplifies and shortens by Raymond Hettinger · 21 years ago
- 99842b6 Small optimizations for list_slice() and list_extend_internal(). by Raymond Hettinger · 21 years ago
- ebedb2f Factor out code common to PyDict_Copy() and PyDict_Merge(). by Raymond Hettinger · 21 years ago
- 8172ac3 Deal with possible case of having time.tzname[1] containing UTC or GMT. by Brett Cannon · 21 years ago
- dd80f76 SF patch #910929: Optimize list comprehensions by Raymond Hettinger · 21 years ago
- bff63f0 update version at top of file by Skip Montanaro · 21 years ago
- 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 21 years ago
- 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 21 years ago
- 30e97db SF Patch #902444: Use process scope thread on FreeBSD. System scope by Hye-Shik Chang · 21 years ago
- e2b61e0 * explain flags in doc strings by Skip Montanaro · 21 years ago
- 47db165 Fixed invalid syntax. by Sjoerd Mullender · 21 years ago
- 6babcc2 typo by Skip Montanaro · 21 years ago
- 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 21 years ago
- d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 21 years ago
- 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 21 years ago
- 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 21 years ago
- 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 21 years ago
- 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 21 years ago
- 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 21 years ago
- fe99927 - Allow easy opening of experimental database, if pimp >= 0.4 by Jack Jansen · 21 years ago
- 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 21 years ago
- afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 21 years ago
- 3f74284 Minor documentation changes by Vinay Sajip · 21 years ago
- fb0521f Use versionadded for new features by Neal Norwitz · 21 years ago
- a9208f1 Get rid of unused variable by Neal Norwitz · 21 years ago
- 3e0877e Add version changed/added to doc by Neal Norwitz · 21 years ago
- bc72c5a Speed-up the joiner call by avoiding Py_BuildValue(). by Raymond Hettinger · 21 years ago
- 2460c62 made cPickle fall back to the copy_reg/reduce protocol, by Christian Tismer · 21 years ago
- d594849 Ignore sizehint argument. Fixes SF #844561. by Marc-André Lemburg · 21 years ago
- 6bee23c Oops, didn't mean to commit the removal of float_compare! by Michael W. Hudson · 21 years ago
- 957f977 Pass a variable that actually exists to PyFPE_END_PROTECT in by Michael W. Hudson · 21 years ago
- a7befda Fixes SF bug # 778421 by Gregory P. Smith · 21 years ago
- 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 21 years ago
- e7e9bf2 kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. by Jack Jansen · 21 years ago
- 49be4cc Setup file to allow the QuickTime for 2.4 to be compiled by Jack Jansen · 21 years ago
- 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 21 years ago
- b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 21 years ago
- f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 21 years ago
- 2b55d35 Reflow long line. by Jeremy Hylton · 21 years ago
- 361d66d Fix wrong character mapping in koi8_u: SF bug #902501. by Marc-André Lemburg · 21 years ago
- f42d95e Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.close() [SF #901330] by Vinay Sajip · 21 years ago
- 3f9f84d Handler close() functions call flush() [SF #901330] by Vinay Sajip · 21 years ago
- 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 21 years ago
- 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 21 years ago
- 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 21 years ago
- 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 21 years ago
- 6837f65 Solution and project file to build wininstXX.exe with MSVC7.1 (Visual by Thomas Heller · 21 years ago
- cad71d0 To avoid problems with conflicting dlls, the windows installers built by Thomas Heller · 21 years ago
- 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 21 years ago
- a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 21 years ago
- bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 21 years ago
- ed6bb14 Copyright year & version number/version date changes. by Vinay Sajip · 21 years ago
- 48cfe38 Copyright year change. by Vinay Sajip · 21 years ago
- 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 21 years ago
- 781380c - "Mac OS" should always include the space by Fred Drake · 21 years ago
- 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 21 years ago
- a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 21 years ago
- c54d925 minor markup improvements by Fred Drake · 21 years ago
- d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 21 years ago
- bbca8da Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 21 years ago
- fa6c6f8 Keep the list.pop() optimization while restoring the many possibility by Raymond Hettinger · 21 years ago
- 44dbae8 Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS by Neal Norwitz · 21 years ago
- 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 21 years ago
- e2b4b32 Implementation of patch 869468 by David Ascher · 21 years ago
- f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 21 years ago
- 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 21 years ago
- 9eb86b3 Double the speed of list.pop() which was spending most of its time parsing by Raymond Hettinger · 21 years ago
- 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 21 years ago
- 70a30e8 markup correction by Fred Drake · 21 years ago
- 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 21 years ago
- 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 21 years ago
- d3c810e Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 21 years ago
- a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 21 years ago
- d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 21 years ago
- 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 32d23c9 Fix typo. by Neil Schemenauer · 21 years ago
- fa7b9d8 * Moved the responsibility for emptying the previous list from list_fill by Raymond Hettinger · 21 years ago
- 90a39bf Refactor list_extend() and list_fill() for gains in code size, memory by Raymond Hettinger · 21 years ago
- ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 21 years ago
- 2731ae4 Fix missing return value. Spotted by Neal Norwitz by Raymond Hettinger · 21 years ago
- 601b963 - Fixing annoying warnings. by Gustavo Niemeyer · 21 years ago