1. 43b5e40 * Fix markup. by Raymond Hettinger · 21 years ago
  2. 36bd2a1 The windows build number for 2.3.2c1 is 48 by Thomas Heller · 21 years ago
  3. 6122c12 re.sub expands escape sequences in it's second argument. by Thomas Heller · 21 years ago
  4. b7c9529 Typo: documnetation -> documentation by Thomas Heller · 21 years ago
  5. d4a1419 Lots of markup corrections. Some are minor, but others are not: the by Fred Drake · 21 years ago
  6. cc2e48d Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include by Fred Drake · 21 years ago
  7. c050119 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 21 years ago
  8. e1b38c4 update one more reference to a file that moved from texinputs/ to commontex/ by Fred Drake · 21 years ago
  9. 0d86ea7 Adjust the organization a bit and update some of the comments to by Fred Drake · 21 years ago
  10. 2bc9b2f add commontex/ to the list of directories described here by Fred Drake · 21 years ago
  11. bac3f04 point to the new location of the license information by Fred Drake · 21 years ago
  12. 410825a Move content input files shared among the documents into a new directory by Fred Drake · 21 years ago
  13. 2ee37ff - use string methods by Fred Drake · 21 years ago
  14. e395e22 Fix the most recent change to the invocation of the mkhowto script so by Fred Drake · 21 years ago
  15. 5a25aa6 Fix spelling and add markup. by Raymond Hettinger · 21 years ago
  16. 7cf4d9b [Bug #812936] Correct the documentation for RotatingFileHandler. by Andrew M. Kuchling · 21 years ago
  17. df49324 define a variable to specify the mkhowto program itself, as for any by Fred Drake · 21 years ago
  18. b2bdb3e Typo. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  19. 6dead95 Type. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  20. d4fa807 Typo: HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  21. 39cb54b Typo: sys.prefex -> sys.prefix by Thomas Heller · 21 years ago
  22. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 21 years ago
  23. 757dedc first cut at a glossary by Skip Montanaro · 21 years ago
  24. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
  25. 16434b5 Fix whitespace in example by Raymond Hettinger · 21 years ago
  26. 9edae34 Fix typo in the comments. by Raymond Hettinger · 21 years ago
  27. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  28. fd95c3a updates from sean by Anthony Baxter · 21 years ago
  29. ffe469e Build number for Python 2.3.1. by Thomas Heller · 21 years ago
  30. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  31. ccfbfb9 Change the default window size to 1024x768. This shows at least the by Thomas Heller · 21 years ago
  32. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  33. 9b32acd note about HP compiler. CC="cc -Ae" is least broken, but still broken by Anthony Baxter · 21 years ago
  34. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 21 years ago
  35. 09fad27 add entry for 2.3.1 by Fred Drake · 21 years ago
  36. 9d42a10 include 2.3.1 by Anthony Baxter · 21 years ago
  37. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  38. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  39. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  40. 0e5a51d New for unittest.py. by Guido van Rossum · 21 years ago
  41. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  42. e46d14c Avoid list as a variable name. by Walter Dörwald · 21 years ago
  43. d7160f8 Added test whether wchar_t is signed or not. A signed wchar_t is not usable as internal unicode type base for Py_UNICODE since the unicode implementation assumes an unsigned type. by Marc-André Lemburg · 21 years ago
  44. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 21 years ago
  45. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 21 years ago
  46. 9832613 Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error. by Jeremy Hylton · 21 years ago
  47. 125188c Add BerkeleyDB 4.2 to the library search for the bsddb module. by Gregory P. Smith · 21 years ago
  48. e94040a minor correction. python 2.3 was released with the bsddb module 4.1.6 not 4.1.1 by Gregory P. Smith · 21 years ago
  49. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  50. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  51. 41631e8 Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new by Gregory P. Smith · 21 years ago
  52. cec1b3f Maintain backwards compatibility with python < 2.3 by dynamically by Gregory P. Smith · 21 years ago
  53. 0aab002 SF patch 809915: Fix bogus address to hopefully always break. by Tim Peters · 21 years ago
  54. c7c516a test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't by Tim Peters · 21 years ago
  55. e7a9796 Patch #800697: Add readline.clear_history. by Martin v. Löwis · 21 years ago
  56. c6bb6c0 Patch #707167: Pass dircache exceptions to the caller. Fixes #682813. by Martin v. Löwis · 21 years ago
  57. a64988c Check for declarations of fchdir and fsync. Fixes #800710. Backported to 2.3. by Martin v. Löwis · 21 years ago
  58. 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago
  59. 70849f8 Patch #805613: Fix usage of the PTH library. by Martin v. Löwis · 21 years ago
  60. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  61. 8f81c93 Patch #713645: Fix typo. by Martin v. Löwis · 21 years ago
  62. dc14ab1 Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3. by Martin v. Löwis · 21 years ago
  63. cb3062e Patch #805976: Add DOTBOX and UNDERLINE. by Martin v. Löwis · 21 years ago
  64. 2cc6c29 Patch #805678: Add .so symlink during make install. Backported to 2.3. by Martin v. Löwis · 21 years ago
  65. 519adae Patch #805604: Do not check for sem_init, do not use -Kthread, by Martin v. Löwis · 21 years ago
  66. 1836781 Improve detection of whether tzset is broken. by Brett Cannon · 21 years ago
  67. a425dbc Fix a typo found by Eric D. Moyer, closes SF 807813. by Thomas Heller · 21 years ago
  68. 7a70ea4 SF patch #806246: use basestring where possible by Raymond Hettinger · 21 years ago
  69. d21fd7b * Minor wording change * Reference the doctest.DocTestSuite() conversion tool. by Raymond Hettinger · 21 years ago
  70. 3404034 Minor fixups by Raymond Hettinger · 21 years ago
  71. ced69f8 On c.l.py, Martin v. Löwis said that Py_UNICODE could be of a signed type, by Tim Peters · 21 years ago
  72. d808279 Double-fix of crash in Unicode freelist handling. by Jeremy Hylton · 21 years ago
  73. a9e14b7 Fix leak in classobject.c. The leak surfaced on the error exit when by Raymond Hettinger · 21 years ago
  74. 2d72b5d Test __all__ for unittest.py by Raymond Hettinger · 21 years ago
  75. cc1798e Improve the leak fix so that PyTuple_New is only called when needed. by Raymond Hettinger · 21 years ago
  76. deb2dc6 Change checks of PyUnicode_Resize() return value for clarity. by Jeremy Hylton · 21 years ago
  77. 364f6be Correct check of PyUnicode_Resize() return value. by Jeremy Hylton · 21 years ago
  78. 1aad9c7 Reflow long lines and reformat. by Jeremy Hylton · 21 years ago
  79. 37a724d Fix leak discovered in test_new by Michael Hudson. by Raymond Hettinger · 21 years ago
  80. 1e4cf67 SF bug #804113: Crypto terminology for crypto hash function by Raymond Hettinger · 21 years ago
  81. 99f3ba1 Remove possibly-misleading Expat version by Andrew M. Kuchling · 21 years ago
  82. d75e7e4 Explicitly define public symbols via __all__: see discussion with Raymond by Steve Purcell · 21 years ago
  83. d55111f * Converted test to unittest format. * Expanded coverage. by Raymond Hettinger · 21 years ago
  84. 2e9da60 The previous change works much faster (one lookup per key) when by Raymond Hettinger · 21 years ago
  85. 91dd19d SF bug #804115: bad argument handling(unittest.py) by Raymond Hettinger · 21 years ago
  86. 42a61ed Simplify doctest of tee(). by Raymond Hettinger · 21 years ago
  87. cbe81f2 Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632. by Martin v. Löwis · 21 years ago
  88. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  89. deadbf5 SF #662923 by Raymond Hettinger · 21 years ago
  90. 74c8e55 SF bug #804280: fromkeys is not listed in index by Raymond Hettinger · 21 years ago
  91. 614438a fix markup buglets by Fred Drake · 21 years ago
  92. f5c87c4 - added many links into the library reference by Fred Drake · 21 years ago
  93. 626d472 - add several links into the library reference by Fred Drake · 21 years ago
  94. 11b138f remove useless <br/> from the top navigation panel by Fred Drake · 21 years ago
  95. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  96. fe63faa SF patch #803449: modernize demo scripts (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
  97. 7c4d8f3 - add version annotation for HIGHEST_PROTOCOL - cleaned up some markup by Fred Drake · 21 years ago
  98. b7b1db9 Oops. Really fix the indentation problem this time. by Jeremy Hylton · 21 years ago
  99. d7fb676 Fix inconsistent mix of tabs and spaces that caused test to fail. by Jeremy Hylton · 21 years ago
  100. 62dba4c select.select() now accepts a sequence (as defined by PySequence_Fast()) for by Brett Cannon · 21 years ago