1. 5ba5866 Part way to allowing "from __future__ import generators" to communicate by Tim Peters · 23 years ago
  2. 4dbf871 Began actually writing: by Andrew M. Kuchling · 23 years ago
  3. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  4. 045ca7a Remove redundant include of assert.h. by Tim Peters · 23 years ago
  5. 0d5dd68 Python.h: Don't attempt to redefine NDEBUG if it's already defined. by Tim Peters · 23 years ago
  6. b2c075b Define NDEBUG when Py_DEBUG undefined, to disable the assert macro. by Guido van Rossum · 23 years ago
  7. 586b2e3 long_format: Simplify the overly elaborate base-is-a-power-of-2 code. by Tim Peters · 23 years ago
  8. 881fd90 [Bug #438050] Check for sys/poll.h in configure script by Andrew M. Kuchling · 23 years ago
  9. 737fbb3 [Bug #438050] by Andrew M. Kuchling · 23 years ago
  10. 5a76c44 Fix bug #417212: "curses.newwin can return pads" by changing the Python by Andrew M. Kuchling · 23 years ago
  11. 9eb27a8 Fix bug #437487: "2.1 build on Solaris fails if CC is set" by Andrew M. Kuchling · 23 years ago
  12. 3c29602 _Py_GetObjects(): GCC suggests to add () around && within || for some by Guido van Rossum · 23 years ago
  13. 0765976 tabnanny and pyclbr are now found in /Lib by Kurt B. Kaiser · 23 years ago
  14. 03b75dc Remove, was retained for 1.5.2 support by Kurt B. Kaiser · 23 years ago
  15. 1772009 Minimal text editor using MLTE (code based on wed.py, the waste demo). by Jack Jansen · 23 years ago
  16. f0ded2f Various small fixes. The demo now starts to limp along. by Jack Jansen · 23 years ago
  17. e160852 The constants for MLTE. by Jack Jansen · 23 years ago
  18. 212e614 divrem1 & long_format: found a clean way to factor divrem1 so that by Tim Peters · 23 years ago
  19. c8a6b9b long_format(): Simplify new code a bit. by Tim Peters · 23 years ago
  20. 8600b47 Be more permissive in what is accepted as an attribute name; this makes by Fred Drake · 23 years ago
  21. 3eb7860 Installing Idle to site-packages via Distutils does not by Kurt B. Kaiser · 23 years ago
  22. b765176 py-cvs-2001_07_13 (Rev 1.3) merge by Kurt B. Kaiser · 23 years ago
  23. 7711b5f py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  24. 4061054 py-cvs-2001_07_13 (Rev 1.4) merge by Kurt B. Kaiser · 23 years ago
  25. a4c9be8 py-cvs-2001_07_13 (Rev 1.16) merge by Kurt B. Kaiser · 23 years ago
  26. bb6b1e9 py-cvs-2001_07_13 (Rev 1.34) merge by Kurt B. Kaiser · 23 years ago
  27. 752e4d5 py-cvs-2001_07_13 (Rel 1.9) merge by Kurt B. Kaiser · 23 years ago
  28. 8bf5b20 py-cvs-2001_07_13 (Rel 1.7) merge by Kurt B. Kaiser · 23 years ago
  29. df8a40f py-cvs-2000_07_13 (Rev 1.9) merge by Kurt B. Kaiser · 23 years ago
  30. fd182cd py-cvs-2000_07_13 (Rev 1.38) merge by Kurt B. Kaiser · 23 years ago
  31. c683a29 Remove TENTATIVE from the 2.1.1c1 Windows buildno. by Tim Peters · 23 years ago
  32. 44845ba Change the target name for \kbd. by Fred Drake · 23 years ago
  33. 9725fd8 Add another name. by Fred Drake · 23 years ago
  34. 755c23d Oops, one more caret. by Fred Drake · 23 years ago
  35. 377fb1e Fix the markup of the caret charater in a couple of places; LaTeX's by Fred Drake · 23 years ago
  36. 8ee679f Minor changes to match the style guide. by Fred Drake · 23 years ago
  37. 4124a0b Correct a couple of errors noted by Alex Martelli. by Fred Drake · 23 years ago
  38. 7fc8abb Remove comments about XML and HTML; those sections are no by Fred Drake · 23 years ago
  39. 9120df3 Add a little more information about the usage of some terms where the by Fred Drake · 23 years ago
  40. 7a889ce Minor change to match the style guide. by Fred Drake · 23 years ago
  41. 17f690f Minor changes to match the style guide. by Fred Drake · 23 years ago
  42. 6e5e1d9 Minor change to match the style guide. by Fred Drake · 23 years ago
  43. 8da359b Minor changes to match the style guide. by Fred Drake · 23 years ago
  44. 4796c65 py-cvs-rel2_1 (Rev 1.2) merge by Kurt B. Kaiser · 23 years ago
  45. 1313833 py-cvs-rel2_1 (Rev 1.2) merge Copied py-cvs 1.2 changed file to idlefork MAIN by Kurt B. Kaiser · 23 years ago
  46. bdaac36 py-cvs-rel2_1 (rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  47. f61eb42 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  48. fcd44ec py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  49. d5338a8 py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  50. 94bd774 cvs-py-rel2_1 (Rev 1.29 - 1.33) merge by Kurt B. Kaiser · 23 years ago
  51. b2a1de4 Allow [] after a parameter name. We currently take this to be the same as * in front, which isn't 100% correct but good enough. by Jack Jansen · 23 years ago
  52. d4b8361 Fixed the mis-guessed parameters and added support for a few optional parameter types. There's a good chance that this is usable now (but there's no test code yet). by Jack Jansen · 23 years ago
  53. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  54. 2aadb89 First stab at an interface to the Multi Language Text Editor. It compiles and imports, but that's about all. Apple didn't put const in front of their input-only by-reference args, so that needs fixing first. by Jack Jansen · 23 years ago
  55. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 23 years ago
  56. 48b0314 py-cvs-rel2_1 (Rev 1.3) "move "from Tkinter import *" to module level" --jhylton by Kurt B. Kaiser · 23 years ago
  57. bec5e5c py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  58. 4d4d212 cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  59. 6e735c9 Updated this file to match reality. by Guido van Rossum · 23 years ago
  60. 6a945a5 py-cvs-rel2_1 (Rev 1.3) merge "Make the test program work outside IDLE." -- GvR by Kurt B. Kaiser · 23 years ago
  61. 8220fdd py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  62. 233bf2c py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  63. 4e32e7e py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  64. 7717ad6 py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  65. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 23 years ago
  66. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  67. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  68. 0e5fb0a py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  69. 6be6790 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  70. afdf71b py-cvs-rel2_1 (Rev 1.33 - 1.37) merge by Kurt B. Kaiser · 23 years ago
  71. fad225f long_format(): Easy speedup for output bases that aren't a power of 2 (in by Tim Peters · 23 years ago
  72. a3253d7 py-cvs-rel2_1 merge - Remove, lives in /Lib by Kurt B. Kaiser · 23 years ago
  73. 628b362 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  74. 5291d46 py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  75. 6df4bf2 py-cvs-rel2_1 (Rev 1.11 and 1.12) merge by Kurt B. Kaiser · 23 years ago
  76. d6c4c9e py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  77. 6b19741 py-cvs-rel2_1 (Rev 1.1) merge - New File - Force HEAD to trunk with -f by Kurt B. Kaiser · 23 years ago
  78. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  79. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  80. ae67647 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  81. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  82. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  83. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  84. 9a1ae1a py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  85. 180b6be py-cvs-rel1_2 (Rev 1.4) merge, by Kurt B. Kaiser · 23 years ago
  86. 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
  87. 2c278ed Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... by Jack Jansen · 23 years ago
  88. fd4ff52 Actually remove directories from sys.path if they do not exist; the intent by Fred Drake · 23 years ago
  89. 9b23920 Fiddle Windows installer to create Lib/site-packages/REAMDE as by Tim Peters · 23 years ago
  90. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  91. f8c7c20 GC for generator objects. by Neil Schemenauer · 23 years ago
  92. 10c6692 GC for method objects. by Neil Schemenauer · 23 years ago
  93. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  94. 19cd292 GC for frame objects. by Neil Schemenauer · 23 years ago
  95. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  96. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  97. 28358fb Make the test pass now that 10**-15 returns a float instead of raising by Guido van Rossum · 23 years ago
  98. aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
  99. c7e4aca Add xmlrpc. by Guido van Rossum · 23 years ago
  100. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago