1. 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 21 years ago
  2. 663219a _make_boundary(): A minor optimization suggested by the Timbot. by Barry Warsaw · 21 years ago
  3. 616a58d Deal with a couple XXX comments which asked questions. by Greg Stein · 21 years ago
  4. 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 21 years ago
  5. bcc651a Idlefork patch #682347: convert Unicode strings from readline to by Martin v. Löwis · 21 years ago
  6. faa697a 2.3b2 on Windows will ship with Tcl/Tk 8.4.3. Note: this still didn't by Tim Peters · 21 years ago
  7. d2544e3 Give compileall a -d option so it works correctly in the face of by Jack Jansen · 21 years ago
  8. c44dbc4 Better error message by Jeremy Hylton · 21 years ago
  9. ac8657b some old changes to this unused module by Just van Rossum · 21 years ago
  10. 35b50e2 changed 8-space indentation to 4 by Just van Rossum · 21 years ago
  11. 9e9a7c3 Patch #640236: Better eplain unused data. by Martin v. Löwis · 21 years ago
  12. 5b8bfdf Patch #755087: Deal with emptied dumbdbm files correctly. by Martin v. Löwis · 21 years ago
  13. 171be76 Patch #755683: Document that there might be a maximum indentation limit. by Martin v. Löwis · 21 years ago
  14. 975302d Set -d in compileall, to get proper path in case DESTDIR is not empty. by Martin v. Löwis · 21 years ago
  15. d7cccdd Added a field that allows the user to set sys.argv-style arguments by Jack Jansen · 21 years ago
  16. 47db252 Add some documentation which describes how to use the email package by Barry Warsaw · 21 years ago
  17. dc31dc0 - do the right thing with symlinks inside directories we're copying by Just van Rossum · 21 years ago
  18. b6b988b Cop out, and set things to be group-writeable recursively. The various by Jack Jansen · 21 years ago
  19. 6a55242 make sure paths to dirs don't end in a / by Just van Rossum · 21 years ago
  20. 00a0b97 Reworked --strip option: it will now look at _any_ file that's marked by Just van Rossum · 21 years ago
  21. 4735b23 Set the executable bits when installing the shared library in a MacOSX by Jack Jansen · 21 years ago
  22. 9e50023 register the library inside Python.framework as eligable for stripping by Just van Rossum · 21 years ago
  23. 3166f59 Add initial standalone support for Python.framework by Just van Rossum · 21 years ago
  24. 4327521 Added regression test for SF #757818 by Raymond Hettinger · 21 years ago
  25. 3a03de4 SF #757229, fix libsocket.tex typo by Neal Norwitz · 21 years ago
  26. b9572c3 Removed bytecode transformation for sequence packing/unpacking. by Raymond Hettinger · 21 years ago
  27. 7c0d7ba Updated. by Jack Jansen · 21 years ago
  28. c30d7c3 At startup, test that PythonLauncher is the default application for files by Jack Jansen · 21 years ago
  29. 94d09f8 Installation of PythonLauncher has been failing silently, probably since by Jack Jansen · 21 years ago
  30. 2664cbb Remove heading from orphan section. by Fred Drake · 21 years ago
  31. 0799d0a Update link to Python book information. by Fred Drake · 21 years ago
  32. 8df717a minor __doc__ string tweakage by Skip Montanaro · 21 years ago
  33. c5e5e51 typo by Skip Montanaro · 21 years ago
  34. 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 21 years ago
  35. 8cf644d Install Demo and Tools too. by Jack Jansen · 21 years ago
  36. 7b9a386 MacPython-2.3 has progressed so far that building a set of Mac 2.3 by Jack Jansen · 21 years ago
  37. a1b7758 Added a target frameworkinstallextras (OSX framework build specific, by Jack Jansen · 21 years ago
  38. e53be4e dded notes on reporting bugs and becoming an active developer. by Jack Jansen · 21 years ago
  39. f5ed981 Avoid using 'dir' as a variable name and use os.path.join() to create paths. by Skip Montanaro · 21 years ago
  40. fc1efa3 Make the comment prefix 7 character long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  41. a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 21 years ago
  42. 76ca1d4 randrange(): Repaired my overly optimistic rewrite, and added comments by Tim Peters · 21 years ago
  43. afb8979 randrange(): 2.3 can no longer raises OverflowError on an int() call, so by Tim Peters · 21 years ago
  44. 0b1b5ad - Added a "community" section. - Cleaned up the HTML. by Jack Jansen · 21 years ago
  45. fc3542f - Create TMPDIR only if it doesn't exist yet by Jack Jansen · 21 years ago
  46. befa37d Minor updates: by Raymond Hettinger · 21 years ago
  47. 3a8fbe7 Include "instances of most classes" in a warning about mutable objects by Fred Drake · 21 years ago
  48. 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 21 years ago
  49. 39c5d66 Give default _elemdict and _propdict attributes to OSA classes, so by Jack Jansen · 21 years ago
  50. 2cf9b95 An indenting error in the code made it miss some suites that have an application by Jack Jansen · 21 years ago
  51. 9ff3f03 Fix whitespace. by Walter Dörwald · 21 years ago
  52. b5155e3 Fix typo. by Raymond Hettinger · 21 years ago
  53. 96a8233 SF patch #751038 fixing SF bug#750092: exec doesn't need newline by Raymond Hettinger · 21 years ago
  54. be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 21 years ago
  55. 9b15878 Remove debug print on filename with NUL byte. by Greg Ward · 21 years ago
  56. 8e36d28 SF patch #755987 (Jim Ahlstrom): by Greg Ward · 21 years ago
  57. 7d98fb9 Add missing DECREF. by Raymond Hettinger · 21 years ago
  58. 783eaf4 Change all header strings to be as if they were capitalize()'ed. Also call by Brett Cannon · 21 years ago
  59. 5ecd6c4 Fix typo in comment. by Walter Dörwald · 21 years ago
  60. e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 21 years ago
  61. 8e9b80f Remove short-circuitying grubbing by using last grubbed buffer. It's by Ken Manheimer · 21 years ago
  62. 0887c73 Fix docstring by Raymond Hettinger · 21 years ago
  63. 93719b5 Updated documentation for the new slice arguments for list.index(). by Walter Dörwald · 21 years ago
  64. e0a1bb6 Whitespace normalization. by Walter Dörwald · 21 years ago
  65. 53e54fd Make sure the files in the installer have group "admin", otherwise by Jack Jansen · 21 years ago
  66. 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 21 years ago
  67. 77cdeaf Modernize Lib/posixpath.py: Use startswith(), endswith(), rstrip(), by Walter Dörwald · 21 years ago
  68. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  69. d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 21 years ago
  70. c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 21 years ago
  71. 51dead7 Convert some repetitive code into a loop by Neal Norwitz · 21 years ago
  72. 938b7a0 Fix some markup nits by Neal Norwitz · 21 years ago
  73. 8ab2ec4 SF bug 751956: graminit.[ch] don't build on windows by Tim Peters · 21 years ago
  74. 98a379e Add test for bug #751998. by Neal Norwitz · 21 years ago
  75. b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 21 years ago
  76. 00b0966 Don't use the module object setattr when importing submodules. Instead, by Neil Schemenauer · 21 years ago
  77. e0c3112 Add item about new threading module functions. by Jeremy Hylton · 21 years ago
  78. f00368f Remove many blanket try/except clauses. by Jeremy Hylton · 21 years ago
  79. a1ad5f6 Correct function name. by Kurt B. Kaiser · 21 years ago
  80. 7345375 Add ':' after IDLE version, fix spacing on a couple of lines I missed by Kurt B. Kaiser · 21 years ago
  81. 7006fa1 Allow passing a build directory on the command line. Also, if the by Jack Jansen · 21 years ago
  82. e537065 Only fix up pathnames in installed scripts when needed, i.e. when not installing by Jack Jansen · 21 years ago
  83. a93b3cc Added a note about FSRef tests failing on MacOS 8.6. by Jack Jansen · 21 years ago
  84. e748f03 This wasn't ansified. Fixed. by Jack Jansen · 21 years ago
  85. 7327918 Import EasyDialogs only when needed, so this works if there is no window by Jack Jansen · 21 years ago
  86. f5e23ff Added two mac items (pimp auto-update and OSA property access). by Jack Jansen · 21 years ago
  87. d3295ba Patch #755147 by Brian Lenihan: by Jack Jansen · 21 years ago
  88. d5b8090 Made DateTime's constructor accept a time.struct_time class, by Gustavo Niemeyer · 21 years ago
  89. f545baa Whitespace normalization. by Tim Peters · 21 years ago
  90. cda32b7 mimetools.choose_boundary() news. by Tim Peters · 21 years ago
  91. 9ca3f02 ^D means EOF on Unix but not on Windows. Expand the example's prompt to by Tim Peters · 21 years ago
  92. 9e6fedd Add explicit text for where an obindex call for generators was since obindex does not cause output of its argument. by Brett Cannon · 21 years ago
  93. 4a671fe Return None to signal that the module the object was defined in was not found when object has no __name__ attr but is needed to figure out location of object. by Brett Cannon · 21 years ago
  94. 424a415 Make CREDITS.txt a Latin-1 file. Extend ViewFile to support file encodings. by Martin v. Löwis · 21 years ago
  95. 04b9d47 choose_boundary(): This no longer uses random, so stop importing it. by Tim Peters · 21 years ago
  96. 080da28 choose_boundary(): Incorporated a threadsafe incrementing counter, so that by Tim Peters · 21 years ago
  97. b1e63c0 Install IDLE's .def files; these are essential for the configuration! by Guido van Rossum · 21 years ago
  98. 5041cf6 Changes to install the new idle: it's now in Lib/idlelib instead of by Guido van Rossum · 21 years ago
  99. 8b76351 Add a missing 'self,' to a super call in recently checked-in code. by Guido van Rossum · 21 years ago
  100. 7de3772 Forwardport Patch from IDLEfork SF 615312 by Kurt B. Kaiser · 21 years ago