1. ae67647 py-cvs-rel2_1 (Rev 1.8) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  2. a1d5455 Remove the last remnants of the hacks to worm around leaks. by Tim Peters · 23 years ago
  3. 3446365 Repair flawed example. by Tim Peters · 23 years ago
  4. c4889c4 Remove now-unnecessary "from __future__ import nested_scopes" stmts. by Tim Peters · 23 years ago
  5. 9a1ae1a py-cvs-rel2_1 (Rev 1.3) merge - whitespace normalization by Kurt B. Kaiser · 23 years ago
  6. 180b6be py-cvs-rel1_2 (Rev 1.4) merge, by Kurt B. Kaiser · 23 years ago
  7. 602cf58 Generate a more meaningful message regarding the type of the documentation by Fred Drake · 23 years ago
  8. 2c278ed Fixed another case of the PyArg_Parse 'h' semantic change problem, sigh... by Jack Jansen · 23 years ago
  9. fd4ff52 Actually remove directories from sys.path if they do not exist; the intent by Fred Drake · 23 years ago
  10. 9b23920 Fiddle Windows installer to create Lib/site-packages/REAMDE as by Tim Peters · 23 years ago
  11. f4bdb57 Fix return value for m.group() for groups not in the part of the RE that by Fred Drake · 23 years ago
  12. f8c7c20 GC for generator objects. by Neil Schemenauer · 23 years ago
  13. 10c6692 GC for method objects. by Neil Schemenauer · 23 years ago
  14. 7eac9b7 GC for iterator objects. by Neil Schemenauer · 23 years ago
  15. 19cd292 GC for frame objects. by Neil Schemenauer · 23 years ago
  16. b20e9db Remove reference cycle breaking code. The GC now takes care of it. by Neil Schemenauer · 23 years ago
  17. 88c761a Test GC of frame objects. by Neil Schemenauer · 23 years ago
  18. 28358fb Make the test pass now that 10**-15 returns a float instead of raising by Guido van Rossum · 23 years ago
  19. aa31429 Enable nested scopes by default. by Guido van Rossum · 23 years ago
  20. c7e4aca Add xmlrpc. by Guido van Rossum · 23 years ago
  21. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  22. 0ec9aba On long to the negative long power, let float handle it instead of by Guido van Rossum · 23 years ago
  23. b82fedc On int to the negative integral power, let float handle it instead of by Guido van Rossum · 23 years ago
  24. e9880c8 py-cvs merge, python 1.5.2 compatability by Steven M. Gava · 23 years ago
  25. 42f6c64 py-cvs merge, better error dialog by Steven M. Gava · 23 years ago
  26. 9713992 py-cvs merge, additions by Steven M. Gava · 23 years ago
  27. 817a76c py-cvs merge, correct indentation by Steven M. Gava · 23 years ago
  28. fc0386c py-cvs merge, correct typo by Steven M. Gava · 23 years ago
  29. 569b17f py-cvs merge, update colour changing info by Steven M. Gava · 23 years ago
  30. 6a479f5 PEP 250: Add lib/site-packages to sys.path on Windows; also sys.prefix by Tim Peters · 23 years ago
  31. 9fe8828 py-cvs merge, idle_dir loading changed by Steven M. Gava · 23 years ago
  32. ba910c1 py-cvs merge, version update by Steven M. Gava · 23 years ago
  33. e304bb9 First version of xmlrpclib docs. Probably has markup errors; is not complete, by Eric S. Raymond · 23 years ago
  34. 682d5f3 Follow the recommended practices for keystroke representation; this by Fred Drake · 23 years ago
  35. 07178d2 For \kbd, be more prescriptive regarding how keystrokes should be written. by Fred Drake · 23 years ago
  36. e38b2f1 Re-do the broken-nice() patch to break less platforms. Hopefully none :P by Thomas Wouters · 23 years ago
  37. 3230d5c SF patch #440170: Tests for fileinput module. by Tim Peters · 23 years ago
  38. 48dacc6 SF patch #440144: Tests and minor bugfix for uu module. by Tim Peters · 23 years ago
  39. fa77487 Move the section on concrete numeric objects before the section on by Fred Drake · 23 years ago
  40. 7bf8277 Note addition of xmlrpclib by Andrew M. Kuchling · 23 years ago
  41. 9bbc933 Added information about the timeout parameter to the poll() method for by Fred Drake · 23 years ago
  42. b905633 xmlrpclib for python 2.2; initial checkin by Fredrik Lundh · 23 years ago
  43. c2c12dc Patch #439995 (slightly modified from the uploaded version): by Thomas Wouters · 23 years ago
  44. 109d986 The usual... by Fred Drake · 23 years ago
  45. 9f71582 Check for --with-pydebug earlier, and record the result. by Fred Drake · 23 years ago
  46. 79c8671 SF patch #440144: Tests and minor bugfix for uu module by Tim Peters · 23 years ago
  47. 9178af1 Initial revision by Kurt B. Kaiser · 23 years ago
  48. 780028e Change the way hex type-ins are displayed. The old way was way too by Barry Warsaw · 23 years ago
  49. ffa926d __init__(), save_views(): Catch ValueError along with IOError and by Barry Warsaw · 23 years ago
  50. 698c149 Update a comment. by Barry Warsaw · 23 years ago
  51. 179048f __init__(): Use augmented assignments. by Barry Warsaw · 23 years ago
  52. 8e4fa07 De-string-module-ification. by Barry Warsaw · 23 years ago
  53. 60e1886 __version__: Bump to 1.2 by Barry Warsaw · 23 years ago
  54. 95cf9d9 __populate(): Use augmented assignments. by Barry Warsaw · 23 years ago
  55. b4d8612 __delta(): Use augmented assignments. by Barry Warsaw · 23 years ago
  56. 6c50ae0 De-string-module-ification and other Python 2.x improvements. by Barry Warsaw · 23 years ago
  57. 2803046 Update a comment. by Barry Warsaw · 23 years ago
  58. 3e481de Updated documentation, and bump the version number to 1.2. by Barry Warsaw · 23 years ago
  59. 3eec762 - fixed some re usage, partly so it'll still work when re uses pre instead by Just van Rossum · 23 years ago
  60. 353ae58 SF Patch #432457 by Jason Tishler: support for readline 4.2. by Guido van Rossum · 23 years ago
  61. d854831 Corrected the refcount information for PyList_SET_ITEM(). by Fred Drake · 23 years ago
  62. bab2965 Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), by Fred Drake · 23 years ago
  63. 05be1a0 Ported to Windows: by Guido van Rossum · 23 years ago
  64. 12060e5 Added descriptions for some modules that previously did not have any by Fred Drake · 23 years ago
  65. 39f1b36 A test suite for SocketServer.py that exposes the various bugs just by Guido van Rossum · 23 years ago
  66. 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
  67. 06e415f initregex(): this function is declared void, so the recent change to by Tim Peters · 23 years ago
  68. 67f193f Add a little bit more about the XML migration plan. This still needs a lot by Fred Drake · 23 years ago
  69. 03e88da Add conversion information for the grammar production support (preliminary). by Fred Drake · 23 years ago
  70. e30ac57 Fix for SF bug #436525, reported by Greg Kochanski: by Thomas Wouters · 23 years ago
  71. efafcea Re-add 'advanced' xrange features, adding DeprecationWarnings as discussed by Thomas Wouters · 23 years ago
  72. 4ccf119 initregex(): Check return value of PyErr_Warn() and propagate the exception by Thomas Wouters · 23 years ago
  73. 4e566ab Implemented minimal FSRef support, plus conversion between FSRefs, FSSpecs and pathnames where applicable. by Jack Jansen · 23 years ago
  74. 2d96f11 map re.sub() to string.replace(), when possible by Fredrik Lundh · 23 years ago
  75. 44835d8 Move & update a comment. by Fred Drake · 23 years ago
  76. de6dc1e Change the way notification mails are sent so people who respond to the by Fred Drake · 23 years ago
  77. 8e0c09d More reference count information. by Fred Drake · 23 years ago
  78. cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 23 years ago
  79. b2d1006 Update the description of how to start an interpreter and determine the by Fred Drake · 23 years ago
  80. b4b64da Add \ulink, grammar production markup. by Fred Drake · 23 years ago
  81. 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 23 years ago
  82. bde8d1c Revise a comment about styles I don't think LaTeX2HTML can generate, by Fred Drake · 23 years ago
  83. 432cef0 Add new material on some markup that will be checked in shortly. This by Fred Drake · 23 years ago
  84. 238858f Packaged versions of the HTML format need to include any .txt files that by Fred Drake · 23 years ago
  85. 7e79b9e More names, yay! by Fred Drake · 23 years ago
  86. 0a650d7 Add entries for recently defined markup. by Fred Drake · 23 years ago
  87. dde993c Simplification to mirror a better conversion specification and more by Fred Drake · 23 years ago
  88. b5fc0ab Allow optional arguments to LaTeX macros to span lines. This is legal in by Fred Drake · 23 years ago
  89. e06cbb8 bug #436596 by Fredrik Lundh · 23 years ago
  90. fd44eab Once again, attempt to preserve $Revision$ by Barry Warsaw · 23 years ago
  91. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  92. 19b1c61 (py-version): Hopefully fixed my XEmacs settings so this doesn't get by Barry Warsaw · 23 years ago
  93. 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 23 years ago
  94. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  95. 40fb452 (py-continuation-offset): Update docstring to describe that this by Barry Warsaw · 23 years ago
  96. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  97. 6ee4234 SF bug #439104: Tuple richcompares has code-typo. by Tim Peters · 23 years ago
  98. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  99. beb6713 When reading a continuation line, make sure we still use the transformed by Fred Drake · 23 years ago
  100. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago