1. cc2b81e \py@varvars: Merge the various definitions to be the simplist one that by Fred Drake · 24 years ago
  2. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  3. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  4. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  5. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  6. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  7. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  8. 29d0a00 TESTOPTS: Since gc is enabled by default now (this may change for the by Barry Warsaw · 24 years ago
  9. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  10. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  11. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  12. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  13. bd599b5 Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  14. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  15. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  16. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  17. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  18. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  19. 14f5158 Use METH_VARARGS instead of numeric constant 1 by Andrew M. Kuchling · 24 years ago
  20. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  21. a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
  22. 3b96d0b Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal by Andrew M. Kuchling · 24 years ago
  23. a6a0ab4 Adding a LICENSE file so we can have it in the 1.6 release. by Guido van Rossum · 24 years ago
  24. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  25. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  26. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  27. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  28. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  29. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  30. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  31. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  32. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  33. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  34. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  35. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  36. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  37. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  38. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  39. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago
  40. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  41. fb06539 My fix to the URL accidentally also switched back to the "pre" module. by Guido van Rossum · 24 years ago
  42. 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
  43. 329e291 Removed decl of unreferenced vrbl. by Tim Peters · 24 years ago
  44. 8c74335 Replace the jitterbug page with the SF Bug Tracker page. by Guido van Rossum · 24 years ago
  45. 367e46a Of course, you meant "#if 0" and not "#ifdef 0". :) by Guido van Rossum · 24 years ago
  46. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  47. 19c6afb Include the dependence of sysmodule on the patchlevel.h include, so by Fred Drake · 24 years ago
  48. 29b8d5a add support for HTTPS by Jeremy Hylton · 24 years ago
  49. 1c2b178 Guido said this is food for the beta-testers<wink> by Peter Schneider-Kamp · 24 years ago
  50. 7cee6dd somehow the 'Total Keys=1' disappears. No other changes. by Guido van Rossum · 24 years ago
  51. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  52. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  53. a4e9a33 Update e-mail address by Andrew M. Kuchling · 24 years ago
  54. b45bd32 Added Python function to emulate the ncurses has_key() function. by Andrew M. Kuchling · 24 years ago
  55. f917bf6 fixing a minor spelling mistake by Peter Schneider-Kamp · 24 years ago
  56. 327e187 Add magic to replace the xml package with _xmlplus at import time. by Fred Drake · 24 years ago
  57. ede77bf Rename the "parser" package to "parsers" to be compatible with the PyXML by Fred Drake · 24 years ago
  58. fbd3b45 Stop lying about [].pop() being experimental! There is no backing it out by Fred Drake · 24 years ago
  59. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  60. b88b0bc ANSIfied. by Jack Jansen · 24 years ago
  61. cbfe3c8 Two more cases of GUSI2 include access paths not being correct (reveiled by the new pyport.h). by Jack Jansen · 24 years ago
  62. dc71cac replaced PyArgs_Parse by PyArgs_ParseTuple by Peter Schneider-Kamp · 24 years ago
  63. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  64. 4640e13 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  65. 3d83fc3 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  66. 251caa5 A different solution for Patch #100979: support for out-of-tree "make TAGS" by Guido van Rossum · 24 years ago
  67. e39dab6 Organized a little bit; merged in some items from the 1.5.2p2 branch that by Fred Drake · 24 years ago
  68. e7aa5dc Update to indicate the appropriate version of LaTeX2HTML. Update pointer by Fred Drake · 24 years ago
  69. 85d14c9 Many changes to work with newer versions of LaTeX2HTML. This has been by Fred Drake · 24 years ago
  70. 1915754 Small changes to reflect changes in LaTeX2HTML support for newer versions by Fred Drake · 24 years ago
  71. 1e75e17 Two minor nits from Gerry Weiner (no working email address) about by Fred Drake · 24 years ago
  72. b8aa261 Always pass the split level to LaTeX2HTML as a command line option since by Fred Drake · 24 years ago
  73. 578a3f9 Moshe Zadka <mzadka@geocities.com>: by Fred Drake · 24 years ago
  74. 7e01890 merge Include/my*.h into Include/pyport.h by Peter Schneider-Kamp · 24 years ago
  75. 885082c Update, 'cause Guido said it should be this way. by Fred Drake · 24 years ago
  76. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  77. 071864a More Windows changes. by Mark Hammond · 24 years ago
  78. 2cbed00 Fixes for Windows (but also tested on Linux). Test suite now completes, and this module should not leak in the face of errors. by Mark Hammond · 24 years ago
  79. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  80. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 24 years ago
  81. 979db97 Added list-like methods: 'append()', 'extend()', 'sort()'. by Greg Ward · 24 years ago
  82. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 24 years ago
  83. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 24 years ago
  84. d5dcc17 Typo fix. by Greg Ward · 24 years ago
  85. 58bff53 Added DistutilsTemplateError. by Greg Ward · 24 years ago
  86. c019e2c Ditched the unused 'recursive_exclude_pattern()' method. by Greg Ward · 24 years ago
  87. 0f34185 Renamed 'select_pattern()' to 'include_pattern()'. by Greg Ward · 24 years ago
  88. 7b3d56c Renamed 'process_line()' to 'process_template_line()', and factored out by Greg Ward · 24 years ago
  89. c98927a Added class docstring and ditched inappropriate class attrs. by Greg Ward · 24 years ago
  90. adc1172 Provides the FileList class for building a list of filenames by exploring by Greg Ward · 24 years ago
  91. 85ab738 Exercise .readline() and .readlines(). More data is written to the by Andrew M. Kuchling · 24 years ago
  92. 41616ee SF patch #100740: Add optional size arguments to .readline() and by Andrew M. Kuchling · 24 years ago
  93. 7e11170 Removed Tools/perfecthash, per python-dev discussion by Andrew M. Kuchling · 24 years ago
  94. 7a4409c Added support to recognize Python's internal "dumbdbm" database. by Moshe Zadka · 24 years ago
  95. 37c03ff Using shutil's function to copy data between file objects instead by Moshe Zadka · 24 years ago
  96. 10853c9 Finally fixed the much-reported bug about "~" in a couple of example. by Fred Drake · 24 years ago
  97. efdf107 Add the exceptions module to the 'never' list -- it is built in. by Guido van Rossum · 24 years ago
  98. 152e3f0 Was quite broken and incomplete. Now passes the test suite, but is still incomplete. by Mark Hammond · 24 years ago
  99. 4e80bb5 Allow any object supporting the buffer protocol to be written as a binary object. by Mark Hammond · 24 years ago
  100. abfeff7 Fix a type in the docstrings, and make the module Unicode aware. by Mark Hammond · 24 years ago