1. a866df8 This patch changes the default behaviour of the builtin charmap by Marc-André Lemburg · 24 years ago
  2. b55b7bb Use relative path for outputdir. by Jack Jansen · 24 years ago
  3. b55e5f1 Fixed a few declarations. by Jack Jansen · 24 years ago
  4. 2d4ac20 Mark the "encoding" parameter to ExternalEntityParserCreate() as optional by Fred Drake · 24 years ago
  5. e396c04 struct.pack wants H for unsigned shorts, not h. by Jack Jansen · 24 years ago
  6. e56e87d Got rid of 68K support. by Jack Jansen · 24 years ago
  7. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  8. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 24 years ago
  9. d18722b Do not cache <img> tags for navigation icons as agressively; this fixes by Fred Drake · 24 years ago
  10. 7ee67a1 Remove (unused) regex imports. by Jack Jansen · 24 years ago
  11. be614ee Use re in stead of regex. by Jack Jansen · 24 years ago
  12. ef92edd Make the test program work outside IDLE. by Guido van Rossum · 24 years ago
  13. 6d0cee1 Add forgotten import by Andrew M. Kuchling · 24 years ago
  14. 352ca8c Duh. Instead of string.whitespace and string.digits, use isspace() by Guido van Rossum · 24 years ago
  15. 2cba0f6 Improve description of else clause of the try/except/else statement. by Fred Drake · 24 years ago
  16. b19f1e3 Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2). by Guido van Rossum · 24 years ago
  17. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago
  18. 10e31cf Add garbage collection for module objects. Closes patch #102939 and by Neil Schemenauer · 24 years ago
  19. 5a95e42 Updated for new universal headers (oops... this was loooong due). by Jack Jansen · 24 years ago
  20. c158bb2 Minor clarficiations in the dialogs about which errno file is wanted when (I had also forgotten:-). by Jack Jansen · 24 years ago
  21. 07d69f6 New .mcp names for tkinter and imgmodules projects. by Jack Jansen · 24 years ago
  22. cc97f8c Fix up an awkward sentence, pointed out by Chris Ryland <cpr@emsoftware.com>. by Fred Drake · 24 years ago
  23. a659efe Patch by kragen@pobox.com: When tracing is turned on, lines shorter by Guido van Rossum · 24 years ago
  24. 8e2b6b5c Change documentation of 'else' clause of 'try/except' to make clear that it by Thomas Wouters · 24 years ago
  25. 9473649 Replaced with .mcp projects in Extensions/Imaging by Jack Jansen · 24 years ago
  26. ad4a558 Added test case for legal DOM children by Andrew M. Kuchling · 24 years ago
  27. 291ed4f Patch #102485 ] Check for legal children when adding children to a DOM node by Andrew M. Kuchling · 24 years ago
  28. 1a4d77b Christmas present to myself: changed regrtest in two ways: by Tim Peters · 24 years ago
  29. 5232816 Changed the search path for pyexpat to include all of the expat folder. by Jack Jansen · 24 years ago
  30. d31b632 getopt used to sort the long option names, in an attempt to simplify by Tim Peters · 24 years ago
  31. 36cdad1 Fred, THIS NEEDS DOCS! The function docstrings tell the tale. by Tim Peters · 24 years ago
  32. 011ea47 Merge with 1.8 of pulldom.py: Use types.UnicodeType if available, not type(u""). by Martin v. Löwis · 24 years ago
  33. 156c337 Merge changes up to 1.10 from PyXML: by Martin v. Löwis · 24 years ago
  34. 88b5ae0 Fixed snake logo and minus image by Daniel Calvelo. by Guido van Rossum · 24 years ago
  35. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 24 years ago
  36. e0c182f (python-font-lock-keywords): Add highlighting of `as' as a keyword, by Barry Warsaw · 24 years ago
  37. dd699b6 Fix for SF bug by Tim Peters · 24 years ago
  38. da7bf4e Add test case for SF bug by Tim Peters · 24 years ago
  39. be06302 Fix doubled word by Andrew M. Kuchling · 24 years ago
  40. 8694cc4 Remove redundant reference to tab (since it = 'horizontal tab') by Andrew M. Kuchling · 24 years ago
  41. 0cc87f3 Make isspace(chr(32)) return true by Andrew M. Kuchling · 24 years ago
  42. e6bf858 Document ERR and OK by Andrew M. Kuchling · 24 years ago
  43. caefb37 Add the curses constants ERR and OK to the module at TG's suggestion by Andrew M. Kuchling · 24 years ago
  44. 1dea760 Make sure subsections are formatted into HTML pages with reasonable names. by Fred Drake · 24 years ago
  45. f08cbb1 Added information on the ExternalEntityParserCreate() method. by Fred Drake · 24 years ago
  46. 1e0611b The "context" parameter to the ExternalEntityRefParameter exposes internal by Fred Drake · 24 years ago
  47. 9a1a7dd The regression test for the regex module should not trip the deprecation by Fred Drake · 24 years ago
  48. 994d853 Choose the smallest value of x,y for the clock's radius (instead of just taking the by Andrew M. Kuchling · 24 years ago
  49. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 24 years ago
  50. f07aad1 CHange error messages for ord(), using "string" instead of "string or Unicode" by Andrew M. Kuchling · 24 years ago
  51. 4e36d58 Shortened / wrapped some long lines. by Fred Drake · 24 years ago
  52. 5caee40 Add 'see also' link to curses.panel by Andrew M. Kuchling · 24 years ago
  53. d7d2e19 Add correction caught by Thomas Gellekum (and sitting in my e-mail) by Andrew M. Kuchling · 24 years ago
  54. 9f5eeeb Wrapper for _curses_panel module; currently this adds nothing extra by Andrew M. Kuchling · 24 years ago
  55. 676634b Added documentation for the panel wrapper module by Andrew M. Kuchling · 24 years ago
  56. 1a86cbb Add _curses_panel to Setup by Andrew M. Kuchling · 24 years ago
  57. 7b59ed2 Patch #102813: add a wrapper for the panel library included with ncurses. by Andrew M. Kuchling · 24 years ago
  58. 3255268 Export C API from this module. by Andrew M. Kuchling · 24 years ago
  59. 0c7a0bd Added header file for C API exported by _cursesmodule.c by Andrew M. Kuchling · 24 years ago
  60. 72a18a6 Update this demo to use curses.panel by Andrew M. Kuchling · 24 years ago
  61. 48f224c Fix bug 126587: matchobject.groupdict() leaks memory because of a missing by Andrew M. Kuchling · 24 years ago
  62. 738293d When using the latest & greatest version of Expat (currently in the Expat by Fred Drake · 24 years ago
  63. e412e7a Fix lots of small markup nits. Wrapped some long lines. by Fred Drake · 24 years ago
  64. 23382f5 Another demo from Thomas Gellekum (seasonally-themed, too) by Andrew M. Kuchling · 24 years ago
  65. 68a6f5a Document the window.overlay() and .overwrite() methods by Andrew M. Kuchling · 24 years ago
  66. 9de6ffa Another patch from Thomas Gellekum: add .overlay() and .overwrite() by Andrew M. Kuchling · 24 years ago
  67. 9bcc68c Whoops! Two stray characters crept in to my last check-in by Andrew M. Kuchling · 24 years ago
  68. 04a45e9 Patch #102492, fixing bug #116677: by Andrew M. Kuchling · 24 years ago
  69. 34c20cf Patch #102955, fixing one of the warnings in bug #121479: by Andrew M. Kuchling · 24 years ago
  70. c867f74 Change expected message for ValueError, fixing bug #126400 by Andrew M. Kuchling · 24 years ago
  71. e7e190e Make the indentation consistently use tabs instead of using spaces just by Fred Drake · 24 years ago
  72. 8fe2c12 Add forgotten initialization. Fixes bug #120994, "Traceback with by Andrew M. Kuchling · 24 years ago
  73. f947ffe Patch #102940: use only printable Unicode chars in reporting by Andrew M. Kuchling · 24 years ago
  74. 7ff3133 Regenerated so that NewGWorld is included. by Jack Jansen · 24 years ago
  75. 3224865 Emulate a few more non-carbon calls in carbon and the other way around. by Jack Jansen · 24 years ago
  76. 87a3092 Added hash() and compare() functions. Needed because multiple WinObj's can now refer to the same underlying WindowRef. by Jack Jansen · 24 years ago
  77. 620e914 Blacklisted a few constants with funny definitions (and they're not important anyway: backward compatible error numbers). by Jack Jansen · 24 years ago
  78. 932af11 Patch #102868 from cgw: fix memory leak when an EOF is encountered by Andrew M. Kuchling · 24 years ago
  79. 7292e92 Adding a warning about the regsub module. This also disables further by Guido van Rossum · 24 years ago
  80. b1d1361 Adding a warning about the regex module. This is the first official by Guido van Rossum · 24 years ago
  81. fad81f0 Be explicit about scheme_chars -- string.letters is locale dependent by Guido van Rossum · 24 years ago
  82. 68abe83 Fix typo by Andrew M. Kuchling · 24 years ago
  83. 70f1288 Use binary mode to open "wave" files. by Guido van Rossum · 24 years ago
  84. 5db5ba1 Document the warnings module. by Guido van Rossum · 24 years ago
  85. dea764d Updated string literals description to encompass Unicode literals and the by Fred Drake · 24 years ago
  86. 1367b83 Document warning categories. by Guido van Rossum · 24 years ago
  87. 035f7e8 Clarify __repr__ and __str__. by Guido van Rossum · 24 years ago
  88. 5b56765 Added documentation on the ErrorHandler interface. This closes bug #126034. by Fred Drake · 24 years ago
  89. e22e4b2 Oops. The value "0 or +1" for the category argument of PyErr_Warn() by Guido van Rossum · 24 years ago
  90. 9a18a7e Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  91. 3dbb406 Document Pyerr_Warn(). by Guido van Rossum · 24 years ago
  92. 1378c32 Document the -W option as best as I can. by Guido van Rossum · 24 years ago
  93. d1db30b Improve error messages for invalid warning arguments; don't raise by Guido van Rossum · 24 years ago
  94. 5aff775 Make string.translate(s, table) work for Unicode s. Two things are by Guido van Rossum · 24 years ago
  95. cda4f9a Fix off-by-one error in split_substring(). Fixes SF bug #122162. by Guido van Rossum · 24 years ago
  96. 8b26454 Test more split argument combinations: by Guido van Rossum · 24 years ago
  97. fb10c3f Minimal fix for the complaints about pickling Unicode objects. (SF by Guido van Rossum · 24 years ago
  98. 8b74b15 Test some Unicode pickling endcases. by Guido van Rossum · 24 years ago
  99. a31b4ef Minimal fix for the complaints about pickling Unicode objects. (SF by Guido van Rossum · 24 years ago
  100. 20d3fc0 Adapted from a patch by Barry Scott, SF patch #102875 and SF bug by Guido van Rossum · 24 years ago