1. bff63f0 update version at top of file by Skip Montanaro · 20 years ago
  2. 31017ae SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ by Raymond Hettinger · 20 years ago
  3. 6c79a51 Special case endpoint access for speed. by Raymond Hettinger · 20 years ago
  4. 30e97db SF Patch #902444: Use process scope thread on FreeBSD. System scope by Hye-Shik Chang · 20 years ago
  5. e2b61e0 * explain flags in doc strings by Skip Montanaro · 20 years ago
  6. 47db165 Fixed invalid syntax. by Sjoerd Mullender · 20 years ago
  7. 6babcc2 typo by Skip Montanaro · 20 years ago
  8. 35c62e5 Added license notices that are required to be included in the by Raymond Hettinger · 20 years ago
  9. d1080a3 Have strftime() check its time tuple argument to make sure the tuple's values by Brett Cannon · 20 years ago
  10. 0a4977c Replace left(), right(), and __reversed__() with the more general purpose by Raymond Hettinger · 20 years ago
  11. 786ea6b Add pystack definition to Misc/gdbinit with some explanation of its behavior by Skip Montanaro · 20 years ago
  12. 87f1013 Make deque_type static so namespace is not polluted. by Neal Norwitz · 20 years ago
  13. 9a8d55e Cleanup: remove test file after it is used. by Neal Norwitz · 20 years ago
  14. 738ec90 Improvements to collections.deque(): by Raymond Hettinger · 20 years ago
  15. fe99927 - Allow easy opening of experimental database, if pimp >= 0.4 by Jack Jansen · 20 years ago
  16. 192bd96 getDefaultDatabase() should be a toplevel function, not a method of the by Jack Jansen · 20 years ago
  17. afd63b9 Started on version 0.4: better scheme for finding correct database: by Jack Jansen · 20 years ago
  18. 3f74284 Minor documentation changes by Vinay Sajip · 20 years ago
  19. fb0521f Use versionadded for new features by Neal Norwitz · 20 years ago
  20. a9208f1 Get rid of unused variable by Neal Norwitz · 20 years ago
  21. 3e0877e Add version changed/added to doc by Neal Norwitz · 20 years ago
  22. bc72c5a Speed-up the joiner call by avoiding Py_BuildValue(). by Raymond Hettinger · 20 years ago
  23. 2460c62 made cPickle fall back to the copy_reg/reduce protocol, by Christian Tismer · 20 years ago
  24. d594849 Ignore sizehint argument. Fixes SF #844561. by Marc-André Lemburg · 20 years ago
  25. 6bee23c Oops, didn't mean to commit the removal of float_compare! by Michael W. Hudson · 20 years ago
  26. 957f977 Pass a variable that actually exists to PyFPE_END_PROTECT in by Michael W. Hudson · 20 years ago
  27. a7befda Fixes SF bug # 778421 by Gregory P. Smith · 20 years ago
  28. 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 20 years ago
  29. e7e9bf2 kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes. by Jack Jansen · 20 years ago
  30. 49be4cc Setup file to allow the QuickTime for 2.4 to be compiled by Jack Jansen · 20 years ago
  31. 59e02c1 fix typo in reference to RFC 3464 DSN MIME type by Fred Drake · 20 years ago
  32. b3ee6f9 Fix two bugs in the new do_open() implementation for HTTPHandler. by Jeremy Hylton · 20 years ago
  33. f0ae427 fix English usage error reported by Ken Fuchs by Fred Drake · 20 years ago
  34. 2b55d35 Reflow long line. by Jeremy Hylton · 20 years ago
  35. 361d66d Fix wrong character mapping in koi8_u: SF bug #902501. by Marc-André Lemburg · 20 years ago
  36. f42d95e Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.close() [SF #901330] by Vinay Sajip · 20 years ago
  37. 3f9f84d Handler close() functions call flush() [SF #901330] by Vinay Sajip · 20 years ago
  38. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 20 years ago
  39. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 20 years ago
  40. 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 20 years ago
  41. 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 20 years ago
  42. 6837f65 Solution and project file to build wininstXX.exe with MSVC7.1 (Visual by Thomas Heller · 20 years ago
  43. cad71d0 To avoid problems with conflicting dlls, the windows installers built by Thomas Heller · 20 years ago
  44. 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 20 years ago
  45. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 20 years ago
  46. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 20 years ago
  47. ed6bb14 Copyright year & version number/version date changes. by Vinay Sajip · 20 years ago
  48. 48cfe38 Copyright year change. by Vinay Sajip · 20 years ago
  49. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 20 years ago
  50. 781380c - "Mac OS" should always include the space by Fred Drake · 20 years ago
  51. 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 20 years ago
  52. a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 20 years ago
  53. c54d925 minor markup improvements by Fred Drake · 20 years ago
  54. d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 20 years ago
  55. bbca8da Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 20 years ago
  56. fa6c6f8 Keep the list.pop() optimization while restoring the many possibility by Raymond Hettinger · 20 years ago
  57. 44dbae8 Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS by Neal Norwitz · 20 years ago
  58. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 20 years ago
  59. e2b4b32 Implementation of patch 869468 by David Ascher · 20 years ago
  60. f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 20 years ago
  61. 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 20 years ago
  62. 9eb86b3 Double the speed of list.pop() which was spending most of its time parsing by Raymond Hettinger · 20 years ago
  63. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 20 years ago
  64. 70a30e8 markup correction by Fred Drake · 20 years ago
  65. 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 20 years ago
  66. 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 20 years ago
  67. d3c810e Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 20 years ago
  68. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 20 years ago
  69. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 20 years ago
  70. 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 20 years ago
  71. 32d23c9 Fix typo. by Neil Schemenauer · 20 years ago
  72. fa7b9d8 * Moved the responsibility for emptying the previous list from list_fill by Raymond Hettinger · 20 years ago
  73. 90a39bf Refactor list_extend() and list_fill() for gains in code size, memory by Raymond Hettinger · 20 years ago
  74. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 20 years ago
  75. 2731ae4 Fix missing return value. Spotted by Neal Norwitz by Raymond Hettinger · 20 years ago
  76. 601b963 - Fixing annoying warnings. by Gustavo Niemeyer · 20 years ago
  77. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 20 years ago
  78. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 20 years ago
  79. 55cf434 further testing indicates that the simplified version of the test by Fred Drake · 20 years ago
  80. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 20 years ago
  81. cb3e580 Optimize list.pop() for the common special case of popping off the end. by Raymond Hettinger · 20 years ago
  82. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 20 years ago
  83. 4a8d42f We have cp932 support in standard distribution now. And there's now by Hye-Shik Chang · 20 years ago
  84. 61dafcb use existing test object instead of defining a new class by Fred Drake · 20 years ago
  85. ce3caf2 minor markup improvements by Fred Drake · 20 years ago
  86. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  87. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 20 years ago
  88. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 20 years ago
  89. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 20 years ago
  90. f3938fd need to initialize ob_type slot at run-time, at least on cygwin by Skip Montanaro · 20 years ago
  91. 29f5933 add support for \e to the {alltt} environment by Fred Drake · 20 years ago
  92. d311f1f SF #894428, fix typo by Neal Norwitz · 20 years ago
  93. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  94. 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 20 years ago
  95. 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 20 years ago
  96. 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 20 years ago
  97. 27da291 the \file macro is no longer a good example of where \e can't be used by Fred Drake · 20 years ago
  98. 52feb81 support \e in \file and \filenq; this is useful for Windows paths by Fred Drake · 20 years ago
  99. fd0e494 Minor edits by Andrew M. Kuchling · 20 years ago
  100. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 20 years ago