1. cb4638a Change the grammar productions to use the new productionlist environment; by Fred Drake · 23 years ago
  2. b2d1006 Update the description of how to start an interpreter and determine the by Fred Drake · 23 years ago
  3. b4b64da Add \ulink, grammar production markup. by Fred Drake · 23 years ago
  4. 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 23 years ago
  5. bde8d1c Revise a comment about styles I don't think LaTeX2HTML can generate, by Fred Drake · 23 years ago
  6. 432cef0 Add new material on some markup that will be checked in shortly. This by Fred Drake · 23 years ago
  7. 238858f Packaged versions of the HTML format need to include any .txt files that by Fred Drake · 23 years ago
  8. 7e79b9e More names, yay! by Fred Drake · 23 years ago
  9. 0a650d7 Add entries for recently defined markup. by Fred Drake · 23 years ago
  10. dde993c Simplification to mirror a better conversion specification and more by Fred Drake · 23 years ago
  11. b5fc0ab Allow optional arguments to LaTeX macros to span lines. This is legal in by Fred Drake · 23 years ago
  12. e06cbb8 bug #436596 by Fredrik Lundh · 23 years ago
  13. fd44eab Once again, attempt to preserve $Revision$ by Barry Warsaw · 23 years ago
  14. 907e76b Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  15. 19b1c61 (py-version): Hopefully fixed my XEmacs settings so this doesn't get by Barry Warsaw · 23 years ago
  16. 4269601 Amazing. A very subtle change in policy in descr-branch actually by Guido van Rossum · 23 years ago
  17. ab1df4f Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  18. 40fb452 (py-continuation-offset): Update docstring to describe that this by Barry Warsaw · 23 years ago
  19. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  20. 6ee4234 SF bug #439104: Tuple richcompares has code-typo. by Tim Peters · 23 years ago
  21. ed51494 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  22. beb6713 When reading a continuation line, make sure we still use the transformed by Fred Drake · 23 years ago
  23. 45c23e6 Explain the exit code for the wait() method, including a reference to by Fred Drake · 23 years ago
  24. 15e33d8 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  25. 1a7f16c Removed fpectlmodule.c and fpetestmodule.c from the Windows build. They by Tim Peters · 23 years ago
  26. bcd1df7 The fpectl module does not work on Windows, so remove Windows from the by Fred Drake · 23 years ago
  27. a939911 Fix a markup error: do not omit a method's parameter list if it is empty. by Fred Drake · 23 years ago
  28. dc19163 Allow underscores in tag names and quote characters in unquoted attribute by Fred Drake · 23 years ago
  29. 25211f5 Added more information on the differences between the htmllib and HTMLParser by Fred Drake · 23 years ago
  30. 5fe2c13 List constraints on xrange() objects. by Guido van Rossum · 23 years ago
  31. c09cf33 Rip out tests for xrange() features no longer supported. by Guido van Rossum · 23 years ago
  32. 643d391 News about xrange(). by Guido van Rossum · 23 years ago
  33. cfd829e Complete the xrange-simplification checkins: call PyRange_New() with by Guido van Rossum · 23 years ago
  34. 3f56166 Rip out the fancy behaviors of xrange that nobody uses: repeat, slice, by Guido van Rossum · 23 years ago
  35. 25ddc63 - minor cleanup, removed bogus comments by Just van Rossum · 23 years ago
  36. 924e18e don't crash when encountering bad marshal data by Just van Rossum · 23 years ago
  37. 0f9431f SF bug #438295: [Windows] __init__.py cause strange behavior by Tim Peters · 23 years ago
  38. c90acb9 Do conversion of CFStrings to/from unicode. by unknown · 23 years ago
  39. d1054ef Set the default 8-bit encoding based on the system script and language. by unknown · 23 years ago
  40. f428aef Don't promise mac-japanese encoding as we don't have a codec for it. by unknown · 23 years ago
  41. 3156956 Added a non-recursive implementation of conjoin(), and a Knight's Tour by unknown · 23 years ago
  42. a5aa0b5 dummy checkin for testing, please ignore by unknown · 23 years ago
  43. fee75ac Fix for SF bug #425868. by unknown · 23 years ago
  44. 67bbd7a Clean up a bare except: clause. by unknown · 23 years ago
  45. 3db163a Clean up a bare except: clause. by unknown · 23 years ago
  46. fbe7b4f Make the implementations of getElementsByTagName() and by Fred Drake · 23 years ago
  47. ec3dfde Only write out one blank line before the request data. by Fred Drake · 23 years ago
  48. d153a98 Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 23 years ago
  49. c52dc0b Null commit with -f option to force an uprev and put HEADs firmly on the trunk. by Kurt B. Kaiser · 23 years ago
  50. 9e3ad78 This change adjusts the profiling/tracing support so that the common by Fred Drake · 23 years ago
  51. d89a2e7 bug #416670 by Fredrik Lundh · 23 years ago
  52. ee2f18d bug #232815 by Fredrik Lundh · 23 years ago
  53. 20006b2 Marked the parameters to Stats.print_*() as optional. by Fred Drake · 23 years ago
  54. df781e6 reapplied darryl gallion's minimizing repeat fix. I'm still not 100% by Fredrik Lundh · 23 years ago
  55. cb9be93 Add another name. by Fred Drake · 23 years ago
  56. f71ae46 pythonware repository roundtrip (untabification) by Fredrik Lundh · 23 years ago
  57. 19af43d added martin's BIGCHARSET patch to SRE 2.1.1. martin reports 2x by Fredrik Lundh · 23 years ago
  58. 1fb5ce0 Avoid using os.path.normcase() on sys.path elements; doing so causes paths by Fred Drake · 23 years ago
  59. b0f05bd merged with pythonware's SRE 2.1.1 codebase by Fredrik Lundh · 23 years ago
  60. 4542897 Added the new unicode defines. Not really tested yet, but Python compiles again at least. by Jack Jansen · 23 years ago
  61. 683ecc7 Nuke hard tabs. by Tim Peters · 23 years ago
  62. d1c2965 Whitespace normalization; the plat-riscos file didn't even get by tabnanny.py. by Tim Peters · 23 years ago
  63. 8734952 Add tentative 2.1.1 Windows build numbers. by Tim Peters · 23 years ago
  64. 3530266 A clever union-find implementation from c.l.py, due to David Eppstein. by Tim Peters · 23 years ago
  65. eefac35 Added WeakLink...Generator classes (should have done that ages ago). These check the c-function pointer for being NULL before calling it and raise UnimplementedError if it is. by Jack Jansen · 23 years ago
  66. 340d98f - Use weaklink generators so we can support OSX-only calls without crashing on OS9. by Jack Jansen · 23 years ago
  67. c468fd2 Derive an industrial-strength conjoin() via cross-recursion loop unrolling, by Tim Peters · 23 years ago
  68. 4efb6e9 Turns out Neil didn't intend for *all* of his gen-branch work to get committed. by Tim Peters · 23 years ago
  69. 88e6625 Use the more conventional "self" as the name of the self parameter in an by Fred Drake · 23 years ago
  70. 0c20904 Correct a markup error for an accented character. by Fred Drake · 23 years ago
  71. 58c9539 Removed some stray periods, and fix up a number of visible markup by Fred Drake · 23 years ago
  72. 9c3c5e4 Two more names. by Fred Drake · 23 years ago
  73. f29ca18 SourceForge bug #437041: by Fred Drake · 23 years ago
  74. 9f9bd6a Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>: by Fred Drake · 23 years ago
  75. 52b8c29 Solve SF bug #231249: cgi.py opens too many (temporary) files. by Guido van Rossum · 23 years ago
  76. be4f0a7 Added a simple but general backtracking generator (conjoin), and a couple by Tim Peters · 23 years ago
  77. 7becc91 Added CFURL support, and got base chaining to really work. by Jack Jansen · 23 years ago
  78. 1319abf Make basechain a class variable in stead of initializing it in __init__. That way it's more easily overridden. by Jack Jansen · 23 years ago
  79. 08a898f Another "if 0:" hack, this time to complain about otherwise invisible by Tim Peters · 23 years ago
  80. 72b0685 removed "register const" from scalar arguments to the unicode predicates by Fredrik Lundh · 23 years ago
  81. bc7c896 CFArray, CFData and CFDictonary are now covered, but mainly opaque. by Jack Jansen · 23 years ago
  82. 4f0f158 Added a couple more types that Apple has taken a fancy to. by Jack Jansen · 23 years ago
  83. a43e703 Add more items that need to be written about by Andrew M. Kuchling · 23 years ago
  84. fd91779 Default to ucs2 when no argument to --enable-unicode is specified. by Martin v. Löwis · 23 years ago
  85. 793c197 make wchar_t usable again on Windows (this enables the MBCS codecs) by Fredrik Lundh · 23 years ago
  86. 5755ce6 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  87. 55fb6e0 Revise the interface to the profiling and tracing support for the by Fred Drake · 23 years ago
  88. 8f45585 use Py_UNICODE_WIDE instead of USE_UCS4_STORAGE and Py_UNICODE_SIZE tests. by Fredrik Lundh · 23 years ago
  89. 3f8c2e1 Replace the text with a link to the PEP-ified version. by Barry Warsaw · 23 years ago
  90. 6994097 Remove duplicate ', ' in dbhash.open()'s argument list. by Thomas Wouters · 23 years ago
  91. f6ed074 This no longer leaks memory when run in an infinite loop. However, by Tim Peters · 23 years ago
  92. ce9b5a5 Encode surrogates in UTF-8 even for a wide Py_UNICODE. by Martin v. Löwis · 23 years ago
  93. 236d8b7 Cosmetic changes to MvL's change to unichr(): by Guido van Rossum · 23 years ago
  94. 9b14ab3 Make Unicode work a bit better on Windows... by Fredrik Lundh · 23 years ago
  95. ac93bc2 When decoding UTF-16, don't assume that the buffer is in native endianness by Martin v. Löwis · 23 years ago
  96. 208efe5 Windows build broke from recent Unicode changes -- need to #define by Tim Peters · 23 years ago
  97. e77f2e2 gen_getattr: make the gi_running and gi_frame members discoverable (but by Tim Peters · 23 years ago
  98. 0ba70cc Support using UCS-4 as the Py_UNICODE type: by Martin v. Löwis · 23 years ago
  99. ff1cc90 Added a Parser_OSX class that can parse new-style (C-only) headers, by Jack Jansen · 23 years ago
  100. f4b9fb7 Added CF module build and project generation (carbon only). by Jack Jansen · 23 years ago