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