1. 38e083b Changed to use the fact that str(long) doesn't produce a trailing L Reindented by Moshe Zadka · 23 years ago
  2. 754ba58 Improve accuracy. In the .tex file, note the new "% BUG:" comments: an by Tim Peters · 23 years ago
  3. f0768c8 Added missing \item. See also bug 133213, about damaged HTML generated by Tim Peters · 23 years ago
  4. e79af27 Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing. by Tim Peters · 23 years ago
  5. 121b6eb SF patch #103749: implicit tuple + default arg by Jeremy Hylton · 23 years ago
  6. 2b3f0ca Fix for implicit tuple + default arguments, courtesy of Michael Hudson. by Jeremy Hylton · 23 years ago
  7. 5b0705d ConfigParser.optionxform(): Document this since it is available for by Fred Drake · 23 years ago
  8. ffd9328 Clean up the "docs". by Tim Peters · 23 years ago
  9. c9f7c26 Wrap a bunch of long lines. by Fred Drake · 23 years ago
  10. f1da628 Fix a few small typos in the docstrings. by Fred Drake · 23 years ago
  11. f6a9617 Michael Hudson <mwh21@cam.ac.uk>: by Fred Drake · 23 years ago
  12. 842ab38 No longer needed since the main Makefile is "flat". by Fred Drake · 23 years ago
  13. f6bfe8e Convert to a "flat" Makefile. by Fred Drake · 23 years ago
  14. 50d1fcf Add an option allowing the user to determine where the output HTML is built. by Fred Drake · 23 years ago
  15. f2502ad Fix markup so this document will format. by Fred Drake · 23 years ago
  16. c070123 This never saw much use, so remove it. by Fred Drake · 23 years ago
  17. b68c245 SF Patch # 103839 byt dougfort: Allow ';' in attributes by Guido van Rossum · 23 years ago
  18. 8ba9445 Revert SF patch #103655 by Neil Schemenauer · 23 years ago
  19. 9505272 Revert SF patch #103655. Martin Löwis says: by Neil Schemenauer · 23 years ago
  20. 653809c Make the top-level index.html depend on the individual document index.html by Fred Drake · 23 years ago
  21. 5f52f72 Checked in with Andrew's blessing, I leave the comments with which by Thomas Heller · 23 years ago
  22. 15bc404 Added entries for difflib documentation. by Fred Drake · 23 years ago
  23. baf7142 Documentation for the difflib module, converted from the module docstrings. by Fred Drake · 23 years ago
  24. f828e2d Add simple section for assert, including assert w/ lambdas by Jeremy Hylton · 23 years ago
  25. 384639f When running python -O, do not include blocks defined in asserts in by Jeremy Hylton · 23 years ago
  26. 4779399 Add test for syntax error on "x = 1 + 1". by Jeremy Hylton · 23 years ago
  27. c348cd7 fix long line by Jeremy Hylton · 23 years ago
  28. 17820c4 Tolerate ill-formed trees in symtable_assign(). Fixes SF bug 132510. by Jeremy Hylton · 23 years ago
  29. b6a4425 DOMException._get_code(): by Fred Drake · 23 years ago
  30. e09f639 Enhancements to the bdist_wininst command: by Thomas Heller · 23 years ago
  31. 636b906 This patch makes the default compiler determination more flexible by Marc-André Lemburg · 23 years ago
  32. 373d151 More typos. libwinsound.tex typo noted by Peter Funk (thanks!). by Tim Peters · 23 years ago
  33. 3e50242 Repair tab/space screwup. by Tim Peters · 23 years ago
  34. 25a9ce3 Take a tour of hell's seedier neighborhoods to try to make winsound.Beep() by Tim Peters · 23 years ago
  35. c761fc8 The usual. by Neil Schemenauer · 23 years ago
  36. 6625216 Use -G option for linking shared libraries on Solaris (SF patch #103656). by Neil Schemenauer · 23 years ago
  37. c5cfcb4 Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobber by Neil Schemenauer · 23 years ago
  38. ccc7473 reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make it by Fredrik Lundh · 23 years ago
  39. b95896b renamed internal functions to avoid name clashes under OpenVMS by Fredrik Lundh · 23 years ago
  40. c0c7ee3 detect attempts to repeat anchors (fixes bug #130748) by Fredrik Lundh · 23 years ago
  41. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 23 years ago
  42. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 23 years ago
  43. ae76367 stupid typo (for some reason, this only caused problems on OpenVMS). by Fredrik Lundh · 23 years ago
  44. 3389f19 Fixed misspelling. by Tim Peters · 23 years ago
  45. 1449585 Bug #132921: None treated differently in cmp() / sort() in 2.1a2. by Tim Peters · 23 years ago
  46. 7855aba Move docstrings out of function table to constants defined near the by Fred Drake · 23 years ago
  47. 4e30378 Bug #132313 error message confusing for assignment in lambda. by Tim Peters · 23 years ago
  48. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  49. 1ca2ed3 removed __all__ - should probably rename makedict to _makedict unless it is by Skip Montanaro · 23 years ago
  50. 23bafc6 add module-level constants to __all__ by Skip Montanaro · 23 years ago
  51. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 23 years ago
  52. cbb5d49 ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth. by Jack Jansen · 23 years ago
  53. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 23 years ago
  54. 881cd36 2.1a2 distribution files. by Jack Jansen · 23 years ago
  55. 0eb5f2d Added a note that this file is incorrect for 2.1a2. by Jack Jansen · 23 years ago
  56. 2f9a9e3 2.1a2 distribution files. by Jack Jansen · 23 years ago
  57. 6f5a4ef Bug #132850 unix line terminator on windows. by Tim Peters · 23 years ago
  58. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 23 years ago
  59. fab7415 Made version string shorter for Carbon so it fits on one line. by Jack Jansen · 23 years ago
  60. f3eaf01 More modifications to bring the script output in line with the real thing. by Jack Jansen · 23 years ago
  61. 63cb99e Bug #132816: Compiler warning in PYEXPAT.C for extra ';' by Tim Peters · 23 years ago
  62. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 23 years ago
  63. f3262b7 Add entries for the doctest documentation. by Fred Drake · 23 years ago
  64. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 23 years ago
  65. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 23 years ago
  66. 0eb24d9 Set PYTHONPATH when running setup.py in order to override any ambient by Andrew M. Kuchling · 23 years ago
  67. 3081421 Change temp names created by listcomps from [%d] to _[%d], so the one-liner by Tim Peters · 23 years ago
  68. 27eba5e Split the rpath argument into multiple paths, turning it into a list. by Andrew M. Kuchling · 23 years ago
  69. 30537da Fix typo Makefile.pre.in was added in 1.4 by Andrew M. Kuchling · 23 years ago
  70. da23c4f Fix two typos, and add some omitted \option{} markup by Andrew M. Kuchling · 23 years ago
  71. f5d2fdf Hack to make this still work with Python 1.5.2. ;-( by Fred Drake · 23 years ago
  72. 7df9c60 Steven Majewski's instructions for building the toolbox modules for by Jack Jansen · 23 years ago
  73. 6bfa31c Remove the old version of my_StartElementHandler(). This was conditionally by Fred Drake · 23 years ago
  74. fc93b0a Remove trailing comma from 'why_code' enum, which was introduced by the by Thomas Wouters · 23 years ago
  75. 6e0e91a Remove outdated information. Merge now dead BeOS/README-readline. I'm not by Neil Schemenauer · 23 years ago
  76. 0e91dc7 Add more information regarding the altinstall target. by Neil Schemenauer · 23 years ago
  77. 2b2681a Remove confusing explaination about altinstall target and refer to by Neil Schemenauer · 23 years ago
  78. 28aa9d3 Add Include to the list of source directories. by Neil Schemenauer · 23 years ago
  79. b3531b8 Simplify linking on AIX and BeOS (SF patch #103679). by Neil Schemenauer · 23 years ago
  80. 92538fb Build grammar files in their proper place rather than moving them. This should by Neil Schemenauer · 23 years ago
  81. 84521c0 Take output filenames as arguments instead of hard-coding them. by Neil Schemenauer · 23 years ago
  82. 4a7bbcb The usual. by Neil Schemenauer · 23 years ago
  83. 75e3389 Simplify linking on BeOS. Rename some files. Closes SF patch #103679. by Neil Schemenauer · 23 years ago
  84. 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 23 years ago
  85. 67ea6d8 Remove a hard coded Python version, and a now incorrect relative path. Closes by Neil Schemenauer · 23 years ago
  86. f0a87ee Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and by Neil Schemenauer · 23 years ago
  87. bd3e888 Moved BeOS/README to Misc/BeOS-NOTES. by Neil Schemenauer · 23 years ago
  88. b1dd9ac No longer relevant. by Neil Schemenauer · 23 years ago
  89. 0e6d213 Whitespace normalization. by Tim Peters · 23 years ago
  90. b61ff29 A few more tweaks (there were a couple of files missing on my work machine). by Jack Jansen · 23 years ago
  91. c982ef2 Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution of 2.0). by Jack Jansen · 23 years ago
  92. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  93. 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 23 years ago
  94. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 23 years ago
  95. bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 23 years ago
  96. 4ac8347 Provide a default for the blocksize arg of storbinary(). by Guido van Rossum · 23 years ago
  97. 8ee0614 Rewrite AIX blurb to make clear threads are the default, and add note about by Thomas Wouters · 23 years ago
  98. 0f954a4 Add a few more missing prototypes to the SunOS 4.1.4 section (no SF by Thomas Wouters · 23 years ago
  99. 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 23 years ago
  100. e4f1c32 Be more careful to avoid spurious output from the shell script that by Fred Drake · 23 years ago