1. eec6ef1 Use K&R function prototypes. by Guido van Rossum · 27 years ago
  2. 6cd7ecb The sequence behavior is now on the Exception root class rather than by Guido van Rossum · 27 years ago
  3. fdacc58 Added pointer to api.tex and note about the out-of-date-ness of this document. by Guido van Rossum · 27 years ago
  4. 18b0db3 Set Oct 10 as the release date. by Guido van Rossum · 27 years ago
  5. 9faf4c5 Change title to {Python/C API Reference Manual}; remove \bcode \ecode by Guido van Rossum · 27 years ago
  6. 46a0bb4 Typo discovered by Case Roole. by Guido van Rossum · 27 years ago
  7. d6449a2 Be more careful with closing fd's 0,1,2. by Guido van Rossum · 27 years ago
  8. ef31b24 Add note about condition.py. by Guido van Rossum · 27 years ago
  9. 92664b8 Completed the changes between 1.5a3 and now. Not yet sorted though. by Guido van Rossum · 27 years ago
  10. 6f2a26d And "ni" has been documented... by Fred Drake · 27 years ago
  11. 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
  12. c211254 Updated the section "Parsing Python". by Fred Drake · 27 years ago
  13. 14bf341 Added keyword module entry. by Fred Drake · 27 years ago
  14. e061a51 Minor nits (Lib/token.py is a file, token is a module...). by Fred Drake · 27 years ago
  15. db12f34 Documentation for the keyword module. by Fred Drake · 27 years ago
  16. e3dbc7e Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  17. 00eb96a Move the pprint docs after the code docs, so that all parser/codegen type by Fred Drake · 27 years ago
  18. 9971f68 Fix comment to add the all-important trailing colon to the example. by Guido van Rossum · 27 years ago
  19. dc1a072 Reduced number of temporary names used at module scope. Use underscores in by Fred Drake · 27 years ago
  20. 1f83cce Done with adding changes from 1.4 till 1.5a3. by Guido van Rossum · 27 years ago
  21. 923c4ee Don't do weird things with the "import parser"; just do it. Sheesh... by Fred Drake · 27 years ago
  22. a11cccc The usual (and some new modules). by Guido van Rossum · 27 years ago
  23. d575480 A variant on webchecker that creates a mirror copy of a remote site. by Guido van Rossum · 27 years ago
  24. 2237b73 Several changes: by Guido van Rossum · 27 years ago
  25. dc0f00a Document the mapping object's new get() method. by Barry Warsaw · 27 years ago
  26. fc3e61c UserDict.get(): New method to mirror built-in dictionaries' get() method. by Barry Warsaw · 27 years ago
  27. c38c5da dict_get(): New method for item access with different semantics than by Barry Warsaw · 27 years ago
  28. 596db31 Move the __getitem__() definition from StandardException to Exception. by Fred Drake · 27 years ago
  29. bf9d353 New "re" regular expression support. by Guido van Rossum · 27 years ago
  30. 51b3aa3 New "re" regular expression support. by Guido van Rossum · 27 years ago
  31. 04ac894 Add the four latex2html output directories: api, ext, lib, tut. by Fred Drake · 27 years ago
  32. c44d3d6 Done with tread state descriptions. Sigh! by Guido van Rossum · 27 years ago
  33. 86b7db3 Oops -- needed to fix another place affected by the change back to by Guido van Rossum · 27 years ago
  34. 0bfd146 Added strerror() by Guido van Rossum · 27 years ago
  35. bc3b136 Removed emacs.py by Guido van Rossum · 27 years ago
  36. eb53ae4 Fixed some stuff that was incorrectly copied from regex. by Guido van Rossum · 27 years ago
  37. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 27 years ago
  38. df3dba0 Documented new exceptions and exception classes. by Guido van Rossum · 27 years ago
  39. 5344d4f Add -N0 to dvips flags to generate page structure comments. by Guido van Rossum · 27 years ago
  40. 42cefd0 Checkpoint. Added docs for the new exception handling APIs and for by Guido van Rossum · 27 years ago
  41. 474ba3b The directory containing config.h has changed. by Guido van Rossum · 27 years ago
  42. 6af6d35 Turns out whatsound.py and sndhdr.py were identical modules. by Guido van Rossum · 27 years ago
  43. bfeb74d install: New target that installs shared modules in by Fred Drake · 27 years ago
  44. d99d714 Install install-sh with the other config files. by Guido van Rossum · 27 years ago
  45. 2ac650f New version of PyErr_NewException() that is compatible with -X option. by Guido van Rossum · 27 years ago
  46. 999e5e9 Initialize Py_UseClassExceptionsFlag to 1. by Guido van Rossum · 27 years ago
  47. a7f2e81 Remove unreachable "return 1" at end of ensure_fromlist(). by Guido van Rossum · 27 years ago
  48. aa9606f Fix small omission: with all the new code, sys.exit(None) would print by Guido van Rossum · 27 years ago
  49. d80b3bd Argh; do the same for the "Release" version of the config. by Fred Drake · 27 years ago
  50. e40afcf Fix up include directories for compiling the resources. by Fred Drake · 27 years ago
  51. f1b0009 Fix path search for test data file so it works under more circumstances. by Guido van Rossum · 27 years ago
  52. 88d8bee Oops, forgot one. by Guido van Rossum · 27 years ago
  53. ae631f7 There was actually a test that ensured that raising an exception A by Guido van Rossum · 27 years ago
  54. a008fa5 Fixed test for socket.error to work when it's a class exception. by Guido van Rossum · 27 years ago
  55. 0cb96de Apply two changes, systematically: by Guido van Rossum · 27 years ago
  56. ccf0a44 Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to by Guido van Rossum · 27 years ago
  57. b74eca9 Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the by Guido van Rossum · 27 years ago
  58. b4102bf Fix a bug in this code that made it do the wrong thing when an option by Guido van Rossum · 27 years ago
  59. b55e07f Fixed up formatting. by Fred Drake · 27 years ago
  60. 1b914b3 Fixed up formatting, added descriptions for previously undocumented functions. by Fred Drake · 27 years ago
  61. fd9ef4a Removed extern declaration of strdup(). Doesn't appear to be important and by Fred Drake · 27 years ago
  62. 228776c PyExc_NumberError -> PyExc_ArithmeticError by Fred Drake · 27 years ago
  63. ac8a9f3 Handy utility to guess MIME type from extension. by Guido van Rossum · 27 years ago
  64. 3a74993 PyErr_NormalizeException(): If the exception's type is a class and the by Barry Warsaw · 27 years ago
  65. 22ecb71 Added PyExc_Exception and PyErr_NewException. by Guido van Rossum · 27 years ago
  66. 271f977 Seem to be some changes related to DLL version from string resource, by Guido van Rossum · 27 years ago
  67. ec68092 DLL version is now loaded from a string resource. by Guido van Rossum · 27 years ago
  68. f57c170 Remove #ifdef __cplusplus. by Guido van Rossum · 27 years ago
  69. ff8c9da Bump version and store DLL version in a string variable (for branding). by Guido van Rossum · 27 years ago
  70. 6c1e5f2 Get DLL version from a variable. by Guido van Rossum · 27 years ago
  71. 4f3bf1e Don't intern the key string for getitem and delitem. by Guido van Rossum · 27 years ago
  72. b4cfdfa Removed special Windows defines, at Mark Hammond's request. by Guido van Rossum · 27 years ago
  73. 83bd9a9 Move Widget.config() c.s. to Misc class, so the Tk class also inherits them. by Guido van Rossum · 27 years ago
  74. 332e144 Use sys.exc_info() where needed. Use "re" module, making it threadsafe. by Guido van Rossum · 27 years ago
  75. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  76. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  77. a3beb63 Removing emacs.py, which is obsolete. by Guido van Rossum · 27 years ago
  78. da28666 Add optional bufsize argument to various calls so we can make the by Guido van Rossum · 27 years ago
  79. 54e2091 Add an optional hack for threads in Tkinter. by Guido van Rossum · 27 years ago
  80. a9f02b8 Add plat- prefix to MACHDEPPATH, now that it's been removed from MACHDEP. by Guido van Rossum · 27 years ago
  81. b97ef17 Remove plat- prefix from MACHDEP macro; by Guido van Rossum · 27 years ago
  82. 49f9d8e Changes submitted by Marc-Andre Lemburg to add two tables: errorcode by Guido van Rossum · 27 years ago
  83. 4518823 In whichmodule(), use __module__ if set. by Guido van Rossum · 27 years ago
  84. b6c935a Set the completer's word break characters appropriate for Python. by Guido van Rossum · 27 years ago
  85. 4752966 Use Marc Lemburg's tb_lineno() to calculate the correct line number. by Guido van Rossum · 27 years ago
  86. 2781fbe Word completion for the new readline.set_completer() function. by Guido van Rossum · 27 years ago
  87. 290900a Reordered and reformatted, and added some cool new features: by Guido van Rossum · 27 years ago
  88. ee81af8 Release interpreter lock around readline call in [raw_]input(). by Guido van Rossum · 27 years ago
  89. 5edcf34 Change bind() to tag_bind() so it works again. by Guido van Rossum · 27 years ago
  90. 3bbeb7a Fix by Sjoerd: don't want to resize to zero length. by Guido van Rossum · 27 years ago
  91. 03be7f5 Changes by jack so the generated modules export their types to Python. by Guido van Rossum · 27 years ago
  92. a755e68 Export type objects to Python by Jack Jansen · 27 years ago
  93. 6dd4868 The command can now either be a string (as before) or a list of by Guido van Rossum · 27 years ago
  94. 963b871 Py_Initialize(): move the call to _PyImport_FixupExtension() to after by Barry Warsaw · 27 years ago
  95. b01a7fa initerrors(): Eliminate circular reference which was causing a small by Barry Warsaw · 27 years ago
  96. 412cdc2 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  97. 25131fa NumberError => ArithmeticError by Barry Warsaw · 27 years ago
  98. 2d2c344 New API PyErr_NewException(name, base, dict) to create simple new exceptions. by Guido van Rossum · 27 years ago
  99. 65349a3 [Py_Exc]NumberError => [Py_Exc]ArithmeticError by Barry Warsaw · 27 years ago
  100. 2f5f6a2 PyErr_Print(): When printing a class exception, try to dig out the by Barry Warsaw · 27 years ago