1. bd2d4f1 Use the \setshortversion macro to specify the abbreviated version number. by Fred Drake · 24 years ago
  2. d5d0435 Use \shortversion in a number of places. by Fred Drake · 24 years ago
  3. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
  4. af2b714 \shortversion, by Fred Drake · 24 years ago
  5. 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  6. 933f0c3 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  7. 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 24 years ago
  8. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  9. d94f707 Use the configure support to determine which ndbm.h header to include. by Fred Drake · 24 years ago
  10. 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
  11. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  12. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  13. 2cecd41 Added Qdoffs and (optionally) icglue modules. by Jack Jansen · 24 years ago
  14. 68f9d95 Added USE_IC and USE_PYEXPAT by Jack Jansen · 24 years ago
  15. a5fa1ff Not relevant anymore, as pyexpat has moved to another maintainer. by Jack Jansen · 24 years ago
  16. ea7ce10 Include Numerical header files in developer distribution. by Jack Jansen · 24 years ago
  17. df23f33 Add several dl.RTLD_ constants. Closes bug 110842. by Martin v. Löwis · 24 years ago
  18. ddef888 Include a link to Francois's po-utils. by Barry Warsaw · 24 years ago
  19. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  20. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  21. 8c56259 Fix install directories on Mac OS (now that the "install" command by Greg Ward · 24 years ago
  22. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  23. 1ed49ee Changed/added a bunch of section labels so HTML files will be named nicely. by Greg Ward · 24 years ago
  24. e24f05e Improve Windows and Mac OS-specific instructions for running the by Greg Ward · 24 years ago
  25. 078fc08 Typo fix -- it's 'ext_modules', not 'extensions'. by Greg Ward · 24 years ago
  26. 0ac9b07 Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc. by Fred Drake · 24 years ago
  27. e92cdba Documentation is good. Let's release more. by Fred Drake · 24 years ago
  28. 0b25053 Make this script handle PyVarObject* functions as well as PyObject* functions. by Fred Drake · 24 years ago
  29. df13b9f Added a note that multiple threads breaks command-. by Jack Jansen · 24 years ago
  30. 31f5550 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  31. 7740a01 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  32. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  33. f913e54 Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: by Fred Drake · 24 years ago
  34. c568173 Re-wrapped some wide comments. by Fred Drake · 24 years ago
  35. b7cf378 Add note that the various \see* macros are only defined in the context by Fred Drake · 24 years ago
  36. 5dc6104 Change the title of the link to the document index to be more specific. by Fred Drake · 24 years ago
  37. ae86d43 Add a reference item pointing to the Namespaces in XML recommendation. by Fred Drake · 24 years ago
  38. 4844998 \seetitle: New macro for building reference list content. by Fred Drake · 24 years ago
  39. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  40. 81cccb7 Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). by Fred Drake · 24 years ago
  41. aafc0c4 When formatting the API manual, use the generated api.tex rather than by Fred Drake · 24 years ago
  42. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  43. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  44. 26d7c14 Final tweaks for 2.0b1 by Jack Jansen · 24 years ago
  45. 94bf62f Deleted ancient file. by Guido van Rossum · 24 years ago
  46. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  47. 0932cb4 Windows installer: In the Start menu IDLE shortcut, explictly invoke the by Tim Peters · 24 years ago
  48. 88fa962 Some updates and fix a bunch of really small consistency nits. by Fred Drake · 24 years ago
  49. 08c5d0c Add documentation for the \pep and \seepep macros. by Fred Drake · 24 years ago
  50. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  51. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  52. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  53. 14deaae Minor tweaks to get rid of some '\XXX' remarks. by Greg Ward · 24 years ago
  54. 8de9f81 This shouldn't have been here in the first place. by Jack Jansen · 24 years ago
  55. e9e0d47 Release notes for 2.0b1. It is not much, but I can't find all the info back:-( by Jack Jansen · 24 years ago
  56. 9f4ab87 Don't include various of the Lib:plat-* folders. by Jack Jansen · 24 years ago
  57. eb43b30 The logic for finding long matches before short ones was wrong (why did I never notice this??!?), fixed. by Jack Jansen · 24 years ago
  58. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 24 years ago
  59. e61aca7 Patch for [ Bug #113828 ] getpythonregpath with null data in registry key by Mark Hammond · 24 years ago
  60. bb30734 General cleanup in preparation for a bugfix: removed unused code, useless by Tim Peters · 24 years ago
  61. d0e4b42 Added --python and --fix-python options for better control over what by Greg Ward · 24 years ago
  62. 4826a89 Close SF bug 110826: a complaint about the way Python #define'd NULL. by Tim Peters · 24 years ago
  63. ecaf0d8 The installer now displays info about version of distutils by Thomas Heller · 24 years ago
  64. b943840 The windows installer must also look under the HKEY_CURRENT_USER key by Thomas Heller · 24 years ago
  65. b37bdc2 Do not try to fix bugs while sleeping. by Fred Drake · 24 years ago
  66. 16c4aa4 Kevin Jacobs <jacobs@darwin.cwru.edu>: by Fred Drake · 24 years ago
  67. 8f42246 Fix for bug 113934. string*n and unicode*n did no overflow checking at by Tim Peters · 24 years ago
  68. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 24 years ago
  69. 4e60796 excclassdesc: New environment. For use in documenting class-based by Fred Drake · 24 years ago
  70. 75c6cb9 Add support for a filename to record the name of the node in which the by Fred Drake · 24 years ago
  71. 1b194f92 Add a reference to the material on string methods. by Fred Drake · 24 years ago
  72. f96e0d2 Various clarifications and minor nits fixed. Affected descriptions of by Fred Drake · 24 years ago
  73. 1172a85 Really minor consistency nit. by Fred Drake · 24 years ago
  74. 66571cc Improve a couple of references to the language reference, making them by Fred Drake · 24 years ago
  75. 7acb218 Minor clarifications in the introductory paragraph. by Fred Drake · 24 years ago
  76. e544191 Add \modulesynopsis for inclusion in the list of modules at the beginning by Fred Drake · 24 years ago
  77. 1c4efad Move the "See also" section to a location more consistent with other by Fred Drake · 24 years ago
  78. 621d2be Move description of UserString.MutableString to a location more typical by Fred Drake · 24 years ago
  79. 1c25803 Add a brief section on linking Python as an embedded scripting language. by Fred Drake · 24 years ago
  80. e1c9e85 First attempt at a 2.0b1 installer by Jack Jansen · 24 years ago
  81. 082bdbb Updated for .0b1 distribution by Jack Jansen · 24 years ago
  82. 97ed907 Some of the types are signed 8 bit ints. Fixed. by Jack Jansen · 24 years ago
  83. 53bafd9 PyOS_CheckStack now understands multiple threads. Other threads are not stack-checked, but at least they don't appear to always be out of stack. by Jack Jansen · 24 years ago
  84. 90f8767 When building the HTML packages, make sure we pick up all the HTML files by Fred Drake · 24 years ago
  85. a61bfa8 Add a general "About" page and link to it from the index page. by Fred Drake · 24 years ago
  86. da85a27 Match Sam Rushing's current version of asyncore.py and asynchat.py by Andrew M. Kuchling · 24 years ago
  87. 72e48bd Add test cases to make sure we get the right SyntaxError message for by Fred Drake · 24 years ago
  88. fd1f1be com_continue_stmt(): Improve error message when continue is found by Fred Drake · 24 years ago
  89. 0d8ce61 Fix for bug 110629: Generate unique image names by introducing a counter by Martin v. Löwis · 24 years ago
  90. 1a2eefd A #define didn't start in column 1. Closes SF bug 113888. by Tim Peters · 24 years ago
  91. e2bf7e6 Add missing Py_PROTO macro for backward compatibility with old extensions by Vladimir Marangozov · 24 years ago
  92. bbcf2a7 This patch hopefully fixes the problem with "es#" and "es" in by Marc-André Lemburg · 24 years ago
  93. 93e5d54 Removed 68K support. Getting ready for 2.0b1 release. by Jack Jansen · 24 years ago
  94. fa1e27d Got rid of Py_FatalError calls. by Jack Jansen · 24 years ago
  95. 65c3ee0 Use same short banner message as unix/win Python. by Jack Jansen · 24 years ago
  96. 85cacf2 Added USE_UCNHASH, defined USE_GUSI if USE_GUSI{1,2} defined. by Jack Jansen · 24 years ago
  97. 3500d85 Removed 68k support, added pyexpat, adapted for new NumPy. by Jack Jansen · 24 years ago
  98. ed33c9a autodetect presence of libdb - this allows bsddbmodule to be built by Skip Montanaro · 24 years ago
  99. 6c8affe Remove an item that no longer needs to be done for 2.0. by Fred Drake · 24 years ago
  100. ae3a15c Make the HTML more XHTML-friendly. by Fred Drake · 24 years ago