1. 8ac3627 sre_{parse, compile} no longer define __all__. by Tim Peters · 24 years ago
  2. f2989b2 - restored 1.5.2 compatibility (sorry, eric) by Fredrik Lundh · 24 years ago
  3. ae76367 stupid typo (for some reason, this only caused problems on OpenVMS). by Fredrik Lundh · 24 years ago
  4. 3389f19 Fixed misspelling. by Tim Peters · 24 years ago
  5. 1449585 Bug #132921: None treated differently in cmp() / sort() in 2.1a2. by Tim Peters · 24 years ago
  6. 7855aba Move docstrings out of function table to constants defined near the by Fred Drake · 24 years ago
  7. 4e30378 Bug #132313 error message confusing for assignment in lambda. by Tim Peters · 24 years ago
  8. 7834907 removed __all__ from several modules by Skip Montanaro · 24 years ago
  9. 1ca2ed3 removed __all__ - should probably rename makedict to _makedict unless it is by Skip Montanaro · 24 years ago
  10. 23bafc6 add module-level constants to __all__ by Skip Montanaro · 24 years ago
  11. 0b1f1b5 - Removed debug - Make sure splash screens are visible by Jack Jansen · 24 years ago
  12. 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 · 24 years ago
  13. a4f8e58 Allow selecting a template in findtemplate(), so Classic programs can build Carbon applets and vice-versa. by Jack Jansen · 24 years ago
  14. 881cd36 2.1a2 distribution files. by Jack Jansen · 24 years ago
  15. 0eb5f2d Added a note that this file is incorrect for 2.1a2. by Jack Jansen · 24 years ago
  16. 2f9a9e3 2.1a2 distribution files. by Jack Jansen · 24 years ago
  17. 6f5a4ef Bug #132850 unix line terminator on windows. by Tim Peters · 24 years ago
  18. 657ba27 More changes to attempt to get the menubar back on exit. Without success:-( by Jack Jansen · 24 years ago
  19. fab7415 Made version string shorter for Carbon so it fits on one line. by Jack Jansen · 24 years ago
  20. f3eaf01 More modifications to bring the script output in line with the real thing. by Jack Jansen · 24 years ago
  21. 63cb99e Bug #132816: Compiler warning in PYEXPAT.C for extra ';' by Tim Peters · 24 years ago
  22. c4089d8 In the example showing the irrelevance of start columns, restore that the by Tim Peters · 24 years ago
  23. f3262b7 Add entries for the doctest documentation. by Fred Drake · 24 years ago
  24. 7eb1463 Make a variety of minor markup adjustments. by Fred Drake · 24 years ago
  25. 7688229 SF patch #103808: doctest.py docs by Tim Peters · 24 years ago
  26. 0eb24d9 Set PYTHONPATH when running setup.py in order to override any ambient by Andrew M. Kuchling · 24 years ago
  27. 3081421 Change temp names created by listcomps from [%d] to _[%d], so the one-liner by Tim Peters · 24 years ago
  28. 27eba5e Split the rpath argument into multiple paths, turning it into a list. by Andrew M. Kuchling · 24 years ago
  29. 30537da Fix typo Makefile.pre.in was added in 1.4 by Andrew M. Kuchling · 24 years ago
  30. da23c4f Fix two typos, and add some omitted \option{} markup by Andrew M. Kuchling · 24 years ago
  31. f5d2fdf Hack to make this still work with Python 1.5.2. ;-( by Fred Drake · 24 years ago
  32. 7df9c60 Steven Majewski's instructions for building the toolbox modules for by Jack Jansen · 24 years ago
  33. 6bfa31c Remove the old version of my_StartElementHandler(). This was conditionally by Fred Drake · 24 years ago
  34. fc93b0a Remove trailing comma from 'why_code' enum, which was introduced by the by Thomas Wouters · 24 years ago
  35. 6e0e91a Remove outdated information. Merge now dead BeOS/README-readline. I'm not by Neil Schemenauer · 24 years ago
  36. 0e91dc7 Add more information regarding the altinstall target. by Neil Schemenauer · 24 years ago
  37. 2b2681a Remove confusing explaination about altinstall target and refer to by Neil Schemenauer · 24 years ago
  38. 28aa9d3 Add Include to the list of source directories. by Neil Schemenauer · 24 years ago
  39. b3531b8 Simplify linking on AIX and BeOS (SF patch #103679). by Neil Schemenauer · 24 years ago
  40. 92538fb Build grammar files in their proper place rather than moving them. This should by Neil Schemenauer · 24 years ago
  41. 84521c0 Take output filenames as arguments instead of hard-coding them. by Neil Schemenauer · 24 years ago
  42. 4a7bbcb The usual. by Neil Schemenauer · 24 years ago
  43. 75e3389 Simplify linking on BeOS. Rename some files. Closes SF patch #103679. by Neil Schemenauer · 24 years ago
  44. 1a02086 Linking just got simpiler on AIX and BeOS (closes SF patch #103679). by Neil Schemenauer · 24 years ago
  45. 67ea6d8 Remove a hard coded Python version, and a now incorrect relative path. Closes by Neil Schemenauer · 24 years ago
  46. f0a87ee Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and by Neil Schemenauer · 24 years ago
  47. bd3e888 Moved BeOS/README to Misc/BeOS-NOTES. by Neil Schemenauer · 24 years ago
  48. b1dd9ac No longer relevant. by Neil Schemenauer · 24 years ago
  49. 0e6d213 Whitespace normalization. by Tim Peters · 24 years ago
  50. b61ff29 A few more tweaks (there were a couple of files missing on my work machine). by Jack Jansen · 24 years ago
  51. c982ef2 Waste 1.3 extra's modified for waste 2.0 (and missing from MW's distribution of 2.0). by Jack Jansen · 24 years ago
  52. 0de6580 bunch more __all__ lists by Skip Montanaro · 24 years ago
  53. 04f1d37 mention the use of the maxtries attribute of FancyURLopener in bounding by Skip Montanaro · 24 years ago
  54. c3e11d6 provide simple recovery/escape from apparent redirect recursion. If the by Skip Montanaro · 24 years ago
  55. bf416fa Document default blocksize for storbinary(). by Guido van Rossum · 24 years ago
  56. 4ac8347 Provide a default for the blocksize arg of storbinary(). by Guido van Rossum · 24 years ago
  57. 8ee0614 Rewrite AIX blurb to make clear threads are the default, and add note about by Thomas Wouters · 24 years ago
  58. 0f954a4 Add a few more missing prototypes to the SunOS 4.1.4 section (no SF by Thomas Wouters · 24 years ago
  59. 523ec57 Make some clarifications and corrections based on comments from Guido. by Fred Drake · 24 years ago
  60. e4f1c32 Be more careful to avoid spurious output from the shell script that by Fred Drake · 24 years ago
  61. 8bcc4e8 Commit this so CVS doesn't keep noticing the next version number. by Fred Drake · 24 years ago
  62. 15862f5 Add a note to Node.isSameNode() that it is based on the DOM Level 3 working by Fred Drake · 24 years ago
  63. 1d8ad2b Updated to reflect the additional information and interfaces exported in by Fred Drake · 24 years ago
  64. bd6101c xmlparseobject: Remove the unused conv_attrs field, added an by Fred Drake · 24 years ago
  65. 8e6d44e Patch #103748 from Toby Dickenson: fix typo in test_zlib that turns one by Andrew M. Kuchling · 24 years ago
  66. ed24cd2 DialogWindows now have a self.dlg in addition to self.wid. by Jack Jansen · 24 years ago
  67. 3ff82a3 The new touched() was far too expensive. Re-enabled the old one, the ae-based one is available as touched_ae(). Have to read up on the subject of telling the finder about changes. by Jack Jansen · 24 years ago
  68. 3112bc1 Also create alias to PythonCoreCarbon. Got rid of lots of 68k stuff. by Jack Jansen · 24 years ago
  69. 26ce8fb Started on the 2.1a2 installer. by Jack Jansen · 24 years ago
  70. cc1f951 Test section name using some strange characters, including a backslash by Fred Drake · 24 years ago
  71. d4df94b Be much more permissive in what we accept in section names; there has been by Fred Drake · 24 years ago
  72. d807570 Re-add DOS line-endings and mark the files binary. by Thomas Wouters · 24 years ago
  73. f9bb496 Miranda newlines: if anything at all was written to stdout, supply a by Tim Peters · 24 years ago
  74. 7530208 Feeble attempt to repair obsolete info about hex escapes. by Tim Peters · 24 years ago
  75. 162c6a6 Reflect change in traceback format: "innermost last" --> "most recent call last" by Fred Drake · 24 years ago
  76. 15ad28c Finished the section on weak references by Andrew M. Kuchling · 24 years ago
  77. e7d7e6c Fix two typos by Andrew M. Kuchling · 24 years ago
  78. 60e23f4 Change doctest exception example to one whose detail hasn't changed since 1.5.2. by Tim Peters · 24 years ago
  79. 0eea166 Adapted unweave to Matthias' fixes. It's still off-by-one-space in some cases. by Jack Jansen · 24 years ago
  80. 5401996 Update to properly explain that the default Unicode encoding is ASCII, &c. by Ka-Ping Yee · 24 years ago
  81. ea4f931 Teach doctest about newer "(most recent call last)" traceback spelling. by Tim Peters · 24 years ago
  82. 467d723 Added a comment explaining why this file must really have #! by Guido van Rossum · 24 years ago
  83. 5c4d5bf Related to SF bug 132008 (PyList_Reverse blows up). by Tim Peters · 24 years ago
  84. b86c549 Fix core dump whenever PyList_Reverse() was called. by Guido van Rossum · 24 years ago
  85. 5bba231 The bulk of the credit for these changes goes to Bastian Kleineidam by Skip Montanaro · 24 years ago
  86. 498cb15 Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
  87. a05460c PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values. by Fred Drake · 24 years ago
  88. 95b96d3 Added options that use square brackets in their names; this ensures that by Fred Drake · 24 years ago
  89. d83bbbf Allow square brackets in the option names; this makes it possible to use by Fred Drake · 24 years ago
  90. c17b3cf Richard Fish <rfish@users.sourceforge.net>: by Fred Drake · 24 years ago
  91. 26d813e Got rid of full pathnames in "generated from" comments, so that these files are the same no mater which machine they've been generated on. by Jack Jansen · 24 years ago
  92. e38d481 Add a "description" meta tag that includes a version number. by Fred Drake · 24 years ago
  93. d7f393e In symtable_update_free_vars() do not modify the dictionary while by Jeremy Hylton · 24 years ago
  94. b258bed Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
  95. 90f22fe Brought in line with current config.h.in. by Jack Jansen · 24 years ago
  96. 883a19e Not sure what changed, probably an artefact of the new modules and/or new gusi. by Jack Jansen · 24 years ago
  97. 9826fe5 The interpreters built are now called PythonInterpreterClassic and PythonInterpreterCarbon. The fullbuild script takes care of copying either of these to PythonInterpreter. by Jack Jansen · 24 years ago
  98. 6e27118 Added modules _testcapi, _weakref, _symtable. by Jack Jansen · 24 years ago
  99. 5288c47 Added buttons for building interpreter, carbon standalone. by Jack Jansen · 24 years ago
  100. bfae196 This change makes imputil more closely emulate the standard import by Thomas Heller · 24 years ago