1. d82c310 Apply revised patch for GzipFile.readline performance #1281707 by Bob Ippolito · 18 years ago
  2. 763b50f docstring tweaks: count counts non-overlapping substrings, not by Fredrik Lundh · 18 years ago
  3. b975973 Revert gzip readline performance patch #1281707 until a more generic performance improvement can be found by Bob Ippolito · 18 years ago
  4. d72aab5 GzipFile.readline performance improvement (~30-40%), patch #1281707 by Bob Ippolito · 18 years ago
  5. 31a4262 Define SIZEOF_{DOUBLE,FLOAT} on Windows. Else by Tim Peters · 18 years ago
  6. a43190b Patch #1492356: Port to Windows CE (patch set 1). by Martin v. Löwis · 18 years ago
  7. f90347f Patch 1490384: New Icons for the PC build. by Martin v. Löwis · 18 years ago
  8. 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 18 years ago
  9. c120a6d Fix the TeX compile error. by George Yoshida · 18 years ago
  10. 1e9f574 Minor edits by Andrew M. Kuchling · 18 years ago
  11. b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 18 years ago
  12. 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 18 years ago
  13. 6fffa5e - markup fix - add clarifying words by George Yoshida · 18 years ago
  14. 306b1f3 Fix bug #1000914 (again). by Ronald Oussoren · 18 years ago
  15. 8a299d2 Whitespace normalization. by Tim Peters · 18 years ago
  16. bf91f78 * Change working directory to the users home by Ronald Oussoren · 18 years ago
  17. 4eafe9e Oops, I forgot to include this file in the last commit (46046): by Neal Norwitz · 18 years ago
  18. 58e2888 Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64. by Neal Norwitz · 18 years ago
  19. 5ef9224 Fix #1474677, non-keyword argument following keyword. by Neal Norwitz · 18 years ago
  20. 02104df Fix #132 from Coverity, retval could have been derefed by Neal Norwitz · 18 years ago
  21. e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 18 years ago
  22. 3e3cb79 Fix some minor issues with the generated application bundles on MacOSX by Ronald Oussoren · 18 years ago
  23. 9e9c252 Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-) by Vinay Sajip · 18 years ago
  24. 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 18 years ago
  25. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  26. b678ce5 Little cleanup by Neal Norwitz · 18 years ago
  27. fad6559 Fix test_locale for platforms without a default thousands separator. by Georg Brandl · 18 years ago
  28. bbab671 Remove unused import. by Georg Brandl · 18 years ago
  29. e4751e3 Amendments to patch #1484695. by Georg Brandl · 18 years ago
  30. fd4c419 Whitespace normalization. by Tim Peters · 18 years ago
  31. b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 18 years ago
  32. 9d6da3e Delay-import some large modules to speed up urllib2 import. (fixes #1484793). by Georg Brandl · 18 years ago
  33. e3a2583 Patch #1486962: Several bugs in the turtle Tk demo module were fixed by Georg Brandl · 18 years ago
  34. feb0a3b Add global debug flag to cookielib to avoid heavy dependency on the logging module. by Georg Brandl · 18 years ago
  35. 378d592 Patch #1490224: set time.altzone correctly on Cygwin. by Georg Brandl · 18 years ago
  36. 9e5b5e4 Fix typo in os.utime docstring (patch #1490189) by Georg Brandl · 18 years ago
  37. d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 18 years ago
  38. c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 18 years ago
  39. 402cc24 PyZlib_copy(), PyZlib_uncopy(): Repair leaks on the normal-case path. by Tim Peters · 18 years ago
  40. 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 18 years ago
  41. cbd7b75 Whitespace normalization. by Tim Peters · 18 years ago
  42. 0c8d7b0 Document ImportWarning by George Yoshida · 18 years ago
  43. 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 18 years ago
  44. 259d7d6 Update for 'ImportWarning' by George Yoshida · 18 years ago
  45. c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 18 years ago
  46. d779b35 Add item by Andrew M. Kuchling · 18 years ago
  47. 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 18 years ago
  48. 5f5d99c - Test for sys/statvfs.h before including it, as statvfs is present by Martin v. Löwis · 18 years ago
  49. 4ccc0b7 test_directory(): Remove the leftover temp directory that's making by Tim Peters · 18 years ago
  50. 12087ba ReadDetectFileobjTest: repair Windows disasters by opening by Tim Peters · 18 years ago
  51. 49c8f4c [ 1488881 ] tarfile.py: support for file-objects and bz2 (cp. #1488634) by Georg Brandl · 18 years ago
  52. 2a0ad4d Remove bogus DECREF of self. by Martin v. Löwis · 18 years ago
  53. 1004a53 Patch #1488312, Fix memory alignment problem on SPARC in unicode. Will backport by Neal Norwitz · 18 years ago
  54. 373f0a7 - Bug #1487966: Fix SystemError with conditional expression in assignment by Neal Norwitz · 18 years ago
  55. 7a5fc28 Move items implemented after a2 into the new a3 section by Neal Norwitz · 18 years ago
  56. e3edaea Fix memory leak. by Martin v. Löwis · 18 years ago
  57. 1003448 I missed one small detail in my rewrite of the osx build files: the path by Ronald Oussoren · 18 years ago
  58. ff8c022 A first cut at replacing the icons on MacOS X. This replaces all icons by icons by Ronald Oussoren · 18 years ago
  59. 836b039 Rework the build system for osx applications: by Ronald Oussoren · 18 years ago
  60. 375f06b Remove lie in new comment. by Tim Peters · 18 years ago
  61. e6d9506 Typo repair. by Tim Peters · 18 years ago
  62. 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 18 years ago
  63. 822f34a Revert 43315: Printing of %zd must be signed. by Martin v. Löwis · 18 years ago
  64. 90df06e Add \exception markup by George Yoshida · 18 years ago
  65. 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 18 years ago
  66. 0e10cb0 add svn:eol-style native svn:keywords Id by Thomas Heller · 18 years ago
  67. abc3ed7 set svn properties by Thomas Heller · 18 years ago
  68. e43a0fc Add missing svn properties. by Thomas Heller · 18 years ago
  69. 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 18 years ago
  70. 77c176d Fix alignment error on Itanium. by Martin v. Löwis · 18 years ago
  71. 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 18 years ago
  72. 1319bb1 Move icon files into DLLs dir. Fixes #1477968. by Martin v. Löwis · 18 years ago
  73. 682b1bb Dynamically allocate path name buffer for Unicode by Martin v. Löwis · 18 years ago
  74. b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 18 years ago
  75. 1fb9f52 Typo fix. by Georg Brandl · 18 years ago
  76. 0ebf27a BaseThreadedTestCase.setup(): stop special-casing WindowsError. by Tim Peters · 18 years ago
  77. 7cadf59 typo fix by Andrew M. Kuchling · 18 years ago
  78. 4917c34 Grammar fix by George Yoshida · 18 years ago
  79. 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 18 years ago
  80. 38e3b7d Don't mask a no memory error with a less meaningful one as discussed on python-checkins by Neal Norwitz · 18 years ago
  81. 09d1236 Detect if %zd is supported by printf() during configure and sets by Brett Cannon · 18 years ago
  82. dd0c312 Fix two small errors in argument lists. by Georg Brandl · 18 years ago
  83. 356af46 Clarify description of exception handling by Andrew M. Kuchling · 18 years ago
  84. 1956480 Patch #721464: pdb.Pdb instances can now be given explicit stdin and by Georg Brandl · 18 years ago
  85. 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 18 years ago
  86. f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 18 years ago
  87. b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 18 years ago
  88. e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 18 years ago
  89. 147f121 Ignore reflog.txt, too. by Thomas Wouters · 18 years ago
  90. c6a989a Fix problems found by Coverity. by Neal Norwitz · 18 years ago
  91. ad2ef33 Variant of patch #1478292. doctest.register_optionflag(name) by Tim Peters · 18 years ago
  92. 40f55b2 Disable a test that is unreliable. by Thomas Heller · 18 years ago
  93. b255069 Micro optimization. In the first case, we know that frame->f_exc_type by Neal Norwitz · 18 years ago
  94. e854e76 Patch #1478993: take advantage of BaseException/Exception split in cookielib by Georg Brandl · 18 years ago
  95. b5f2e5c Patch #1479302: Make urllib2 digest auth and basic auth play together. by Georg Brandl · 18 years ago
  96. a166a91 Add test for rev. 45934. by Georg Brandl · 18 years ago
  97. 9f485bc Add missing PyMem_Free. by Martin v. Löwis · 18 years ago
  98. e58334a Patch #1483395: add new TLDs to cookielib by Georg Brandl · 18 years ago
  99. 0901965 Minor language edit by Andrew M. Kuchling · 18 years ago
  100. fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 18 years ago