1. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 26 years ago
  2. 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 26 years ago
  3. a61691e Ehm, three unrelated changes. by Guido van Rossum · 26 years ago
  4. 31c4ed7 Remove commented-out \itembreak. by Fred Drake · 26 years ago
  5. c660233 Update two of the \indexsubitem values to use singular rather than plural form by Fred Drake · 26 years ago
  6. d767329 Added rmtree(), to recursively remove a directory tree. by Guido van Rossum · 26 years ago
  7. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 26 years ago
  8. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 26 years ago
  9. 8e1e68d Add ref to errno module, and change ref to posix.error to os.error. by Guido van Rossum · 26 years ago
  10. f499e09 Add ref to errno module. by Guido van Rossum · 26 years ago
  11. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 26 years ago
  12. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 26 years ago
  13. afcd589 Retract the statement that all functions called by Python (even method by Guido van Rossum · 26 years ago
  14. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 26 years ago
  15. c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 26 years ago
  16. c213078 Fixed bitmaps; added include files and libs; by Guido van Rossum · 26 years ago
  17. 6b7fc6f Add *.pdf files to the clobber target (same target as *.ps). by Fred Drake · 26 years ago
  18. baf700f Tell CVS to ignore PDF files. by Fred Drake · 26 years ago
  19. b6e5032 Added description of "D" format for PyArg_ParseTuple(), including example by Fred Drake · 26 years ago
  20. 126d840 Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion by Fred Drake · 26 years ago
  21. b192747 \modindex{}: New macro; index module without declaring it "built-in" or by Fred Drake · 26 years ago
  22. 8aad4c8 Added missing "{" for "\code <?stuff?>}". by Fred Drake · 26 years ago
  23. 48b1cde Fix typo in format for strftime() used by cookie code. by Guido van Rossum · 26 years ago
  24. ad37e9e Clarify that capwords() removes leading/trailing whitespace. by Guido van Rossum · 26 years ago
  25. f7c1e5a Moved toplevel widget to PyncheWidget.py by Barry Warsaw · 26 years ago
  26. fefbf79 Initial revision by Barry Warsaw · 26 years ago
  27. 9f4d73a BadColor: new exception class by Barry Warsaw · 26 years ago
  28. bfbe67f Better implementation of nearest(). Not faster, but better by Barry Warsaw · 26 years ago
  29. 2406b1d Initial revision by Barry Warsaw · 26 years ago
  30. b6db1b9 mered Greg's suggestions, added docstring by Barry Warsaw · 26 years ago
  31. 7080a7f Initial revision by Barry Warsaw · 26 years ago
  32. c45c2f3 Add S_ISBLK(). by Guido van Rossum · 26 years ago
  33. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 26 years ago
  34. fc40a83 Sez The Dragon: by Guido van Rossum · 26 years ago
  35. bbe323e SMTP client by The Dragon De Monsyne <dragondm@integral.org>. by Guido van Rossum · 26 years ago
  36. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 26 years ago
  37. 44f5c75 Add Piet van Oostrum's name to the comments. by Guido van Rossum · 26 years ago
  38. dd918a9 Add simple Unix socket example by Piet van Oostrum. by Guido van Rossum · 26 years ago
  39. 5b8b8cd Fixed typo reported by Grzegorz Makarewicz <mak@mikroplan.com.pl>. by Fred Drake · 26 years ago
  40. b16a3b8 (This fix is really by Jeremy) by Guido van Rossum · 26 years ago
  41. 7570669 Add a note explaining that multiplying a sequence with a negative by Guido van Rossum · 26 years ago
  42. 516f189 Initial revision by Barry Warsaw · 26 years ago
  43. abe2a45 Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): by Barry Warsaw · 26 years ago
  44. 5da0f50 get(): Fixed a bug in the merge order of the dictionaries. This makes by Barry Warsaw · 26 years ago
  45. c6c921a Py_AtExit(): Added brief note about the constraint on cleanup functions not by Fred Drake · 26 years ago
  46. 25f1722 Paint demo by Dave Mitchell. There's clearly a demand for such a by Guido van Rossum · 26 years ago
  47. 16f8845 Use \url{} to mark a URL. by Fred Drake · 26 years ago
  48. ff3f0d0 Use \url{} to mark URLs, \email{} to mark an email address. by Fred Drake · 26 years ago
  49. ca6567f Use \url{} to mark URLs. by Fred Drake · 26 years ago
  50. 301ad2e Fixed indexing of {datadesc} environments. by Fred Drake · 26 years ago
  51. 0f02628 \seemodule{}: Use logical markup for the module name, to ensure it picks up by Fred Drake · 26 years ago
  52. 7c418ed Added descriptions for log() and log10(). by Fred Drake · 26 years ago
  53. bceaf35 Add support for the new macros, including hyperlink generation for \url{}. by Fred Drake · 26 years ago
  54. ed79783 Converted to use new macros. This example demonstrate \method{} and, more by Fred Drake · 26 years ago
  55. 55f4492 Converted to use semantic markup. This is an example of how many of the new by Fred Drake · 26 years ago
  56. dd28d57 Revised new macros after discussion with Guido: Always use full names of by Fred Drake · 26 years ago
  57. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 26 years ago
  58. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 26 years ago
  59. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 26 years ago
  60. 0f35495 Add entry for copy_reg module. by Fred Drake · 26 years ago
  61. 6eb9f10 Removed entry for copy_reg module. by Fred Drake · 26 years ago
  62. 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 26 years ago
  63. 2d75443 Add entry for copy_reg module. by Fred Drake · 26 years ago
  64. 1abf0df Simple documentation of the copy_reg module. by Fred Drake · 26 years ago
  65. d1cc9c2 Update comment about relative URL internet draft to reflect current RFC status; by Fred Drake · 26 years ago
  66. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 26 years ago
  67. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 26 years ago
  68. 61b0452 Added a bunch of "concept" index entries. by Fred Drake · 26 years ago
  69. a46f84d Added index entry and \label{} for exceptions module. This isn't in the by Fred Drake · 26 years ago
  70. 73a973b Always mark variables in the "Notes" following a table the same way as in the by Fred Drake · 26 years ago
  71. cbe50f4 Removed bogus index entry for the type() built-in. by Fred Drake · 26 years ago
  72. 311c196 Proposed new macros: see comments. These are not yet used. by Fred Drake · 26 years ago
  73. cb42f7c Consistency: "{\tt ...}" ==> "\code{...}" by Fred Drake · 26 years ago
  74. 9eb5e50 Consistency: "{\it ...}" ==> "\emph{...}" by Fred Drake · 26 years ago
  75. c520b69 The soundex module is built-in, not standard. by Fred Drake · 26 years ago
  76. ca12b9d Consistency: {\it ...} ==> \emph{...} by Fred Drake · 26 years ago
  77. dd17d1c ni is a standard module, not a built-in module. The only other reference to by Fred Drake · 26 years ago
  78. bac354c Consistency: (Yes, I know this section is not formatted by default, and by Fred Drake · 26 years ago
  79. 57d9f2e Renamed Jim's PyErr_[JF]Format() to cPickle_ErrFormat(). It's not a by Guido van Rossum · 26 years ago
  80. 79a6a9e Removed a confusing note about coercions and __r*__ operators. by Guido van Rossum · 26 years ago
  81. 4650392 Various updates to the effect that the group argument is always optional. by Guido van Rossum · 26 years ago
  82. 7d4ecb8 Add note about dropping latex 2.09 compatibility. by Guido van Rossum · 26 years ago
  83. c567b81 Revamped, to match py_compile.py: by Guido van Rossum · 26 years ago
  84. f7edadb Add Gopher to list of protocols that support query strings. by Guido van Rossum · 26 years ago
  85. e757962 Fix bad new bug in ftp code -- the test for existing file using NLST by Guido van Rossum · 26 years ago
  86. ca99c2c Fix to ismount(). Can't remember who told me this. by Guido van Rossum · 26 years ago
  87. 29c4688 Patch by Tim O'Malley for servers that send a response looking just like by Guido van Rossum · 26 years ago
  88. 42e8e5d Protect PyErr_Format format string argument from overflow. by Guido van Rossum · 26 years ago
  89. 0d6b49e Protect PyErr_Format format string argument from overflow (ironically, by Guido van Rossum · 26 years ago
  90. db93516 Instead of "attribute-less object", issue an error message that by Guido van Rossum · 26 years ago
  91. cf57d8b tok_nextc() should return unsigned characters, to avoid mistaking by Guido van Rossum · 26 years ago
  92. d29806c Instead of a single exists(), differentiate between files, modules, by Guido van Rossum · 26 years ago
  93. 73bacfc Add unistd.h for isatty(). by Guido van Rossum · 26 years ago
  94. 3dacdc3 Add LOG_SYSLOG if defined. by Guido van Rossum · 26 years ago
  95. 15af20a Better #ifdefs for NetBSD, taking into account that at least on netBSD by Guido van Rossum · 26 years ago
  96. 4cc462e It seems obvious that when Py_Finalize() decides that there's nothing by Guido van Rossum · 26 years ago
  97. d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 26 years ago
  98. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 26 years ago
  99. 8095ebf Consistency: Replaced 4 {\it ...} with \emph{...}. by Fred Drake · 26 years ago
  100. 63566e2 Added docstrings. by Guido van Rossum · 26 years ago