1. cd71aa2 Use current approach to record documentation author. by Fred Drake · 26 years ago
  2. 2a2f1fe Record module & documentation author. by Fred Drake · 26 years ago
  3. 6b103f1 Documentation for pyclbr and tokenize modules. by Fred Drake · 26 years ago
  4. 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 26 years ago
  5. 4d358b5 Added sections for pyclbr and tokenize. by Fred Drake · 26 years ago
  6. 7c829b3 Remove the "Parsing Python" section. Hurray! by Fred Drake · 26 years ago
  7. 3d7707a More files. by Fred Drake · 26 years ago
  8. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  9. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  10. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  11. 4cc902f Make the _rmtt regular expression deal with the new CSS-friendly by Fred Drake · 26 years ago
  12. 70a66c9 Add notes to __builtin__.float() and string.atof() that the NaN and Inf by Fred Drake · 26 years ago
  13. d60ec8f This commit was manufactured by cvs2svn to create tag 'r152b2'. by cvs2svn · 26 years ago
  14. 126cbfa Updated for 1.5.2b2 release. by Guido van Rossum · 26 years ago
  15. 74608e6 New in 1.5.2b2. by Guido van Rossum · 26 years ago
  16. 8a06aea Couple of new names. by Guido van Rossum · 26 years ago
  17. b0f99a6 Comment out confusing write call. by Guido van Rossum · 26 years ago
  18. 29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). by Fred Drake · 26 years ago
  19. 951eea4 atof() description: Add information about accepting 'NaN' to produce by Fred Drake · 26 years ago
  20. 594b3d6 Some new stuff. Get the HTML docs via a new variable. by Guido van Rossum · 26 years ago
  21. 66368cc Patch by Tommy Burnette to accept an arbitrary sequence when "(...)" by Guido van Rossum · 26 years ago
  22. 127ed0a Updated list of standard exceptions in section 4.1. by Fred Drake · 26 years ago
  23. a89b98f News in 0.3. by Guido van Rossum · 26 years ago
  24. 8e01517 Small updates and grammatical adjustments. by Fred Drake · 26 years ago
  25. dce019e Bump version to 0.3. by Guido van Rossum · 26 years ago
  26. 1a566ff When the parameter to PyInt_AsLong() has already been checked with by Fred Drake · 26 years ago
  27. 8f2918f After all, we don't need to call the callbacks ourselves! by Guido van Rossum · 26 years ago
  28. be5f2f1 When deleting, call the callbacks *after* deleting the window from our list! by Guido van Rossum · 26 years ago
  29. d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 26 years ago
  30. c4f752f Fix up the Windows menu via the new callback mechanism instead of by Guido van Rossum · 26 years ago
  31. 5437ddf Support callbacks to patch up Windows menus everywhere. by Guido van Rossum · 26 years ago
  32. a79a93f Oh, why not. Checking in the Emacs-generated change log. by Guido van Rossum · 26 years ago
  33. 3b4e2f0 (py-shell): Added optional argprompt, which will prompt for additional by Barry Warsaw · 27 years ago
  34. aa384fd (py-default-interpreter): New variable which selects whether CPython by Barry Warsaw · 27 years ago
  35. 33698f8 Removed old dynamic linking chapter. by Fred Drake · 27 years ago
  36. a0d5d70 # Accidentally checked in a test version of this file with a bogus by Guido van Rossum · 27 years ago
  37. 2f7bfaf Remove all email addresses. by Fred Drake · 27 years ago
  38. 9ea3289 Only pop up the stack viewer when requested in the Debug menu. by Guido van Rossum · 27 years ago
  39. 6724835 Use the portable form of initializing the ob_type field for new types. by Fred Drake · 27 years ago
  40. 71ddcd8 Finn Bock. by Guido van Rossum · 27 years ago
  41. 3de61bc Integrated notes on building extension modules on Windows, by Neil by Fred Drake · 27 years ago
  42. f6838c0 Copy in the stylesheet after latex2html is done. by Fred Drake · 27 years ago
  43. fcf57ad Copy in the stylesheet after latex2html is done. by Fred Drake · 27 years ago
  44. 90fdda5 Become more stylesheet-friendly. by Fred Drake · 27 years ago
  45. 00d98ee CSS style sheet for the documentation. by Fred Drake · 27 years ago
  46. 63f2177 Bump release to 1.5.2b2. by Fred Drake · 27 years ago
  47. f43ce00 Make sure errors get propogated. by Fred Drake · 27 years ago
  48. 5d856fc The usual by Guido van Rossum · 27 years ago
  49. 0b07035 Add source file winsound.c and library winmm.lib by Guido van Rossum · 27 years ago
  50. 85a59dd The _O_* constants are defined as O_* in the os module. by Fred Drake · 27 years ago
  51. 9329e5e Remove "_" from the P_* symbols used with the spawn*() functions. by Fred Drake · 27 years ago
  52. 6543e88 Check for potential error returned by _ungetch(). by Guido van Rossum · 27 years ago
  53. 7d38529 The symbols P_* (for spawn*(), MS specific) should not have a leading by Guido van Rossum · 27 years ago
  54. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 27 years ago
  55. a5fab7f Added some files to the library reference. by Fred Drake · 27 years ago
  56. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 27 years ago
  57. 295fb43 Make it clear that Demo/embed/ is from the source distribution. by Fred Drake · 27 years ago
  58. beb27bf Make navigation panels more CSS-friendly. by Fred Drake · 27 years ago
  59. d14e973 Clarify how EXAMPLE.py is to be used ("python EXAMPLE.py", not by Guido van Rossum · 27 years ago
  60. e96a31d Use the same markup for email addresses as is produced by using \email by Fred Drake · 27 years ago
  61. 208c15a Added optional arguments to dialogs to allow setting of button titles. by Jack Jansen · 27 years ago
  62. ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 27 years ago
  63. b8c3cbd Fixed totally bogus conversion factors used in the Win32 version of os.times(). by Guido van Rossum · 27 years ago
  64. cce8d2a Adjust cellspacing attribute of the navigation bar tables to get some by Fred Drake · 27 years ago
  65. 3c7ce60 Updated for new folder layout (but not fully tested yet). by Jack Jansen · 27 years ago
  66. 72a027f Replaced .hqx project file by binary version, and updated to current CW. by Jack Jansen · 27 years ago
  67. 68ecab4 Put the applet code inside USE_MAC_APPLET_SUPPORT ifdefs, to make 68k standalone Python compile. by Jack Jansen · 27 years ago
  68. 6f9dd5d Remove stuff related to copying the icons directory around -- just isn't needed. by Fred Drake · 27 years ago
  69. b8a7d72 Moved icons into the html directory to avoid pollution of the top level. by Fred Drake · 27 years ago
  70. 6b6e61d (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 27 years ago
  71. 66b989c Be explicit about the reference count of the original value of the by Fred Drake · 27 years ago
  72. 4d33e4e HTMLBASE: New variable. Make it easier to check an "installed" copy by Fred Drake · 27 years ago
  73. efa641c Add an optional parameter to make the script run latex only once to by Fred Drake · 27 years ago
  74. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 27 years ago
  75. aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() by Fred Drake · 27 years ago
  76. 5d59d3d Added --l2h-config option to add additional initialization files for by Fred Drake · 27 years ago
  77. ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. by Fred Drake · 27 years ago
  78. efd146c Markup nits. by Fred Drake · 27 years ago
  79. 69d49d6 Set target. by Fred Drake · 27 years ago
  80. 98cc19f Patch by Chris Petrilli to display the origin of a module in its by Guido van Rossum · 27 years ago
  81. e784f1e Add PyModule_GetFilename(). by Guido van Rossum · 27 years ago
  82. cdcc0f0 AskPassword(): added reference to the module doc string; added support for autoKey events. --jvr by Just van Rossum · 27 years ago
  83. 3b80526 (finally) unified the interpreter and the applet as Just suggested ages ago. The by Jack Jansen · 27 years ago
  84. f32834c Minor fix that helps out with the index. by Fred Drake · 27 years ago
  85. 9474d86 Make sure all HTML pages generated from this section have reasonable names. by Fred Drake · 27 years ago
  86. 5761b76 L2HARGS: Specify the HTML version we're producing, since this is what by Fred Drake · 27 years ago
  87. 2d2b6a0 Markup nits. by Fred Drake · 27 years ago
  88. 99cd573 Minor markup nits. by Fred Drake · 27 years ago
  89. 7b84972 Use the shorter form of Christopher Petrilli's email address. by Fred Drake · 27 years ago
  90. 28bc711 Added section for MimeWriter, contributed by Christopher Petrilli by Fred Drake · 27 years ago
  91. f7bf3b2 Added entry for MimeWriter module. by Fred Drake · 27 years ago
  92. 15799ed Make table headers the same color as the navigation bars so they stand by Fred Drake · 27 years ago
  93. 7a9ed71 Moved the navigation-bar background color to a variable. by Fred Drake · 27 years ago
  94. 26b698f Document <complex #>.conjugate(). by Fred Drake · 27 years ago
  95. 15988fd Documented __complex__(), made sure all the discipline names hit the index. by Fred Drake · 27 years ago
  96. 72ce858 Fix by Chris Petrilli (to his own code) to limit the number of by Guido van Rossum · 27 years ago
  97. 561df24 Changed case on cm and qt modules, removed last references to toolboxmodules. by Jack Jansen · 27 years ago
  98. 87352f8 Build all plugins modules separately, the PlugIns.prj project seems to by Jack Jansen · 27 years ago
  99. c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 27 years ago
  100. a598bc4 Updated for the new one-slb-per-extension scheme. by Jack Jansen · 27 years ago