1. 79a7879 fixed the generators by Barry Warsaw · 27 years ago
  2. 2662e15 triplet_to_pmwrgb(): New function by Barry Warsaw · 27 years ago
  3. 315b5d8 In description of __import__, second paragraph, break up the markup for long by Fred Drake · 27 years ago
  4. 83bd081 Minor stuff: by Fred Drake · 27 years ago
  5. 0980bd9 Add case checking feature on import. by Guido van Rossum · 27 years ago
  6. 4c68963 Fix weirdness with single-page table of contents, reported by Guido. by Fred Drake · 27 years ago
  7. e60142f Adding output of test_xmllib.py by Guido van Rossum · 27 years ago
  8. 2549249 &do_env_datadescni, by Fred Drake · 27 years ago
  9. fb74a46 Add "Pretty Good Privacy" as well as "PGP" to the index. by Fred Drake · 27 years ago
  10. c9c456e In add_label_data() description, use "\samp{}" instead of "``\code{...}''" by Fred Drake · 27 years ago
  11. 7f6e2c4 Use "\samp{...}" instead of "``\code{...}''" when showing markup fragments by Fred Drake · 27 years ago
  12. b441eb8 Use "\samp{...}" instead of "``\code{...}''" when showing markup fragments by Fred Drake · 27 years ago
  13. aebc6f3 Two new environments: datadescni and funcdescni. These are similar to by Fred Drake · 27 years ago
  14. 00dcfb2 &get_indexsubitem: This now has a chance of working, thanks to: by Fred Drake · 27 years ago
  15. 8842e86 Remove \bcode / \ecode everywhere. by Fred Drake · 27 years ago
  16. 1e11a5c Remove \bcode / \ecode everywhere. by Fred Drake · 27 years ago
  17. 2a4646c Remove obsolete pagenumbering / pagestyle cruft. by Fred Drake · 27 years ago
  18. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 27 years ago
  19. dc8af0a Lots of stuff: by Fred Drake · 27 years ago
  20. cffaebb parse_line(): Strip whitespace from the module name. by Fred Drake · 27 years ago
  21. fe82acc Fixed typo in docstring: "__ version__" --> "__version__" by Fred Drake · 27 years ago
  22. 6eab2fb Clean up some of the definitions related to info generation. by Fred Drake · 27 years ago
  23. 8a666e7 Fix a horrible race condition -- various routines were storing the by Guido van Rossum · 27 years ago
  24. e5bc497 "ASCII" --> "\ASCII{}" by Fred Drake · 27 years ago
  25. 04cf4dc Added tarpdf target. by Fred Drake · 27 years ago
  26. e5bf8b2 Reorganized a bit. No changed content. by Fred Drake · 27 years ago
  27. f44617d For sections describing the "Foo Protocol", consistently use the capitalized by Fred Drake · 27 years ago
  28. faa1afe Py_Exit(status) calls exit(status), not exit(0). by Fred Drake · 27 years ago
  29. f7e4793 fixed initial color by Barry Warsaw · 27 years ago
  30. 4b0d67d typo by Barry Warsaw · 27 years ago
  31. 29fe4dd Added color strip widgets by Barry Warsaw · 27 years ago
  32. 9d882bc Initial revision by Barry Warsaw · 27 years ago
  33. f64b405 (py-compute-indentation): Several changes made to improve navigation by Barry Warsaw · 27 years ago
  34. da62398 Correct description of BUILD_SLICE. by Guido van Rossum · 27 years ago
  35. 6322112 Comment out the times package in the distributed version. by Fred Drake · 27 years ago
  36. dd1f6cc Mark opcode arguments \var{} in the running text. by Fred Drake · 27 years ago
  37. 8a72a7e Use new \authoraddress{}; author's name and address are now separate. by Fred Drake · 27 years ago
  38. 71c1ef3 Remove second index entry for UserList. by Fred Drake · 27 years ago
  39. 06f169b \rfcindex{}: Removed; no longer needed. by Fred Drake · 27 years ago
  40. 0e823d2 New file. Written by Ulf A. Lindgren <lindgren@ae.chalmers.se>; we have by Fred Drake · 27 years ago
  41. 692b87d Added \nodename; added index entry for UserList. by Guido van Rossum · 27 years ago
  42. f6a7b44 Added entries for stat, commands modules. by Guido van Rossum · 27 years ago
  43. 6d659b3 Added entries for re, soundex modules. by Guido van Rossum · 27 years ago
  44. 38e0df3 Some subtleties suggested by Tamito Kajiyama, including an added by Guido van Rossum · 27 years ago
  45. f5370f4 Turn the space in [\^ ...] into a hard space: [\^\ ...]. by Guido van Rossum · 27 years ago
  46. 1c974db Split UserDict and UserList on two separate lines; added entries for by Guido van Rossum · 27 years ago
  47. ee833cc Don't break a long line at an unpleasant point. by Guido van Rossum · 27 years ago
  48. 8b0927e Added missing entry for cmath. by Guido van Rossum · 27 years ago
  49. c57aff2 Replace $math$ with \code{}. by Guido van Rossum · 27 years ago
  50. c4452fd Swap ni and imp (so they are in the same order as their sections are). by Guido van Rossum · 27 years ago
  51. 34122fa Remove a spurious space from the title. by Guido van Rossum · 27 years ago
  52. ed68854 "lists objects" --> "list objects" (Section "More on Lists".) by Fred Drake · 27 years ago
  53. 8d486b1 In the appendix, all sections were marked as subsections, and so had section by Fred Drake · 27 years ago
  54. eab81a9 Better conversion of command line given initial color by Barry Warsaw · 27 years ago
  55. 55d3ffa new interface to find_byname() by Barry Warsaw · 27 years ago
  56. eb9b8af __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. by Barry Warsaw · 27 years ago
  57. 37400e8 Better dimensions by Barry Warsaw · 27 years ago
  58. a6f591a Interface changes, delegate chaining, type in widget addition by Barry Warsaw · 27 years ago
  59. f4562a7 Simplification of conversion routines by Barry Warsaw · 27 years ago
  60. 4a445c6 #Layout looks good, as does validation, and delegate chaining by Barry Warsaw · 27 years ago
  61. 5d8f0ed Add copyright.tex and boilerplate.tex to the common dependencies for .dvi files. by Fred Drake · 27 years ago
  62. a28eb3a Mark the URL "ftp://ftp.python.org" with \url{}. by Fred Drake · 27 years ago
  63. e32bf6e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to by Guido van Rossum · 27 years ago
  64. fccb68e Added PyImport_ExecCodeModuleEx(), which adds an extra parameter to pass by Guido van Rossum · 27 years ago
  65. 4254363 &do_cmd_rfc: New function. Handles \rfc{}. by Fred Drake · 27 years ago
  66. 526467c Removed all references to the \rfcindex{} macro; now only \rfc{} is used. by Fred Drake · 27 years ago
  67. a94d21f Minor performance nits. by Fred Drake · 27 years ago
  68. 2e6c13f Initial revision by Barry Warsaw · 27 years ago
  69. 4be0071 Include indfix.py script in lib.dvi's processing. by Fred Drake · 27 years ago
  70. dd244a0 Script to fix up the Library Reference index so it's less ugly. The docstring: by Fred Drake · 27 years ago
  71. 1624a50 Oops, missed a \POSIX{} in an index entry. by Fred Drake · 27 years ago
  72. 8822390 Add some index entries; switch to logical markup. by Fred Drake · 27 years ago
  73. 65b32f7 Consistently use \POSIX{} to denote POSIX. There were at least two different by Fred Drake · 27 years ago
  74. 41785fb Do the right magic to make \ABC{} get sorted correctly in the index. by Fred Drake · 27 years ago
  75. 19b97b1 Do the right magic to make \UNIX{} get sorted correctly in the index. by Fred Drake · 27 years ago
  76. c589124 Use the new RFC macros wherever RFCs are referenced by number. No other by Fred Drake · 27 years ago
  77. b16166e Add macros to insert RFC references much like the \manpage{} macro. Also a by Fred Drake · 27 years ago
  78. 8083c17 Add a note about rounding up of readlines()' sizehint to 8K. by Guido van Rossum · 27 years ago
  79. 6e91c6a Document getrefcount(). by Guido van Rossum · 27 years ago
  80. b37a395 \itembreak, \itemjoin: Remove unused macros. by Fred Drake · 27 years ago
  81. 1ad1b3f Forgot to return NULL in joinfields() when a type error was detected by Guido van Rossum · 27 years ago
  82. 64608cf Updated URL for zlib. by Guido van Rossum · 27 years ago
  83. 07e9fbf Register Tcl_Finalize as a Python exit handler. by Guido van Rossum · 27 years ago
  84. 40769dd Don't store the exception info from an unhandled exception in a thread by Guido van Rossum · 27 years ago
  85. 919b83d Set Py_FrozenFlag, to suppress error messages from getpath.c. by Guido van Rossum · 27 years ago
  86. 131c92c - Use Py_GetPythonHome() instead of getenv("PYTHONHOME"). by Guido van Rossum · 27 years ago
  87. 66d4b90 - Add Py_GetPythonHome() and Py_SetPythonHome(), intended to allow by Guido van Rossum · 27 years ago
  88. 95c745b - Add Py_FrozenFlag, intended to suppress error messages fron by Guido van Rossum · 27 years ago
  89. a61691e Ehm, three unrelated changes. by Guido van Rossum · 27 years ago
  90. 31c4ed7 Remove commented-out \itembreak. by Fred Drake · 27 years ago
  91. c660233 Update two of the \indexsubitem values to use singular rather than plural form by Fred Drake · 27 years ago
  92. d767329 Added rmtree(), to recursively remove a directory tree. by Guido van Rossum · 27 years ago
  93. a0fec2b Two more refinements of the cleanup process. by Guido van Rossum · 27 years ago
  94. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 27 years ago
  95. 8e1e68d Add ref to errno module, and change ref to posix.error to os.error. by Guido van Rossum · 27 years ago
  96. f499e09 Add ref to errno module. by Guido van Rossum · 27 years ago
  97. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 27 years ago
  98. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 27 years ago
  99. afcd589 Retract the statement that all functions called by Python (even method by Guido van Rossum · 27 years ago
  100. 03710d2 Two suggested features by Sjoerd: by Guido van Rossum · 27 years ago