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