1. 6634b14 add cross reference to mimetools module by Skip Montanaro · 24 years ago
  2. 682c25a RET_SAVE references should be Py_BLOCK_THREADS references by Skip Montanaro · 24 years ago
  3. ce88db0 Fixed bug that disallowed processing instructions before and after by Paul Prescod · 24 years ago
  4. 8999053 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this by Guido van Rossum · 24 years ago
  5. 3634112 Include the filename in the errror message for F5 without saving. by Guido van Rossum · 24 years ago
  6. 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 24 years ago
  7. be467e5 Fix Bug #114293: by Jeremy Hylton · 24 years ago
  8. a647f57 Read a QuickTime movie and return the frames. by Jack Jansen · 24 years ago
  9. 344ecdb Before comparing os.uname() to BeOS check that os.uname actually exists:-) by Jack Jansen · 24 years ago
  10. 8b7c3c0 For current directory use os.curdir, not ".". by Jack Jansen · 24 years ago
  11. 00ce51e Allow am/pm as well as AM/PM (C9X behaviour). by Jack Jansen · 24 years ago
  12. a454ebd Added B format char to Py_BuildValue (same as b,h,i, but makes by Jack Jansen · 24 years ago
  13. b763b9d Cast UCHAR_MAX to int before doing the comparison for overflow of the by Jack Jansen · 24 years ago
  14. 2af72d5 Use symbolic constants for allowable short ranges. by Martin v. Löwis · 24 years ago
  15. 0bb44a4 Closes SF bug 113894: on Windows, things like os.listdir("k:") and by Tim Peters · 24 years ago
  16. a2ebb87 Added simple batch file to make running the test suite from the PCbuild by Tim Peters · 24 years ago
  17. 3cd7604 Correctly cast the return value of realloc. by Martin v. Löwis · 24 years ago
  18. 66de549 Check range for bytes and shorts. Closes bug #110845. by Martin v. Löwis · 24 years ago
  19. c58dbeb Correctly use realloc return value. Fixes bug #114424. by Martin v. Löwis · 24 years ago
  20. ff1ce0f Support \r in source files. Closes bug #101425. by Martin v. Löwis · 24 years ago
  21. d2a5ad2 Removed some debugging prints: When running user configuration code by Fred Drake · 24 years ago
  22. 10515b6 main(): Move hackery of sys.argv until after the Tk instance has been by Fred Drake · 24 years ago
  23. 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 24 years ago
  24. ae90f8d Trent Mick points out that the BSD DB also provides an ndbm compatibility by Fred Drake · 24 years ago
  25. bbba66e Added 'warn_dir' option so other code can sneak in and disable by Greg Ward · 24 years ago
  26. 9bd3e9b Adjust to the new sysconfig regime: use 'get_config_vars()' instead by Greg Ward · 24 years ago
  27. d602909 Adjust to the new sysconfig regime: use 'get_config_var()' instead by Greg Ward · 24 years ago
  28. 59399bb Revamped 'get_platform()' to try and do something reasonably smart on by Greg Ward · 24 years ago
  29. 879f0f1 Changed from eager parsing of Makefile (at import time) to lazy: only do by Greg Ward · 24 years ago
  30. 3fff8d2 Fixed so 'parse_makefile()' uses the TextFile class to ensure that by Greg Ward · 24 years ago
  31. f3d4127 Before running LaTeX2HTML, remove all the HTML files from the output by Fred Drake · 24 years ago
  32. aaa2385 When there is a Module Index, make sure the icon actually links to it. by Fred Drake · 24 years ago
  33. 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 24 years ago
  34. b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 24 years ago
  35. 33e0bea Did not include the sha module documentation dependency. by Fred Drake · 24 years ago
  36. 2d017ec Added a note about gdbm. Changed the stackless note. by Jack Jansen · 24 years ago
  37. 965226b Added a note about getting CarbonLib as a way to get a new Appearance/NavServices. Added Luc Lefebvre to the thanks-list. by Jack Jansen · 24 years ago
  38. 04b8549 Fixes that should make it possible to run Python on machines without NavServices installed. by Jack Jansen · 24 years ago
  39. 5c204ae Fixes that should make it possible to run Python on machines without NavServices installed. Also weak-linked OT libraries so Python can run with extensions disabled. by Jack Jansen · 24 years ago
  40. 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 24 years ago
  41. 30a8181 cope with weird Content-Length values returned from servers by by Jeremy Hylton · 24 years ago
  42. 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 24 years ago
  43. bd2d4f1 Use the \setshortversion macro to specify the abbreviated version number. by Fred Drake · 24 years ago
  44. d5d0435 Use \shortversion in a number of places. by Fred Drake · 24 years ago
  45. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
  46. af2b714 \shortversion, by Fred Drake · 24 years ago
  47. 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  48. 933f0c3 Avoid reference to specific versions of Python where possible. by Fred Drake · 24 years ago
  49. 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 24 years ago
  50. 7ae51bf Remove "," from the list of always_safe characters. It is a reserved by Jeremy Hylton · 24 years ago
  51. d94f707 Use the configure support to determine which ndbm.h header to include. by Fred Drake · 24 years ago
  52. 641fbe6 Allow configure to detect whether ndbm.h or gdbm/ndbm.h is installed. by Fred Drake · 24 years ago
  53. e108a02 Detlef Lannert <lannert@uni-duesseldorf.de>: by Fred Drake · 24 years ago
  54. b15491e Removed exceptions from the required modules (it's builtin nowadays) by Jack Jansen · 24 years ago
  55. 2cecd41 Added Qdoffs and (optionally) icglue modules. by Jack Jansen · 24 years ago
  56. 68f9d95 Added USE_IC and USE_PYEXPAT by Jack Jansen · 24 years ago
  57. a5fa1ff Not relevant anymore, as pyexpat has moved to another maintainer. by Jack Jansen · 24 years ago
  58. ea7ce10 Include Numerical header files in developer distribution. by Jack Jansen · 24 years ago
  59. df23f33 Add several dl.RTLD_ constants. Closes bug 110842. by Martin v. Löwis · 24 years ago
  60. ddef888 Include a link to Francois's po-utils. by Barry Warsaw · 24 years ago
  61. 3a0310a Added --force (-f) option to force installation (including bytecode by Greg Ward · 24 years ago
  62. 1830b21 Bump version to 0.9.3pre. by Greg Ward · 24 years ago
  63. 8c56259 Fix install directories on Mac OS (now that the "install" command by Greg Ward · 24 years ago
  64. d75a276 Fix install directories on Mac OS: now everything goes to by Greg Ward · 24 years ago
  65. 1ed49ee Changed/added a bunch of section labels so HTML files will be named nicely. by Greg Ward · 24 years ago
  66. e24f05e Improve Windows and Mac OS-specific instructions for running the by Greg Ward · 24 years ago
  67. 078fc08 Typo fix -- it's 'ext_modules', not 'extensions'. by Greg Ward · 24 years ago
  68. 0ac9b07 Simplify some of the code. Use PyErr_Format() instead of sprintf(), etc. by Fred Drake · 24 years ago
  69. e92cdba Documentation is good. Let's release more. by Fred Drake · 24 years ago
  70. 0b25053 Make this script handle PyVarObject* functions as well as PyObject* functions. by Fred Drake · 24 years ago
  71. df13b9f Added a note that multiple threads breaks command-. by Jack Jansen · 24 years ago
  72. 31f5550 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  73. 7740a01 Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  74. 9c940ca Moved to Unsupported. by Jack Jansen · 24 years ago
  75. f913e54 Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>: by Fred Drake · 24 years ago
  76. c568173 Re-wrapped some wide comments. by Fred Drake · 24 years ago
  77. b7cf378 Add note that the various \see* macros are only defined in the context by Fred Drake · 24 years ago
  78. 5dc6104 Change the title of the link to the document index to be more specific. by Fred Drake · 24 years ago
  79. ae86d43 Add a reference item pointing to the Namespaces in XML recommendation. by Fred Drake · 24 years ago
  80. 4844998 \seetitle: New macro for building reference list content. by Fred Drake · 24 years ago
  81. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  82. 81cccb7 Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). by Fred Drake · 24 years ago
  83. aafc0c4 When formatting the API manual, use the generated api.tex rather than by Fred Drake · 24 years ago
  84. 7ac743b Bastian Kleineidam: fix so it cleans up the temporary script-building by Greg Ward · 24 years ago
  85. 4b9f493 Upped SIZE to 16MB so IDE can run test.autotest (sigh). by Jack Jansen · 24 years ago
  86. 26d7c14 Final tweaks for 2.0b1 by Jack Jansen · 24 years ago
  87. 94bf62f Deleted ancient file. by Guido van Rossum · 24 years ago
  88. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  89. 0932cb4 Windows installer: In the Start menu IDLE shortcut, explictly invoke the by Tim Peters · 24 years ago
  90. 88fa962 Some updates and fix a bunch of really small consistency nits. by Fred Drake · 24 years ago
  91. 08c5d0c Add documentation for the \pep and \seepep macros. by Fred Drake · 24 years ago
  92. 526a182 Untabify. When compiling in -tt mode, an inconsistent Tab use error by Fred Drake · 24 years ago
  93. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  94. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  95. 14deaae Minor tweaks to get rid of some '\XXX' remarks. by Greg Ward · 24 years ago
  96. 8de9f81 This shouldn't have been here in the first place. by Jack Jansen · 24 years ago
  97. 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
  98. 9f4ab87 Don't include various of the Lib:plat-* folders. by Jack Jansen · 24 years ago
  99. 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
  100. 8a6cdcc Updated for 2.0b1 by Jack Jansen · 24 years ago