1. 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
  2. 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
  3. 1986412 Added Mlte module (which, to my surprise, is available for classic ppc as well). by Jack Jansen · 23 years ago
  4. 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
  5. 3269cc8 py-cvs-rel2_1 (Rev 1.6 - 1.8) merge by Kurt B. Kaiser · 23 years ago
  6. 48b0314 py-cvs-rel2_1 (Rev 1.3) "move "from Tkinter import *" to module level" --jhylton by Kurt B. Kaiser · 23 years ago
  7. bec5e5c py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  8. 4d4d212 cvs-py-rel2_1 (Rev 1.5) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  9. 6e735c9 Updated this file to match reality. by Guido van Rossum · 23 years ago
  10. 6a945a5 py-cvs-rel2_1 (Rev 1.3) merge "Make the test program work outside IDLE." -- GvR by Kurt B. Kaiser · 23 years ago
  11. 8220fdd py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  12. 233bf2c py-cvs-rel2_1 (Rev 1.2) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  13. 4e32e7e py-cvs-rel2_1 (Rev 1.4) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  14. 7717ad6 py-cvs-rel2_1 (Rev 1.6) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  15. 0960015 Should raise TestSkipped, not ImportError, when deciding to skip the test. by Guido van Rossum · 23 years ago
  16. 9a8c8e2 Having fun on my own time: quicker flat_conjoin; Knights Tour solver by Tim Peters · 23 years ago
  17. 7eea271 py-cvs-rel2_1 (Rev 1.4) merge - move "import *" to module level by Kurt B. Kaiser · 23 years ago
  18. 0e5fb0a py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  19. 6be6790 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  20. afdf71b py-cvs-rel2_1 (Rev 1.33 - 1.37) merge by Kurt B. Kaiser · 23 years ago
  21. fad225f long_format(): Easy speedup for output bases that aren't a power of 2 (in by Tim Peters · 23 years ago
  22. a3253d7 py-cvs-rel2_1 merge - Remove, lives in /Lib by Kurt B. Kaiser · 23 years ago
  23. 628b362 py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  24. 5291d46 py-cvs-rel2_1 (Rev 1.15) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  25. 6df4bf2 py-cvs-rel2_1 (Rev 1.11 and 1.12) merge by Kurt B. Kaiser · 23 years ago
  26. d6c4c9e py-cvs-rel2_1 (Rev 1.12) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  27. 6b19741 py-cvs-rel2_1 (Rev 1.1) merge - New File - Force HEAD to trunk with -f by Kurt B. Kaiser · 23 years ago
  28. 3d97e35 Add entry for xmlrpclib documentation. by Fred Drake · 23 years ago
  29. 5ddf7ad Several markup adjustments so this will format and be more consistent with by Fred Drake · 23 years ago
  30. ae67647 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  31. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  32. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  33. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  34. 9a1ae1a py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  35. 180b6be py-cvs-rel1_2 (Rev 1.4) merge, by Kurt B. Kaiser · 23 years ago
  36. 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
  37. 2c278ed Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... by Jack Jansen · 23 years ago
  38. fd4ff52 Actually remove directories from sys.path if they do not exist; the intent by Fred Drake · 23 years ago
  39. 9b23920 Fiddle Windows installer to create Lib/site-packages/REAMDE as by Tim Peters · 23 years ago
  40. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  41. f8c7c20 GC for generator objects. by Neil Schemenauer · 23 years ago
  42. 10c6692 GC for method objects. by Neil Schemenauer · 23 years ago
  43. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  44. 19cd292 GC for frame objects. by Neil Schemenauer · 23 years ago
  45. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  46. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  47. 28358fb Make the test pass now that 10**-15 returns a float instead of raising by Guido van Rossum · 23 years ago
  48. aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
  49. c7e4aca Add xmlrpc. by Guido van Rossum · 23 years ago
  50. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  51. 0ec9aba On long to the negative long power, let float handle it instead of by Guido van Rossum · 23 years ago
  52. b82fedc On int to the negative integral power, let float handle it instead of by Guido van Rossum · 23 years ago
  53. e9880c8 py-cvs merge, python 1.5.2 compatability by Steven M. Gava · 23 years ago
  54. 42f6c64 py-cvs merge, better error dialog by Steven M. Gava · 23 years ago
  55. 9713992 py-cvs merge, additions by Steven M. Gava · 23 years ago
  56. 817a76c py-cvs merge, correct indentation by Steven M. Gava · 23 years ago
  57. fc0386c py-cvs merge, correct typo by Steven M. Gava · 23 years ago
  58. 569b17f py-cvs merge, update colour changing info by Steven M. Gava · 23 years ago
  59. 6a479f5 PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix by Tim Peters · 23 years ago
  60. 9fe8828 py-cvs merge, idle_dir loading changed by Steven M. Gava · 23 years ago
  61. ba910c1 py-cvs merge, version update by Steven M. Gava · 23 years ago
  62. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  63. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  64. 07178d2 For \kbd, be more prescriptive regarding how keystrokes should be written. by Fred Drake · 23 years ago
  65. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  66. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 23 years ago
  67. 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 23 years ago
  68. fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 23 years ago
  69. 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
  70. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  71. b905633 xmlrpclib for python 2.2; initial checkin by Fredrik Lundh · 23 years ago
  72. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  73. 109d986 The usual... by Fred Drake · 23 years ago
  74. 9f71582 Check for --with-pydebug earlier, and record the result. by Fred Drake · 23 years ago
  75. 79c8671 SF patch #440144: Tests and minor bugfix for uu module by Tim Peters · 23 years ago
  76. 9178af1 Initial revision by Kurt B. Kaiser · 23 years ago
  77. 780028e Change the way hex type-ins are displayed. The old way was way too by Barry Warsaw · 23 years ago
  78. ffa926d __init__(), save_views(): Catch ValueError along with IOError and by Barry Warsaw · 23 years ago
  79. 698c149 Update a comment. by Barry Warsaw · 23 years ago
  80. 179048f __init__(): Use augmented assignments. by Barry Warsaw · 23 years ago
  81. 8e4fa07 De-string-module-ification. by Barry Warsaw · 23 years ago
  82. 60e1886 __version__: Bump to 1.2 by Barry Warsaw · 23 years ago
  83. 95cf9d9 __populate(): Use augmented assignments. by Barry Warsaw · 23 years ago
  84. b4d8612 __delta(): Use augmented assignments. by Barry Warsaw · 23 years ago
  85. 6c50ae0 De-string-module-ification and other Python 2.x improvements. by Barry Warsaw · 23 years ago
  86. 2803046 Update a comment. by Barry Warsaw · 23 years ago
  87. 3e481de Updated documentation, and bump the version number to 1.2. by Barry Warsaw · 23 years ago
  88. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  89. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  90. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
  91. bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
  92. 05be1a0 Ported to Windows: by Guido van Rossum · 23 years ago
  93. 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
  94. 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 23 years ago
  95. 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
  96. 06e415f initregex(): this function is declared void, so the recent change to by Tim Peters · 23 years ago
  97. 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
  98. 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
  99. e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
  100. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago