1. 55d3ffa new interface to find_byname() by Barry Warsaw · 27 years ago
  2. eb9b8af __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. by Barry Warsaw · 27 years ago
  3. 37400e8 Better dimensions by Barry Warsaw · 27 years ago
  4. a6f591a Interface changes, delegate chaining, type in widget addition by Barry Warsaw · 27 years ago
  5. f4562a7 Simplification of conversion routines by Barry Warsaw · 27 years ago
  6. 4a445c6 #Layout looks good, as does validation, and delegate chaining by Barry Warsaw · 27 years ago
  7. 5d8f0ed Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. by Fred Drake · 27 years ago
  8. a28eb3a Mark the URL "ftp://ftp.python.org" with \url{}. by Fred Drake · 27 years ago
  9. e32bf6e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to by Guido van Rossum · 27 years ago
  10. fccb68e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass by Guido van Rossum · 27 years ago
  11. 4254363 &do_cmd_rfc: New function. Handles \rfc{}. by Fred Drake · 27 years ago
  12. 526467c Removed all references to the \rfcindex{} macro; now only \rfc{} is used. by Fred Drake · 27 years ago
  13. a94d21f Minor performance nits. by Fred Drake · 27 years ago
  14. 2e6c13f Initial revision by Barry Warsaw · 27 years ago
  15. 4be0071 Include indfix.py script in lib.dvi's processing. by Fred Drake · 27 years ago
  16. dd244a0 Script to fix up the Library Reference index so it's less ugly. The docstring: by Fred Drake · 27 years ago
  17. 1624a50 Oops, missed a \POSIX{} in an index entry. by Fred Drake · 27 years ago
  18. 8822390 Add some index entries; switch to logical markup. by Fred Drake · 27 years ago
  19. 65b32f7 Consistently use \POSIX{} to denote POSIX. There were at least two different by Fred Drake · 27 years ago
  20. 41785fb Do the right magic to make \ABC{} get sorted correctly in the index. by Fred Drake · 27 years ago
  21. 19b97b1 Do the right magic to make \UNIX{} get sorted correctly in the index. by Fred Drake · 27 years ago
  22. c589124 Use the new RFC macros wherever RFCs are referenced by number. No other by Fred Drake · 27 years ago
  23. b16166e Add macros to insert RFC references much like the \manpage{} macro. Also a by Fred Drake · 27 years ago
  24. 8083c17 Add a note about rounding up of readlines()' sizehint to 8K. by Guido van Rossum · 27 years ago
  25. 6e91c6a Document getrefcount(). by Guido van Rossum · 27 years ago
  26. b37a395 \itembreak, \itemjoin: Remove unused macros. by Fred Drake · 27 years ago
  27. 1ad1b3f Forgot to return NULL in joinfields() when a type error was detected by Guido van Rossum · 27 years ago
  28. 64608cf Updated URL for zlib. by Guido van Rossum · 27 years ago
  29. 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 27 years ago
  30. 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 27 years ago
  31. 919b83d Set Py_FrozenFlag, to suppress error messages from getpath.c. by Guido van Rossum · 27 years ago
  32. 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 27 years ago
  33. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 27 years ago
  34. 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 27 years ago
  35. a61691e Ehm, three unrelated changes. by Guido van Rossum · 27 years ago
  36. 31c4ed7 Remove commented-out \itembreak. by Fred Drake · 27 years ago
  37. c660233 Update two of the \indexsubitem values to use singular rather than plural form by Fred Drake · 27 years ago
  38. d767329 Added rmtree(), to recursively remove a directory tree. by Guido van Rossum · 27 years ago
  39. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 27 years ago
  40. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 27 years ago
  41. 8e1e68d Add ref to errno module, and change ref to posix.error to os.error. by Guido van Rossum · 27 years ago
  42. f499e09 Add ref to errno module. by Guido van Rossum · 27 years ago
  43. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 27 years ago
  44. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 27 years ago
  45. afcd589 Retract the statement that all functions called by Python (even method by Guido van Rossum · 27 years ago
  46. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 27 years ago
  47. c5d8fed (1) Use matchobj.groups(), not matchbj.group() to get all groups. by Guido van Rossum · 27 years ago
  48. c213078 Fixed bitmaps; added include files and libs; by Guido van Rossum · 27 years ago
  49. 6b7fc6f Add *.pdf files to the clobber target (same target as *.ps). by Fred Drake · 27 years ago
  50. baf700f Tell CVS to ignore PDF files. by Fred Drake · 27 years ago
  51. b6e5032 Added description of "D" format for PyArg_ParseTuple(), including example by Fred Drake · 27 years ago
  52. 126d840 Use implicit rules to perform DVI->PS and PS->PDF conversions. PDF conversion by Fred Drake · 27 years ago
  53. b192747 \modindex{}: New macro; index module without declaring it "built-in" or by Fred Drake · 27 years ago
  54. 8aad4c8 Added missing "{" for "\code <?stuff?>}". by Fred Drake · 27 years ago
  55. 48b1cde Fix typo in format for strftime() used by cookie code. by Guido van Rossum · 27 years ago
  56. ad37e9e Clarify that capwords() removes leading/trailing whitespace. by Guido van Rossum · 27 years ago
  57. f7c1e5a Moved toplevel widget to PyncheWidget.py by Barry Warsaw · 27 years ago
  58. fefbf79 Initial revision by Barry Warsaw · 27 years ago
  59. 9f4d73a BadColor: new exception class by Barry Warsaw · 27 years ago
  60. bfbe67f Better implementation of nearest(). Not faster, but better by Barry Warsaw · 27 years ago
  61. 2406b1d Initial revision by Barry Warsaw · 27 years ago
  62. b6db1b9 mered Greg's suggestions, added docstring by Barry Warsaw · 27 years ago
  63. 7080a7f Initial revision by Barry Warsaw · 27 years ago
  64. c45c2f3 Add S_ISBLK(). by Guido van Rossum · 27 years ago
  65. c9aef03 Make this test work when imported from the interpreter instead of run by Guido van Rossum · 27 years ago
  66. fc40a83 Sez The Dragon: by Guido van Rossum · 27 years ago
  67. bbe323e SMTP client by The Dragon De Monsyne <dragondm@integral.org>. by Guido van Rossum · 27 years ago
  68. 02505e4 New version of xmllib from Sjoerd. by Guido van Rossum · 27 years ago
  69. 44f5c75 Add Piet van Oostrum's name to the comments. by Guido van Rossum · 27 years ago
  70. dd918a9 Add simple Unix socket example by Piet van Oostrum. by Guido van Rossum · 27 years ago
  71. 5b8b8cd Fixed typo reported by Grzegorz Makarewicz <mak@mikroplan.com.pl>. by Fred Drake · 27 years ago
  72. b16a3b8 (This fix is really by Jeremy) by Guido van Rossum · 27 years ago
  73. 7570669 Add a note explaining that multiplying a sequence with a negative by Guido van Rossum · 27 years ago
  74. 516f189 Initial revision by Barry Warsaw · 27 years ago
  75. abe2a45 Unpickler.load_inst(), Unpickler.load_obj(), Unpickler.load_build(): by Barry Warsaw · 27 years ago
  76. 5da0f50 get(): Fixed a bug in the merge order of the dictionaries. This makes by Barry Warsaw · 27 years ago
  77. c6c921a Py_AtExit(): Added brief note about the constraint on cleanup functions not by Fred Drake · 27 years ago
  78. 25f1722 Paint demo by Dave Mitchell. There's clearly a demand for such a by Guido van Rossum · 27 years ago
  79. 16f8845 Use \url{} to mark a URL. by Fred Drake · 27 years ago
  80. ff3f0d0 Use \url{} to mark URLs, \email{} to mark an email address. by Fred Drake · 27 years ago
  81. ca6567f Use \url{} to mark URLs. by Fred Drake · 27 years ago
  82. 301ad2e Fixed indexing of {datadesc} environments. by Fred Drake · 27 years ago
  83. 0f02628 \seemodule{}: Use logical markup for the module name, to ensure it picks up by Fred Drake · 27 years ago
  84. 7c418ed Added descriptions for log() and log10(). by Fred Drake · 27 years ago
  85. bceaf35 Add support for the new macros, including hyperlink generation for \url{}. by Fred Drake · 27 years ago
  86. ed79783 Converted to use new macros. This example demonstrate \method{} and, more by Fred Drake · 27 years ago
  87. 55f4492 Converted to use semantic markup. This is an example of how many of the new by Fred Drake · 27 years ago
  88. dd28d57 Revised new macros after discussion with Guido: Always use full names of by Fred Drake · 27 years ago
  89. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 27 years ago
  90. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 27 years ago
  91. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 27 years ago
  92. 0f35495 Add entry for copy_reg module. by Fred Drake · 27 years ago
  93. 6eb9f10 Removed entry for copy_reg module. by Fred Drake · 27 years ago
  94. 251fed3 $(LIBFILES): Added libcopyreg.tex. by Fred Drake · 27 years ago
  95. 2d75443 Add entry for copy_reg module. by Fred Drake · 27 years ago
  96. 1abf0df Simple documentation of the copy_reg module. by Fred Drake · 27 years ago
  97. d1cc9c2 Update comment about relative URL internet draft to reflect current RFC status; by Fred Drake · 27 years ago
  98. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 27 years ago
  99. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 27 years ago
  100. 61b0452 Added a bunch of "concept" index entries. by Fred Drake · 27 years ago