1. e8b8131 Merged Jeffrey's changes in. by Guido van Rossum · 27 years ago
  2. 16bd0ff Merged my changes in, and added all converted Perl tests. by Guido van Rossum · 27 years ago
  3. 337c6d4 Jeffrey's version by Guido van Rossum · 27 years ago
  4. 9f845ec More changes by Jeffrey. by Guido van Rossum · 27 years ago
  5. 23b8d4c Tweak re_tests and test_re to differentiate between by Guido van Rossum · 27 years ago
  6. 847ed4a More tweaks; re.py is nearly there... by Guido van Rossum · 27 years ago
  7. 5310975 Fix group() -- should be tuple even when re has exactly one group. by Guido van Rossum · 27 years ago
  8. 09bcfd6 Jeffrey's latest -- almost there. by Guido van Rossum · 27 years ago
  9. 04a1d74 Jeffrey's newest by Guido van Rossum · 27 years ago
  10. 70f107f Three fewer incorrect failures by Guido van Rossum · 27 years ago
  11. faf4908 Reformatted. Fixed some problem with uninitialized syntax tables. Jeffrey. by Guido van Rossum · 27 years ago
  12. 7449540 After some discussion with Jeremy and Fred, decided to limit the by Guido van Rossum · 27 years ago
  13. 5d8123f Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
  14. 74ba247 Reordered list of methods to hopefully put the most frequently used by Guido van Rossum · 27 years ago
  15. 4dddff8 Upped version to 0.6. by Guido van Rossum · 27 years ago
  16. 9b1718c New PythonPowered logo image. by Guido van Rossum · 27 years ago
  17. 1d8b758 Removed the traceback output in non-verbose mode by Guido van Rossum · 27 years ago
  18. 5d6de25 New from Jeffrey; small nits. by Guido van Rossum · 27 years ago
  19. 8a9a4a2 Jeffrey's latest. by Guido van Rossum · 27 years ago
  20. 035aae0 Some small nits. by Guido van Rossum · 27 years ago
  21. 185147f Test urlparse cache with try/except instead of has_key. by Guido van Rossum · 27 years ago
  22. 7ffbd2f This is pretty pathetic and full of errors, by Guido van Rossum · 27 years ago
  23. 8e0ce30 test suite for re.py by Guido van Rossum · 27 years ago
  24. 007c80e Added reop (moved reop and regex to non-shared section). by Guido van Rossum · 27 years ago
  25. 105bd98 Added /usr/bin/env python and made executable. by Guido van Rossum · 27 years ago
  26. 1243ae7 Allow '@' character as end of line padding in uuencode format. by Guido van Rossum · 27 years ago
  27. e3cd151 Use the modules base64, quopri, and uu, instead of external programs by Guido van Rossum · 27 years ago
  28. 31cbc84 Oops, some clarifications to conditional breaks. by Guido van Rossum · 27 years ago
  29. 255d790 Added (minimal) doc for conditional breakpoints. by Guido van Rossum · 27 years ago
  30. 9e1ee97 Support for conditional breakpoints (Jim Fulton, with some changes). by Guido van Rossum · 27 years ago
  31. 6683617 Normalize whitespace. by Guido van Rossum · 27 years ago
  32. ff02e1d Support for conditional breakpoints (Jim Fulton). by Guido van Rossum · 27 years ago
  33. 65c28b7 Removed debug print in set construction. Changed some '==' to 'in' (Tim Peters). by Guido van Rossum · 27 years ago
  34. 63e1819 New version from Jeffrey after I complained about some glaring bugs. by Guido van Rossum · 27 years ago
  35. 443389f Add MALLOC_ZERO_RETURNS_NULL symbol. by Guido van Rossum · 27 years ago
  36. ad71370 Added check whether malloc(0) returns NULL or not. by Guido van Rossum · 27 years ago
  37. 4b11c74 Only add 1 byte to all malloc calls when it is known that malloc(0) or by Guido van Rossum · 27 years ago
  38. 5ca1b71 Straight from Jeffrey Ollie's web page. by Guido van Rossum · 27 years ago
  39. b65e85c Fix problem discovered by Greg McFarlane: when an imported module by Guido van Rossum · 27 years ago
  40. e664896 (py-shell): Remove support for Emacs 18, implicitly add support for by Barry Warsaw · 27 years ago
  41. d247812 Two improvements suggested by Tim Peters: speed up random() since we by Guido van Rossum · 27 years ago
  42. db25f32 New versions straight from Jeffrey Ollie's web site by Guido van Rossum · 27 years ago
  43. db9e20f Fix bug reported by Just: anonymous arguments used for tuples should by Guido van Rossum · 27 years ago
  44. 475d51d Wrapped up the ~/.netrc support. This is basically just the changes Guido & by Fred Drake · 27 years ago
  45. dd52733 fixed typo, "header" ==> "headers" by Fred Drake · 27 years ago
  46. 50ea919 Mods for user mainloop event handling by Jack Jansen · 27 years ago
  47. d080edd Added dopendingevents call by Jack Jansen · 27 years ago
  48. 3f5aef7 Allow specifying own resources for all dialogs by Jack Jansen · 27 years ago
  49. 1b3904b Module to buffer stdout/stderr until stdin is read. Useful for by Jack Jansen · 27 years ago
  50. 0b34dd5 Regenerated by Jack Jansen · 27 years ago
  51. 883765e added SetEventHandler by Jack Jansen · 27 years ago
  52. 3757523 Adapted to new event handling. It is now also possible to abort out of by Jack Jansen · 27 years ago
  53. 36ed506 Added PyMac_SetEventHandler which allows you to replace complete event by Jack Jansen · 27 years ago
  54. d993648 Added NewAliasMinimalFromFullPath(), and allow alias.Resolve() to return by Jack Jansen · 27 years ago
  55. 3b1c89e MACDEPPATH: Remove `sharedmodules' from default value of this variable by Barry Warsaw · 27 years ago
  56. bcdb940 Added docstrings by Sue Williams, re-indented to 4 spaces / level. by Fred Drake · 27 years ago
  57. 8f81ef1 Fix LaTeX bug found by examining the docstrings added to commands.py. by Fred Drake · 27 years ago
  58. b4aeaeb Added libcommands.tex to list of library reference dependencies. by Fred Drake · 27 years ago
  59. 4fd1292 Documentation for Lib/commands.py, from Sue Williams. by Fred Drake · 27 years ago
  60. eda7863 Make imports faster on the Mac, by by Jack Jansen · 27 years ago
  61. 0130f0f Added prototype for PyMac_RestoreMenuBar by Jack Jansen · 27 years ago
  62. 3368cb7 Replaced MacOS.EnableAppSwitch with MacOS.SchedParams by Jack Jansen · 27 years ago
  63. d3b06a8 Added optional preload arg to some routines (which creates reloaded by Jack Jansen · 27 years ago
  64. 7fb76e0 Replaced MacOS.EnableAppswitch by MacOS.SchedParams by Jack Jansen · 27 years ago
  65. caa7c46 - Restore SIOUX menubar just before exiting, if the console window is kept by Jack Jansen · 27 years ago
  66. 455838a Really nitty-gritty change to prevent latex2html from using a LaTeX-generated by Fred Drake · 27 years ago
  67. 295b8e5 Add sys/types.h include for pid_t when threading. by Guido van Rossum · 27 years ago
  68. d9c6f4f Allow oct() result for 64-bit machines. by Guido van Rossum · 27 years ago
  69. 914c938 Use cPickle and cStringIO when available. by Guido van Rossum · 27 years ago
  70. f668d17 Clear the ftp cache when it contains more than 10 entries. by Guido van Rossum · 27 years ago
  71. 2966b32 Catch *all* errors that ftplib can raise (ftplib.all_errors) rather by Guido van Rossum · 27 years ago
  72. 0318fd6 Moved the definition of posix_times__doc__ to outside of #ifdef HAVE_TIMES by Roger E. Masse · 27 years ago
  73. 1830afb Changed the reference of 'mappingobject.c' to 'dictobject.c' by Roger E. Masse · 27 years ago
  74. 97b5457 Small changes (casts etc.) by Jack, for Mac compilation. by Guido van Rossum · 27 years ago
  75. 3c54030 Doc strings (AMK). by Guido van Rossum · 27 years ago
  76. 2b1566b Correct typo in last line (test program invocation). by Guido van Rossum · 27 years ago
  77. 9115eb5 Added a variant of the epilogue that has the PythonPowered logo. by Guido van Rossum · 27 years ago
  78. 5bf4d00 Move the second import of faqcust to the very end. by Guido van Rossum · 27 years ago
  79. 876736c AMK's regex test suite by Guido van Rossum · 27 years ago
  80. 71160aa Use #include "mymath.h" instead of declaring fabs() explicitly. by Guido van Rossum · 27 years ago
  81. cf3527b socket_type --> SocketType by Fred Drake · 27 years ago
  82. ca0f88d Added zlib by Jack Jansen · 27 years ago
  83. 175f1c8 Added USE_ZLIB to nonshared config files by Jack Jansen · 27 years ago
  84. 120a105 Removed SetScheduleTimes Added SchedParams Added docstrings for most routines by Jack Jansen · 27 years ago
  85. e68a61c Added zlib (optional on USE_ZLIB) by Jack Jansen · 27 years ago
  86. e3ae0df Removed old scheduler parameterizing calls and replaced with something by Jack Jansen · 27 years ago
  87. 4a79a4b Removed SetScheduleTimes and PyMac_DoYieldEnabled by Jack Jansen · 27 years ago
  88. c24751b Add Host: header to URL request. by Guido van Rossum · 27 years ago
  89. b94cd96 Fix bug in copy() by using copy.copy() instead of making assumptions by Guido van Rossum · 27 years ago
  90. bd40d7e Added the new dictionary methods to the wrapper class. by Fred Drake · 27 years ago
  91. 36bab7d Don't stop if the tests fail the first time around. by Guido van Rossum · 27 years ago
  92. 2d3aac2 The usual by Guido van Rossum · 27 years ago
  93. ce1fa26 Added tests for dict.clear(), dict.update(), dict.copy(). by Guido van Rossum · 27 years ago
  94. 77e1db3 Support $HOME in expanduser(). by Guido van Rossum · 27 years ago
  95. dafce6d Expanded the setup instructions. by Guido van Rossum · 27 years ago
  96. 525d52f Move the roulette() functionality out of the FaqDir class into the by Guido van Rossum · 27 years ago
  97. 46ff190 Add default case (standard conformance) to avoid piling up by Guido van Rossum · 27 years ago
  98. ec4f4ac Added doc strings (Neil Schemenauer). by Guido van Rossum · 27 years ago
  99. 21f8497 Use string.h, not strings.h by Guido van Rossum · 27 years ago
  100. 91ba64d socket_type -> SocketType by Guido van Rossum · 27 years ago