1. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  2. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  3. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  4. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
  5. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  6. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  7. 5660639 Moved PyOS_StackCheck prototype to pythonrun.h by Jack Jansen · 24 years ago
  8. 0d15908 Added a missing } in the USE_STACKCHECK code. by Jack Jansen · 24 years ago
  9. 275abb3 Added a prototype for PyOS_CheckStack (within #ifdef USE_STACKCHECK). by Jack Jansen · 24 years ago
  10. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  11. 6947d0b -- from Trent Mick: [Patch #101010] replace use of INT_PTR by Fredrik Lundh · 24 years ago
  12. 6c2f0c7 When returning an error from jcompile() (which is passed through by by Guido van Rossum · 24 years ago
  13. ed473a4 Avoid dumping core when PyErr_NormalizeException() is called without by Guido van Rossum · 24 years ago
  14. 18c2aa2 + if USE_STACKCHECK is defined, use PyOS_CheckStack to look by Fredrik Lundh · 24 years ago
  15. aa39a7e Initialized opcode and oparg to silence a gcc -Wall warning. by Moshe Zadka · 24 years ago
  16. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  17. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  18. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  19. 5bcb215 Project for pyexpat module. by Jack Jansen · 24 years ago
  20. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago
  21. 2afffd4 Wrote the "Describing extension modules" section. by Greg Ward · 24 years ago
  22. 3a58420 Cleanup configure.in. Specifically: by Thomas Wouters · 24 years ago
  23. e8643c4 Fix some strange indentation and grammar that have been bugging me for weeks. by Thomas Wouters · 24 years ago
  24. cc22fbe Changed H specifier to mean "bitfield", i.e. any value from by Jack Jansen · 24 years ago
  25. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  26. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  27. ff7b562 Pragmas that instruct the linker to link against python20.lib (or by Greg Ward · 24 years ago
  28. 1d8f57a A bundle of wording improvements, corrections, clarifications, updates, by Greg Ward · 24 years ago
  29. cf4d8cc Removed unnecessary local variable -- gave warning on gcc -Wall by Moshe Zadka · 24 years ago
  30. 9fb6af9 Removing warnings by gcc -Wall -- cast ugly || to void. by Moshe Zadka · 24 years ago
  31. 20b2ca9 add note about compiler directory (is bgen still "still under development"?) by Jeremy Hylton · 24 years ago
  32. 7daf04d replace most calls to emit 'SET_LINENO' will call to method set_lineno by Jeremy Hylton · 24 years ago
  33. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  34. 6a078ed Removing warnings discovered by gcc -Wall by Moshe Zadka · 24 years ago
  35. cf703f0 Removing warnings found by gcc -Wall by Moshe Zadka · 24 years ago
  36. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  37. 413407f Add a test that Py_IsInitialized() in Py_InitModule4(). See by Guido van Rossum · 24 years ago
  38. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  39. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  40. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  41. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  42. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 24 years ago
  43. 581f33a Added zip() builtin by Andrew M. Kuchling · 24 years ago
  44. 3027b15 Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) by Thomas Wouters · 24 years ago
  45. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  46. 5af256d Corrected a bug in handling of ^N and ^P with stripspaces on. by Eric S. Raymond · 24 years ago
  47. 5750017 Remove the outer test for __name__; not necessary. by Fred Drake · 24 years ago
  48. 72d421b Boost buffer sizes in the absence of snprintf on Windows. by Tim Peters · 24 years ago
  49. c76e0e5 snprintf() is not portable, so continue to use sprintf() until a portable by Fred Drake · 24 years ago
  50. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  51. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  52. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  53. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  54. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago
  55. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  56. c253d9a Remove very long doc string (it's all in the docs) by Jeremy Hylton · 24 years ago
  57. 8b9835c Added descriptions of the new parser markers for PyArg_ParseTuple(). by Marc-André Lemburg · 24 years ago
  58. da1ec46 Python code coverage tool by Skip Montanaro and Andrew Dalke by Jeremy Hylton · 24 years ago
  59. bff879c This patch finalizes the move from UTF-8 to a default encoding in by Marc-André Lemburg · 24 years ago
  60. 2b83b46 Remove the tp_print handler. by Fred Drake · 24 years ago
  61. fd342bf add a bit more legal junk by Greg Stein · 24 years ago
  62. cc2b81e \py@varvars: Merge the various definitions to be the simplist one that by Fred Drake · 24 years ago
  63. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  64. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  65. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  66. c4a19e7 Remobe beopen/cnri/cwi copyrights, according to CNRI instructions. by Guido van Rossum · 24 years ago
  67. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  68. 16b1ad9 Changing the CNRI copyright notice according to CNRI's instructions. by Guido van Rossum · 24 years ago
  69. 29d0a00 TESTOPTS: Since gc is enabled by default now (this may change for the by Barry Warsaw · 24 years ago
  70. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  71. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  72. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  73. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  74. bd599b5 Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  75. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  76. a1abb72 Use METH_OLDARGS instead of numeric constant 0 in method def. tables by Andrew M. Kuchling · 24 years ago
  77. 767bf49 Added #define for oldest version of argument calling by Andrew M. Kuchling · 24 years ago
  78. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  79. e365fb8 Use METH_VARARGS instead of numeric constant 1 in method def. tables by Andrew M. Kuchling · 24 years ago
  80. 14f5158 Use METH_VARARGS instead of numeric constant 1 by Andrew M. Kuchling · 24 years ago
  81. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  82. a2214c3 Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. by Guido van Rossum · 24 years ago
  83. 3b96d0b Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal by Andrew M. Kuchling · 24 years ago
  84. a6a0ab4 Adding a LICENSE file so we can have it in the 1.6 release. by Guido van Rossum · 24 years ago
  85. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  86. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  87. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  88. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  89. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  90. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  91. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  92. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  93. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  94. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  95. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  96. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  97. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  98. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  99. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  100. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago