1. 2b55d35 Reflow long line. by Jeremy Hylton · 20 years ago
  2. 361d66d Fix wrong character mapping in koi8_u: SF bug #902501. by Marc-André Lemburg · 20 years ago
  3. f42d95e Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.close() [SF #901330] by Vinay Sajip · 20 years ago
  4. 3f9f84d Handler close() functions call flush() [SF #901330] by Vinay Sajip · 20 years ago
  5. 8036c83 adding passing test. testing for g(*Nothing()) where Nothing is a user-defined iterator. by Samuele Pedroni · 20 years ago
  6. 0bc9c91 Use the right wininstXX.exe, depending on msvccompiler.get_build_version(). by Thomas Heller · 20 years ago
  7. 612371d wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be by Thomas Heller · 20 years ago
  8. 90b0f1c wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. by Thomas Heller · 20 years ago
  9. 6837f65 Solution and project file to build wininstXX.exe with MSVC7.1 (Visual by Thomas Heller · 20 years ago
  10. cad71d0 To avoid problems with conflicting dlls, the windows installers built by Thomas Heller · 20 years ago
  11. 4ae4f83 Recompiled the binary wininst.exe. by Thomas Heller · 20 years ago
  12. a19cdad Patch #892660 from Mark Hammond, for distutils bdist_wininst command. by Thomas Heller · 20 years ago
  13. bb99058 Socket handler closed prior to end of test. by Vinay Sajip · 20 years ago
  14. ed6bb14 Copyright year & version number/version date changes. by Vinay Sajip · 20 years ago
  15. 48cfe38 Copyright year change. by Vinay Sajip · 20 years ago
  16. 326441e Copyright year change. Corrections to comments. Added RESET_ERROR definition. by Vinay Sajip · 20 years ago
  17. 781380c - "Mac OS" should always include the space by Fred Drake · 20 years ago
  18. 2a1bc50 - according to Apple's publication style guide, yes, "Mac people" use by Fred Drake · 20 years ago
  19. a9ee0da use API documentation style for the descriptions of the additional by Fred Drake · 20 years ago
  20. c54d925 minor markup improvements by Fred Drake · 20 years ago
  21. d3b33b5 "Fix" (for certain configurations of the planets, including by Michael W. Hudson · 20 years ago
  22. bbca8da Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 20 years ago
  23. fa6c6f8 Keep the list.pop() optimization while restoring the many possibility by Raymond Hettinger · 20 years ago
  24. 44dbae8 Remove gcc warning from using "main". Use METH_NOARGS instead of METH_VARARGS by Neal Norwitz · 20 years ago
  25. 63dfece Get test to work when run from regrtest (add test_main), remove all CRs (^M)s by Neal Norwitz · 20 years ago
  26. e2b4b32 Implementation of patch 869468 by David Ascher · 20 years ago
  27. f06116d commentary about how bad ConfigParser is doesn't help here, and the by Fred Drake · 20 years ago
  28. 7083bb7 Oops. Return -1 to distinguish error from empty dict. by Jeremy Hylton · 20 years ago
  29. 9eb86b3 Double the speed of list.pop() which was spending most of its time parsing by Raymond Hettinger · 20 years ago
  30. 79b5cf1 Mention the optimization of list.extend(). by Raymond Hettinger · 20 years ago
  31. 70a30e8 markup correction by Fred Drake · 20 years ago
  32. 5d7c067 Make socketmodule compile again on a modern Linux (that supports Bluetooth). by Anthony Baxter · 20 years ago
  33. 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 20 years ago
  34. d3c810e Patch #892673: Replace /usr/local/bin/python with by Martin v. Löwis · 20 years ago
  35. a79449e Patch #711838: Allow non-anonymous ftp urls in urllib2. Backported to 2.3. by Martin v. Löwis · 20 years ago
  36. d3f4a1a Patch #893566: Document that tp_dealloc may be called from any thread. by Martin v. Löwis · 20 years ago
  37. 7db04e7 Patch #817379: Allow for absolute ftp paths. Backported to 2.3. by Martin v. Löwis · 20 years ago
  38. 32d23c9 Fix typo. by Neil Schemenauer · 20 years ago
  39. fa7b9d8 * Moved the responsibility for emptying the previous list from list_fill by Raymond Hettinger · 20 years ago
  40. 90a39bf Refactor list_extend() and list_fill() for gains in code size, memory by Raymond Hettinger · 20 years ago
  41. ab517d2 Fine tune the speed/space trade-off for overallocating small lists. by Raymond Hettinger · 20 years ago
  42. 2731ae4 Fix missing return value. Spotted by Neal Norwitz by Raymond Hettinger · 20 years ago
  43. 601b963 - Fixing annoying warnings. by Gustavo Niemeyer · 20 years ago
  44. a6e436e - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string by Gustavo Niemeyer · 20 years ago
  45. 238b267 Lists are measured in elements not bytes. by Raymond Hettinger · 20 years ago
  46. 55cf434 further testing indicates that the simplified version of the test by Fred Drake · 20 years ago
  47. 7a6d297 * Note list optimizations * Move an example out of a comment. by Raymond Hettinger · 20 years ago
  48. cb3e580 Optimize list.pop() for the common special case of popping off the end. by Raymond Hettinger · 20 years ago
  49. 4bb9540 * Optimized list appends and pops by making fewer calls the underlying system by Raymond Hettinger · 20 years ago
  50. 4a8d42f We have cp932 support in standard distribution now. And there's now by Hye-Shik Chang · 20 years ago
  51. 61dafcb use existing test object instead of defining a new class by Fred Drake · 20 years ago
  52. ce3caf2 minor markup improvements by Fred Drake · 20 years ago
  53. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  54. ecfeb7f This is my patch #876198 plus a NEWS entry and a header frob. by Michael W. Hudson · 20 years ago
  55. e6ed33a fix minor markup error: \code{for} --> \keyword{for} by Fred Drake · 20 years ago
  56. b1e5b50 SF 895560: minor typo by Raymond Hettinger · 20 years ago
  57. f3938fd need to initialize ob_type slot at run-time, at least on cygwin by Skip Montanaro · 20 years ago
  58. 29f5933 add support for \e to the {alltt} environment by Fred Drake · 20 years ago
  59. d311f1f SF #894428, fix typo by Neal Norwitz · 20 years ago
  60. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 20 years ago
  61. 05eb401 Fix indentation error in testGetServByName and rewrite loop to avoid clumsy by Skip Montanaro · 20 years ago
  62. 029dba5 Make reversed() transparent with respect to length. by Raymond Hettinger · 20 years ago
  63. 5cab2e3 Give itertools.repeat() a length method. by Raymond Hettinger · 20 years ago
  64. 27da291 the \file macro is no longer a good example of where \e can't be used by Fred Drake · 20 years ago
  65. 52feb81 support \e in \file and \filenq; this is useful for Windows paths by Fred Drake · 20 years ago
  66. fd0e494 Minor edits by Andrew M. Kuchling · 20 years ago
  67. 8178a22 Documentation for PyDescr_NewClassMethod was missing - here's at least by Thomas Heller · 20 years ago
  68. 5de3378 SF patch #892821: example for urllib2 has SyntaxError by Raymond Hettinger · 20 years ago
  69. 3fd9779 Fix misspelled name. by Raymond Hettinger · 20 years ago
  70. 7820554 Fix typo by Raymond Hettinger · 20 years ago
  71. a721698 SF patch #884022: dynamic execution profiling vs opcode prediction by Raymond Hettinger · 20 years ago
  72. ce9b471 SF patch #880552: Fix typo in usage message(prechm.py) by Raymond Hettinger · 20 years ago
  73. b32e640 SF patch #875689: >100k alloc wasted on startup (Contributed by Mike Pall.) by Raymond Hettinger · 20 years ago
  74. 4c9800d SF bug #892854: typo in textwrap doc page (Reported by Drew Perttula.) by Raymond Hettinger · 20 years ago
  75. 3dc3484 SF bug #892492: Multiple close() for asyncore.dispatcher. by Raymond Hettinger · 20 years ago
  76. 204b000 Revert improvement to list.append() checked in before it was ready. by Raymond Hettinger · 20 years ago
  77. 06353f7 Let reversed() work with itself. by Raymond Hettinger · 20 years ago
  78. 8a1a594 Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol by Jim Fulton · 20 years ago
  79. ee33b27 Make deque.rotate() smarter. Beef-up related tests. by Raymond Hettinger · 20 years ago
  80. 3b6d025 Patch #868499, adds -T option for code coverage. The implementation is a by Barry Warsaw · 20 years ago
  81. 5c5eb86 * Incorporate Skip's suggestions for documentation (explain the word deque by Raymond Hettinger · 20 years ago
  82. b317648 no longer support linux1 platform by Skip Montanaro · 20 years ago
  83. b23b769 no longer support sunos4 platform by Skip Montanaro · 20 years ago
  84. db60805 Remove support for --without-universal-newlines (see PEP 11). by Skip Montanaro · 20 years ago
  85. f1afe66 Remove support for systems defining Py_PTHREAD_D[467] in by Skip Montanaro · 20 years ago
  86. 7e11a01 Remove HAVE_STRPTIME - no longer necessary with the pure Python version of by Skip Montanaro · 20 years ago
  87. 7209294 a couple other sunos4 support items removed by Skip Montanaro · 20 years ago
  88. ac093c6 Use collection.deque() instead of a list for a FIFO queue. by Raymond Hettinger · 20 years ago
  89. c058fd1 * Fix ref counting in extend() and extendleft(). by Raymond Hettinger · 20 years ago
  90. b5ba8d7 Lists work better when popping from the right. by Raymond Hettinger · 20 years ago
  91. 3ba85c2 Have deques support high volume loads. by Raymond Hettinger · 20 years ago
  92. 1dd8309 SF patch #864059: optimize eval_frame by Raymond Hettinger · 20 years ago
  93. 7dcf9f8 Fix test failure message (from SF patch #885008) by Walter Dörwald · 20 years ago
  94. 0a83778 Back rev 1.3 out per Raymond's request. by Hye-Shik Chang · 20 years ago
  95. 228765b added notes about weakref changes by Fred Drake · 20 years ago
  96. d310f13 Simple is better than complex. by Hye-Shik Chang · 20 years ago
  97. cd736e7 Fix reallocation bug in unicode.translate(): The code was comparing by Walter Dörwald · 20 years ago
  98. bc875f5 Allocating a new weakref object can cause existing weakref objects for by Fred Drake · 20 years ago
  99. 21ae4f9 minor markup adjustments by Fred Drake · 20 years ago
  100. ea2adc9 - add tests that exercise fixes for the PyWeakref_NewRef() and by Fred Drake · 20 years ago