1. 8f65aef Revise the rules for building the distribution files for the HTML format. by Fred Drake · 23 years ago
  2. 0068e9c Mirror Guido's latest changes to the license file. by Fred Drake · 23 years ago
  3. 5e06b84 Be more specific about some of the dependencies, to avoid re-building when by Fred Drake · 23 years ago
  4. f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
  5. 1f4cc89 Remove a couple of lines from the test that proved not to be portable to by Fred Drake · 23 years ago
  6. 817ed5a Kill another merge zombie. by Tim Peters · 23 years ago
  7. 3a3bb21 Kill another merge zombie. by Fred Drake · 23 years ago
  8. c4fefb1 Kill a merge zombie. by Fred Drake · 23 years ago
  9. 38c2ef0 Start of a test suite for the "os" module -- this only tests the temporary by Fred Drake · 23 years ago
  10. 6f70d62 Used an adapted MethodGenerator to generate methods too for functions that have the object as the second arg after a first CFAllocatorRef arg (which we pass as NULL always anyway). by Jack Jansen · 23 years ago
  11. 3d3a91c Oops, left in a debug statement. It's gone now. by Jack Jansen · 23 years ago
  12. efaef13 Update the availability information for os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  13. 78b71c2 On Windows, tempnam() is spelled with a leading underscore. by Fred Drake · 23 years ago
  14. 832181e Define the constants needed to allow the os.tempnam(), os.tmpfile(), and by Fred Drake · 23 years ago
  15. 7b4dd76 A new attempt at rationalizing the "history of the software" section, by Guido van Rossum · 23 years ago
  16. 68db730 Adding what's done of the documentation for the new profiling & by Fred Drake · 23 years ago
  17. 6e4f2c0 Use the "st" versions of the "ast" calls in the parser module -- there is by Fred Drake · 23 years ago
  18. c2683dd The syntax trees handled by this module are not "abstract," so take the by Fred Drake · 23 years ago
  19. 11a0d10 Typo repair. by Tim Peters · 23 years ago
  20. 2c7a685 Remove code to initialize globals that are never used. by Fred Drake · 23 years ago
  21. c32cc7c Delete sentence fragment (noted by Fred Bremmer) by Andrew M. Kuchling · 23 years ago
  22. 55a7899 - Add news about generators. by Guido van Rossum · 23 years ago
  23. 1385a57 Bump the release number. by Fred Drake · 23 years ago
  24. da62ecc Add a really stupid warning about 'yield' used as an identifier. by Guido van Rossum · 23 years ago
  25. 16649a8 Make the syntax for compound command lines more portable (nmake, CygWin). by Fred Drake · 23 years ago
  26. 3cae66b Script to re-write @FOO@-style marks with values, initializing the by Fred Drake · 23 years ago
  27. 63d1d26 Update the release information. by Fred Drake · 23 years ago
  28. b1a77dd Deleting zombies by Guido van Rossum · 23 years ago
  29. f8a17b1 Now we're picking nits: get my name right! ;-) by Fred Drake · 23 years ago
  30. 6ea9f0b Add FLD to credit list Correct grammatical error by Andrew M. Kuchling · 23 years ago
  31. aebbca3 Job.__init__(): Only create the builddir directory if it will be used (by by Fred Drake · 23 years ago
  32. 1b776a2 Deleting merge zombie. by Guido van Rossum · 23 years ago
  33. 0d00254 Cleaned up a number of minor nits, use markup a little more consistently. by Fred Drake · 23 years ago
  34. 4cf52a9 Minor rewrites to iterator and generator sections by Andrew M. Kuchling · 23 years ago
  35. e78661b Fix a couple of minor markup nits. by Fred Drake · 23 years ago
  36. 59e07bd INSTALLATION: Remove the coexist.patch instructions by Kurt B. Kaiser · 23 years ago
  37. c9a4215 Put this in the attic, at least for now... by Kurt B. Kaiser · 23 years ago
  38. 96d8842 Implement idle command interface as suggested by GvR [idle-dev] 16 July by Kurt B. Kaiser · 23 years ago
  39. 0eb4f3e Prepare Windows installer for 2.2a1. by Tim Peters · 23 years ago
  40. cf580c7 Added tests for the new yield support in the parser module. by Fred Drake · 23 years ago
  41. 02126f2 Add support for yield statements. (Should be merged with descr branch.) by Fred Drake · 23 years ago
  42. 654c8db Typo in the classic mlte build line. by Jack Jansen · 23 years ago
  43. e85e4e4 The TNXDraw gworld argument is optional. by Jack Jansen · 23 years ago
  44. e160fe1 It now works under Carbon. Under Classic the scrollbars don't show by Jack Jansen · 23 years ago
  45. 861adac This has never worked on Windows. Now it does. If it breaks on Unix now, by Tim Peters · 23 years ago
  46. 95400a2 Updated the documentation in several respects: by Barry Warsaw · 23 years ago
  47. 0606933 test_basic(): Add a test for "person@dom.ain (User J. Person)" which by Barry Warsaw · 23 years ago
  48. b8a55c0 Stoopid change, just to mention that the last checkin resolves SF bug #437395 by Barry Warsaw · 23 years ago
  49. 9ec58aa Fix address parsing to be RFC 2822 conformant. Specifically, dots are by Barry Warsaw · 23 years ago
  50. 84c10b1 File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that. by Jack Jansen · 23 years ago
  51. 19ff4ac Add a unit test for sgmllib (needs work, but has already caught problems). by Fred Drake · 23 years ago
  52. 14f6c18 Give more useful information about a failing PyUnit-style test. by Fred Drake · 23 years ago
  53. 50bc19f Remove a duplicate test. by Fred Drake · 23 years ago
  54. 0381339 Document doctest's generator-future hack. by Tim Peters · 23 years ago
  55. fb38c76 In CDATA mode, make sure entity-reference syntax is not interpreted; by Fred Drake · 23 years ago
  56. e16c7ae jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base' by Guido van Rossum · 23 years ago
  57. a1b3a47 PyRun_StringFlags(): forgot to pass the flags on to by Guido van Rossum · 23 years ago
  58. 1baac72 Fix SF #441664: Python crash on del of a slice of a mmap by Thomas Wouters · 23 years ago
  59. 687a17d Revise the description of time.clock() so that it correctly describes the by Fred Drake · 23 years ago
  60. 63a4740 Fix a mismatched parenthesis in the last patch. by Guido van Rossum · 23 years ago
  61. ddeb135 Use \longprogramopt, as suggested by FLD by Andrew M. Kuchling · 23 years ago
  62. 286b107 [Bug #441527] Fixes for preprocessor support, contributed by Tarn by Andrew M. Kuchling · 23 years ago
  63. ced2366 Use \verb for configure switches, because inside \code multiple dashes by Andrew M. Kuchling · 23 years ago
  64. 2cd712b Write some entries in the "Other changes" section by Andrew M. Kuchling · 23 years ago
  65. d65ca72 Added installation instructions. by Kurt B. Kaiser · 23 years ago
  66. 91e476f Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  67. fe2127d Ugly. A pile of new xxxFlags() functions, to communicate to the parser by Tim Peters · 23 years ago
  68. e75785a Call out IDLE Fork in startup message. by Kurt B. Kaiser · 23 years ago
  69. 21ebb21 Add a script "idles" which opens a Python Shell window. by Kurt B. Kaiser · 23 years ago
  70. 51d76f1 future.c: insert a cosmetic space. by Tim Peters · 23 years ago
  71. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  72. 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
  73. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  74. 045ca7a Remove redundant include of assert.h. by Tim Peters · 23 years ago
  75. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  76. b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
  77. 586b2e3 long_format: Simplify the overly elaborate base-is-a-power-of-2 code. by Tim Peters · 23 years ago
  78. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  79. 737fbb3 [Bug #438050] by Andrew M. Kuchling · 23 years ago
  80. 5a76c44 Fix bug #417212: "curses.newwin can return pads" by changing the Python by Andrew M. Kuchling · 23 years ago
  81. 9eb27a8 Fix bug #437487: "2.1 build on Solaris fails if CC is set" by Andrew M. Kuchling · 23 years ago
  82. 3c29602 _Py_GetObjects(): GCC suggests to add () around && within || for some by Guido van Rossum · 23 years ago
  83. 0765976 tabnanny and pyclbr are now found in /Lib by Kurt B. Kaiser · 23 years ago
  84. 03b75dc Remove, was retained for 1.5.2 support by Kurt B. Kaiser · 23 years ago
  85. 1772009 Minimal text editor using MLTE (code based on wed.py, the waste demo). by Jack Jansen · 23 years ago
  86. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 23 years ago
  87. e160852 The constants for MLTE. by Jack Jansen · 23 years ago
  88. 212e614 divrem1 & long_format: found a clean way to factor divrem1 so that by Tim Peters · 23 years ago
  89. c8a6b9b long_format(): Simplify new code a bit. by Tim Peters · 23 years ago
  90. 8600b47 Be more permissive in what is accepted as an attribute name; this makes by Fred Drake · 23 years ago
  91. 3eb7860 Installing Idle to site-packages via Distutils does not by Kurt B. Kaiser · 23 years ago
  92. b765176 py-cvs-2001_07_13 (Rev 1.3) merge by Kurt B. Kaiser · 23 years ago
  93. 7711b5f py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  94. 4061054 py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  95. a4c9be8 py-cvs-2001_07_13 (Rev 1.16) merge by Kurt B. Kaiser · 23 years ago
  96. bb6b1e9 py-cvs-2001_07_13 (Rev 1.34) merge by Kurt B. Kaiser · 23 years ago
  97. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 23 years ago
  98. 8bf5b20 py-cvs-2001_07_13 (Rel 1.7) merge by Kurt B. Kaiser · 23 years ago
  99. df8a40f py-cvs-2000_07_13 (Rev 1.9) merge by Kurt B. Kaiser · 23 years ago
  100. fd182cd py-cvs-2000_07_13 (Rev 1.38) merge by Kurt B. Kaiser · 23 years ago