1. f774c41 Upped version to 1.5a4, changed sys.path initialization to match new by Jack Jansen · 27 years ago
  2. e6a4b7b timezone support for macintosh (Jack) by Guido van Rossum · 27 years ago
  3. 5bd919b Include macbuildno.h here (mac only) (Jack) by Guido van Rossum · 27 years ago
  4. b189a2f lots of "goto error" replaced by "return" (Jack) by Guido van Rossum · 27 years ago
  5. 7dbb48a Converted to new exception style (Jack) by Guido van Rossum · 27 years ago
  6. b010544 Mac does support createfilehandler now (Jack) by Guido van Rossum · 27 years ago
  7. 9a61dc9 Moved mac-specific speedup to a different place (Jack) by Guido van Rossum · 27 years ago
  8. ac1fc95 Fixed for WITHOUT_COMPLEX compilation (Jack) by Guido van Rossum · 27 years ago
  9. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  10. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  11. 45ac47c Allow open file as parameter (must be seekable) (Jack) by Guido van Rossum · 27 years ago
  12. 8450370 Generate new style exception initializer (Jack). by Guido van Rossum · 27 years ago
  13. c0be2f5 Ready for the release, I'd say. by Guido van Rossum · 27 years ago
  14. 9ec2ed4 Change test for re.sub() involving g<...> to use a multi-character by Guido van Rossum · 27 years ago
  15. 5bc5b14 Checking in AMK's latest installement. by Guido van Rossum · 27 years ago
  16. c386107 Checking in AMK's latest installement. (Two small changes to shup up gcc added.) by Guido van Rossum · 27 years ago
  17. a7a89eb Implemented nositepython and oldexceptions flags by Jack Jansen · 27 years ago
  18. c73f83c Fixed for new "import dir.module" semantics. Needs accompanying fix in by Jack Jansen · 27 years ago
  19. 55e3927 New exception interface by Jack Jansen · 27 years ago
  20. d2c0ec7 Use `...` around binary strings. by Guido van Rossum · 27 years ago
  21. 0225a38 initparser(): Use PyErr_NewException() to create the exception. by Fred Drake · 27 years ago
  22. b68b77f A few last-minute additions and some rearrangements and corrections. by Guido van Rossum · 27 years ago
  23. 0e8457c Fix EventHook (the trick to make widgets appear when using GNU by Guido van Rossum · 27 years ago
  24. 53ad776 Remove this pathetic little module! by Fred Drake · 27 years ago
  25. 176bb41 Add the Setup line for the pcre module. by Guido van Rossum · 27 years ago
  26. 9337453 Updated for Python 1.5, including my experiences with Purify on by Barry Warsaw · 27 years ago
  27. f326134 Map .shtml to text/html. by Guido van Rossum · 27 years ago
  28. 57d4c55 Version 0.8.1. by Guido van Rossum · 27 years ago
  29. b6fd5a5 Add "set -e" to lock command. by Guido van Rossum · 27 years ago
  30. 8731e5c The target directory is now called dos-8x3, not dos_8x3. by Guido van Rossum · 27 years ago
  31. 04d73c4 Check that all base classes are indeed class objects, rather than by Guido van Rossum · 27 years ago
  32. 79378ff Add get_line_buffer() and insert_text(), suggested by Michael McLay. by Guido van Rossum · 27 years ago
  33. 43b26ea Whole bunch of additions... by Guido van Rossum · 27 years ago
  34. c6e8fd6 Temporary fix to valid_identifier(). by Guido van Rossum · 27 years ago
  35. 2f3941d Return the error code from most commands, rather than swallowing it. by Guido van Rossum · 27 years ago
  36. ae590db Fix join to support multiple arguments. by Guido van Rossum · 27 years ago
  37. abfdd70 Add XXX note about wanting support for copy_reg.py... by Guido van Rossum · 27 years ago
  38. 90981e0 Add Jeff Epler's interact() function. Note that it is broken. by Guido van Rossum · 27 years ago
  39. d5484fb Add optional arguments lo and hi to insort() and bisect(), to support by Guido van Rossum · 27 years ago
  40. eec6ef1 Use K&R function prototypes. by Guido van Rossum · 27 years ago
  41. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 27 years ago
  42. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  43. 18b0db3 Set Oct 10 as the release date. by Guido van Rossum · 27 years ago
  44. 9faf4c5 Change title to {Python/C API Reference Manual}; remove \bcode \ecode by Guido van Rossum · 27 years ago
  45. 46a0bb4 Typo discovered by Case Roole. by Guido van Rossum · 27 years ago
  46. d6449a2 Be more careful with closing fd's 0,1,2. by Guido van Rossum · 27 years ago
  47. ef31b24 Add note about condition.py. by Guido van Rossum · 27 years ago
  48. 92664b8 Completed the changes between 1.5a3 and now. Not yet sorted though. by Guido van Rossum · 27 years ago
  49. 6f2a26d And "ni" has been documented... by Fred Drake · 27 years ago
  50. 2df7583 Oops; don't know if this was my typo or not: There was a "p" on a line that by Fred Drake · 27 years ago
  51. c211254 Updated the section "Parsing Python". by Fred Drake · 27 years ago
  52. 14bf341 Added keyword module entry. by Fred Drake · 27 years ago
  53. e061a51 Minor nits (Lib/token.py is a file, token is a module...). by Fred Drake · 27 years ago
  54. db12f34 Documentation for the keyword module. by Fred Drake · 27 years ago
  55. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  56. 00eb96a Move the pprint docs after the code docs, so that all parser/codegen type by Fred Drake · 27 years ago
  57. 9971f68 Fix comment to add the all-important trailing colon to the example. by Guido van Rossum · 27 years ago
  58. dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  59. 1f83cce Done with adding changes from 1.4 till 1.5a3. by Guido van Rossum · 27 years ago
  60. 923c4ee Don't do weird things with the "import parser"; just do it. Sheesh... by Fred Drake · 27 years ago
  61. a11cccc The usual (and some new modules). by Guido van Rossum · 27 years ago
  62. d575480 A variant on webchecker that creates a mirror copy of a remote site. by Guido van Rossum · 27 years ago
  63. 2237b73 Several changes: by Guido van Rossum · 27 years ago
  64. dc0f00a Document the mapping object's new get() method. by Barry Warsaw · 27 years ago
  65. fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 27 years ago
  66. c38c5da dict_get(): New method for item access with different semantics than by Barry Warsaw · 27 years ago
  67. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
  68. bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
  69. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago
  70. 04ac894 Add the four latex2html output directories: api, ext, lib, tut. by Fred Drake · 27 years ago
  71. c44d3d6 Done with tread state descriptions. Sigh! by Guido van Rossum · 27 years ago
  72. 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
  73. 0bfd146 Added strerror() by Guido van Rossum · 27 years ago
  74. bc3b136 Removed emacs.py by Guido van Rossum · 27 years ago
  75. eb53ae4 Fixed some stuff that was incorrectly copied from regex. by Guido van Rossum · 27 years ago
  76. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 27 years ago
  77. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 27 years ago
  78. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  79. 42cefd0 Checkpoint. Added docs for the new exception handling APIs and for by Guido van Rossum · 27 years ago
  80. 474ba3b The directory containing config.h has changed. by Guido van Rossum · 27 years ago
  81. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
  82. bfeb74d install: New target that installs shared modules in by Fred Drake · 27 years ago
  83. d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
  84. 2ac650f New version of PyErr_NewException() that is compatible with -X option. by Guido van Rossum · 27 years ago
  85. 999e5e9 Initialize Py_UseClassExceptionsFlag to 1. by Guido van Rossum · 27 years ago
  86. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  87. aa9606f Fix small omission: with all the new code, sys.exit(None) would print by Guido van Rossum · 27 years ago
  88. d80b3bd Argh; do the same for the "Release" version of the config. by Fred Drake · 27 years ago
  89. e40afcf Fix up include directories for compiling the resources. by Fred Drake · 27 years ago
  90. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  91. 88d8bee Oops, forgot one. by Guido van Rossum · 27 years ago
  92. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  93. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  94. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  95. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  96. b74eca9 Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the by Guido van Rossum · 27 years ago
  97. b4102bf Fix a bug in this code that made it do the wrong thing when an option by Guido van Rossum · 27 years ago
  98. b55e07f Fixed up formatting. by Fred Drake · 27 years ago
  99. 1b914b3 Fixed up formatting, added descriptions for previously undocumented functions. by Fred Drake · 27 years ago
  100. fd9ef4a Removed extern declaration of strdup(). Doesn't appear to be important and by Fred Drake · 27 years ago