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