1. 2dd1ed6 SF 662923: iterator for dbm keys by Raymond Hettinger · 21 years ago
  2. 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 21 years ago
  3. 5d2f515 fix markup nits by Fred Drake · 21 years ago
  4. c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 21 years ago
  5. 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 21 years ago
  6. 6ebe61f A hack to ease compatibility with pre-2.3 Pythons: by default, doctest by Tim Peters · 21 years ago
  7. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  8. 01c623b fix typo by Fred Drake · 21 years ago
  9. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  10. c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 21 years ago
  11. ab91902 A bit o' reformatting and removal of non-_getframe currentframe(). by Jeremy Hylton · 21 years ago
  12. 095f817 Don't assume the name of the table of contents will be contents.html; by Fred Drake · 21 years ago
  13. 6496788 Fix for SF bug 620190: getargspec() doesn't work with methods. by Jeremy Hylton · 21 years ago
  14. 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 21 years ago
  15. 3e3159c Require that __nonzero__() return a bool or exactly an int. by Jeremy Hylton · 21 years ago
  16. 25b5358 Add definitions of the test and testlist symbols in the grammar so by Fred Drake · 21 years ago
  17. f8ecde5 Revert previous checkin and just add a comment about constructor_ob. by Jeremy Hylton · 21 years ago
  18. 090a349 Check return type of __nonzero__() method. by Jeremy Hylton · 21 years ago
  19. 6ab8b40 fix link-hovering so <a name='...'> (no href attribute) doesn't get by Fred Drake · 21 years ago
  20. 9263f57 Fix several bugs in handling of exceptions with trace function enabled. by Jeremy Hylton · 21 years ago
  21. 8f6c7c5 Some Windows changes preparing for 2.3b2. by Tim Peters · 21 years ago
  22. 0fe8fce (HTML|Text)Repr.repr1: Guard against objects whos types have no __name__ by Skip Montanaro · 21 years ago
  23. 896e516 Jacob Hallen cornered me here at EuroPython and got me to look at patch: by Michael W. Hudson · 21 years ago
  24. f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 21 years ago
  25. df9eff0 * Markup nits for the Invoking Descriptors section by Raymond Hettinger · 21 years ago
  26. 7567822 Don't call constructor() from pickle(). by Jeremy Hylton · 21 years ago
  27. d0cda1d SF patch #760792: "wo" in "word" now valid but not documented as such by Raymond Hettinger · 21 years ago
  28. f6fe4ed Portion of SF patch #761104. Fixes a minor docstring error. by Raymond Hettinger · 21 years ago
  29. daa3404 * Fixed an unmatched parenthesis early in the text. by Raymond Hettinger · 21 years ago
  30. 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 21 years ago
  31. 28b5bb3 Fixing bug described in patch #756032, where SRE reads invalid data by Gustavo Niemeyer · 21 years ago
  32. f91888b markup consistency nits by Fred Drake · 21 years ago
  33. 4db3661 remove _ from label: LaTeX rejects this due to all the magic we use to by Fred Drake · 21 years ago
  34. 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 21 years ago
  35. 2dd8c42 SF bug #696777: How to make a class iterable using a member generator. by Raymond Hettinger · 21 years ago
  36. 03ec6d5 * Document how descriptors are invoked. by Raymond Hettinger · 21 years ago
  37. 35fd926 SF bug #757822: Additional index items, other minor details by Raymond Hettinger · 21 years ago
  38. 03f6c54 Whitespace normalization. by Walter Dörwald · 21 years ago
  39. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  40. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  41. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  42. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  43. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  44. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  45. d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 21 years ago
  46. c44dbc4 Better error message by Jeremy Hylton · 21 years ago
  47. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  48. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  49. 9e9a7c3 Patch #640236: Better eplain unused data. by Martin v. Löwis · 21 years ago
  50. 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 21 years ago
  51. 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 21 years ago
  52. 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
  53. d7cccdd Added a field that allows the user to set sys.argv-style arguments by Jack Jansen · 21 years ago
  54. 47db252 Add some documentation which describes how to use the email package by Barry Warsaw · 21 years ago
  55. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  56. b6b988b Cop out, and set things to be group-writeable recursively. The various by Jack Jansen · 21 years ago
  57. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  58. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  59. 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
  60. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  61. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  62. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  63. 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 21 years ago
  64. b9572c3 Removed bytecode transformation for sequence packing/unpacking. by Raymond Hettinger · 21 years ago
  65. 7c0d7ba Updated. by Jack Jansen · 21 years ago
  66. c30d7c3 At startup, test that PythonLauncher is the default application for files by Jack Jansen · 21 years ago
  67. 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 21 years ago
  68. 2664cbb Remove heading from orphan section. by Fred Drake · 21 years ago
  69. 0799d0a Update link to Python book information. by Fred Drake · 21 years ago
  70. 8df717a minor __doc__ string tweakage by Skip Montanaro · 21 years ago
  71. c5e5e51 typo by Skip Montanaro · 21 years ago
  72. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 21 years ago
  73. 8cf644d Install Demo and Tools too. by Jack Jansen · 21 years ago
  74. 7b9a386 MacPython-2.3 has progressed so far that building a set of Mac 2.3 by Jack Jansen · 21 years ago
  75. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  76. e53be4e dded notes on reporting bugs and becoming an active developer. by Jack Jansen · 21 years ago
  77. f5ed981 Avoid using 'dir' as a variable name and use os.path.join() to create paths. by Skip Montanaro · 21 years ago
  78. fc1efa3 Make the comment prefix 7 character long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  79. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  80. 76ca1d4 randrange(): Repaired my overly optimistic rewrite, and added comments by Tim Peters · 21 years ago
  81. afb8979 randrange(): 2.3 can no longer raises OverflowError on an int() call, so by Tim Peters · 21 years ago
  82. 0b1b5ad - Added a "community" section. - Cleaned up the HTML. by Jack Jansen · 21 years ago
  83. fc3542f - Create TMPDIR only if it doesn't exist yet by Jack Jansen · 21 years ago
  84. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  85. 3a8fbe7 Include "instances of most classes" in a warning about mutable objects by Fred Drake · 21 years ago
  86. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  87. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  88. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  89. 9ff3f03 Fix whitespace. by Walter Dörwald · 21 years ago
  90. b5155e3 Fix typo. by Raymond Hettinger · 21 years ago
  91. 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 21 years ago
  92. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 21 years ago
  93. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  94. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  95. 7d98fb9 Add missing DECREF. by Raymond Hettinger · 21 years ago
  96. 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
  97. 5ecd6c4 Fix typo in comment. by Walter Dörwald · 21 years ago
  98. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  99. 8e9b80f Remove short-circuitying grubbing by using last grubbed buffer. It's by Ken Manheimer · 21 years ago
  100. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago