1. 3a58420 Cleanup configure.in. Specifically: by Thomas Wouters · 24 years ago
  2. e8643c4 Fix some strange indentation and grammar that have been bugging me for weeks. by Thomas Wouters · 24 years ago
  3. cc22fbe Changed H specifier to mean "bitfield", i.e. any value from by Jack Jansen · 24 years ago
  4. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  5. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  6. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  7. 1d8f57a A bundle of wording improvements, corrections, clarifications, updates, by Greg Ward · 24 years ago
  8. cf4d8cc Removed unnecessary local variable -- gave warning on gcc -Wall by Moshe Zadka · 24 years ago
  9. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  10. 20b2ca9 add note about compiler directory (is bgen still "still under development"?) by Jeremy Hylton · 24 years ago
  11. 7daf04d replace most calls to emit 'SET_LINENO' will call to method set_lineno by Jeremy Hylton · 24 years ago
  12. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  13. 6a078ed Removing warnings discovered by gcc -Wall by Moshe Zadka · 24 years ago
  14. cf703f0 Removing warnings found by gcc -Wall by Moshe Zadka · 24 years ago
  15. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  16. 413407f Add a test that Py_IsInitialized() in Py_InitModule4(). See by Guido van Rossum · 24 years ago
  17. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  18. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  19. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  20. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  21. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 24 years ago
  22. 581f33a Added zip() builtin by Andrew M. Kuchling · 24 years ago
  23. 3027b15 Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) by Thomas Wouters · 24 years ago
  24. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  25. 5af256d Corrected a bug in handling of ^N and ^P with stripspaces on. by Eric S. Raymond · 24 years ago
  26. 5750017 Remove the outer test for __name__; not necessary. by Fred Drake · 24 years ago
  27. 72d421b Boost buffer sizes in the absence of snprintf on Windows. by Tim Peters · 24 years ago
  28. c76e0e5 snprintf() is not portable, so continue to use sprintf() until a portable by Fred Drake · 24 years ago
  29. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  30. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  31. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  32. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  33. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago
  34. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  35. c253d9a Remove very long doc string (it's all in the docs) by Jeremy Hylton · 24 years ago
  36. 8b9835c Added descriptions of the new parser markers for PyArg_ParseTuple(). by Marc-André Lemburg · 24 years ago
  37. da1ec46 Python code coverage tool by Skip Montanaro and Andrew Dalke by Jeremy Hylton · 24 years ago
  38. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  39. 2b83b46 Remove the tp_print handler. by Fred Drake · 24 years ago
  40. fd342bf add a bit more legal junk by Greg Stein · 24 years ago
  41. cc2b81e \py@varvars: Merge the various definitions to be the simplist one that by Fred Drake · 24 years ago
  42. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  43. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  44. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  45. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  46. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  47. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  48. 29d0a00 TESTOPTS: Since gc is enabled by default now (this may change for the by Barry Warsaw · 24 years ago
  49. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  50. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  51. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  52. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  53. bd599b5 Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  54. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  55. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  56. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  57. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  58. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  59. 14f5158 Use METH_VARARGS instead of numeric constant 1 by Andrew M. Kuchling · 24 years ago
  60. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  61. a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
  62. 3b96d0b Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal by Andrew M. Kuchling · 24 years ago
  63. a6a0ab4 Adding a LICENSE file so we can have it in the 1.6 release. by Guido van Rossum · 24 years ago
  64. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  65. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  66. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  67. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  68. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  69. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  70. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  71. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  72. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  73. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  74. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  75. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  76. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  77. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  78. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  79. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago
  80. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  81. fb06539 My fix to the URL accidentally also switched back to the "pre" module. by Guido van Rossum · 24 years ago
  82. 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
  83. 329e291 Removed decl of unreferenced vrbl. by Tim Peters · 24 years ago
  84. 8c74335 Replace the jitterbug page with the SF Bug Tracker page. by Guido van Rossum · 24 years ago
  85. 367e46a Of course, you meant "#if 0" and not "#ifdef 0". :) by Guido van Rossum · 24 years ago
  86. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  87. 19c6afb Include the dependence of sysmodule on the patchlevel.h include, so by Fred Drake · 24 years ago
  88. 29b8d5a add support for HTTPS by Jeremy Hylton · 24 years ago
  89. 1c2b178 Guido said this is food for the beta-testers<wink> by Peter Schneider-Kamp · 24 years ago
  90. 7cee6dd somehow the 'Total Keys=1' disappears. No other changes. by Guido van Rossum · 24 years ago
  91. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  92. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  93. a4e9a33 Update e-mail address by Andrew M. Kuchling · 24 years ago
  94. b45bd32 Added Python function to emulate the ncurses has_key() function. by Andrew M. Kuchling · 24 years ago
  95. f917bf6 fixing a minor spelling mistake by Peter Schneider-Kamp · 24 years ago
  96. 327e187 Add magic to replace the xml package with _xmlplus at import time. by Fred Drake · 24 years ago
  97. ede77bf Rename the "parser" package to "parsers" to be compatible with the PyXML by Fred Drake · 24 years ago
  98. fbd3b45 Stop lying about [].pop() being experimental! There is no backing it out by Fred Drake · 24 years ago
  99. 25f6894 patch from Vladimir (move Py_Mem* interface to Include/pymem.h) by Peter Schneider-Kamp · 24 years ago
  100. b88b0bc ANSIfied. by Jack Jansen · 24 years ago