1. 40b9df2 add some information about using graphics with the Python document classes by Fred Drake · 21 years ago
  2. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  3. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  4. 13dbabe To build on windows, the manual editing of the python_nt.rc file to by Thomas Heller · 21 years ago
  5. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  6. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  7. 98c65be Return a bool rather than an int from proxy_has_key(). by Guido van Rossum · 21 years ago
  8. 22c3dda Fix leak introduced by previous typeobject.c checkin. by Guido van Rossum · 21 years ago
  9. 02c58f8 SF patch #820195 by Wojtek Walczak (gminick at users.sourceforge.net): by Guido van Rossum · 21 years ago
  10. 95a97d5 Fix a typo, discovered by Joonas Paalasmaa. by Thomas Heller · 21 years ago
  11. f563c8b Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3. by Martin v. Löwis · 21 years ago
  12. 0a4a50d SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__ by Jeremy Hylton · 21 years ago
  13. 504de6b Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr. by Jeremy Hylton · 21 years ago
  14. dbe3d28 Adopt Christian Stork's suggested argument order for the logic quantifiers. by Raymond Hettinger · 21 years ago
  15. 2f726e9 SF bug #812202: randint is always even by Raymond Hettinger · 21 years ago
  16. 5c68ef0 two bugfixes by Anthony Baxter · 21 years ago
  17. bab23cf made the SGI INET_ADDRSTRLEN define apply for any compiler on Irix. Both the by Anthony Baxter · 21 years ago
  18. 6169c6b FreeBSD 4.8 and MacOS X 10.2 have a broken ncurses.h - if you don't by Anthony Baxter · 21 years ago
  19. b8c7876 GNUTranslations._parse(): Initialize local variable k so that if the by Barry Warsaw · 21 years ago
  20. f64ec0f A helper to dump info about the current frame, assuming it is the variable f. by Jeremy Hylton · 21 years ago
  21. d46e684 Check for TclError when reading variables. Fixes #807314. Backported to 2.3. by Martin v. Löwis · 21 years ago
  22. 664a271 - don't re-write a SourceForge authenticated CVS root into the by Fred Drake · 21 years ago
  23. def9934 forgot the NEWS blurb about the change to csv.DictReader by Skip Montanaro · 21 years ago
  24. 0b87444 tweak the docstring to not be so focused on 1.6. by Skip Montanaro · 21 years ago
  25. dffeed3 Make the fieldnames argument optional in the DictReader. If self.fieldnames by Skip Montanaro · 21 years ago
  26. 3bbd654 Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. by Martin v. Löwis · 21 years ago
  27. a0f1734 Patch #813445: Add missing socket.IPPROTO_IPV6. Backported to 2.3. by Martin v. Löwis · 21 years ago
  28. 76bafc6 Patch #814764: Undefine xopen_source on OpenBSD 3.4. Backported to 2.3. by Martin v. Löwis · 21 years ago
  29. 6f75a36 normalize whitespace by Fred Drake · 21 years ago
  30. a6008d0 Make sure the trunk Makefile doesn't require mkhowto to be "installed" by Fred Drake · 21 years ago
  31. d12819c Release 2.3.2 (final) has a windows build number of 49. by Thomas Heller · 21 years ago
  32. 7c49747 updated HPUX notes. by Anthony Baxter · 21 years ago
  33. be0db8b bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the length by Gregory P. Smith · 21 years ago
  34. efb3a16 Various minor updates in the description of mkhowto. by Fred Drake · 21 years ago
  35. 4e3a277 no longer assign into sys; "print chevron" is the way to go by Fred Drake · 21 years ago
  36. 94b3463 We're long past worrying about Python versions older than 1.5.2; by Fred Drake · 21 years ago
  37. 1dc3bb4 Work around minor markup issue: we don't want markup to escape into by Fred Drake · 21 years ago
  38. 292f597 Fix stupid style bug in a second place. by Fred Drake · 21 years ago
  39. c504c20 Fix stupid style bug. by Fred Drake · 21 years ago
  40. 83dd43f workaround for OpenBSD compiler bug w.r.t. handling of overflows. by Anthony Baxter · 21 years ago
  41. 3a01b7d Removed redundant 'return' statement. (Issue 813159) by Steve Purcell · 21 years ago
  42. c2b0081 added 2.3.2 by Anthony Baxter · 21 years ago
  43. 1da0bba Update to match the version used to build the 2.3.2c1 documentation. by Fred Drake · 21 years ago
  44. 69db2b9 - change computation of VERSION to use tools/getversioninfo; this is by Fred Drake · 21 years ago
  45. 984920b Make the embedded hyperlinks work. by Fred Drake · 21 years ago
  46. b36615d - update pkglist.html more frequently, and explain why that's helpful by Fred Drake · 21 years ago
  47. f7a0d68 Update the list of directories passed to py2texi.el. The ordering was by Fred Drake · 21 years ago
  48. d4956aa Make the "path math" more robust, and support both relative and by Fred Drake · 21 years ago
  49. 1eb41e2 Use a threadsafe private DBEnv for each bsddb compatibility interface by Gregory P. Smith · 21 years ago
  50. c8083cf Load the version information from ../Include/patchlevel.h, so there are by Fred Drake · 21 years ago
  51. 43b5e40 * Fix markup. by Raymond Hettinger · 21 years ago
  52. 36bd2a1 The windows build number for 2.3.2c1 is 48 by Thomas Heller · 21 years ago
  53. 6122c12 re.sub expands escape sequences in it's second argument. by Thomas Heller · 21 years ago
  54. b7c9529 Typo: documnetation -> documentation by Thomas Heller · 21 years ago
  55. d4a1419 Lots of markup corrections. Some are minor, but others are not: the by Fred Drake · 21 years ago
  56. cc2e48d Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include by Fred Drake · 21 years ago
  57. c050119 fix for bug #811160 - autoconf vs. hp/ux system header files. by Anthony Baxter · 21 years ago
  58. e1b38c4 update one more reference to a file that moved from texinputs/ to commontex/ by Fred Drake · 21 years ago
  59. 0d86ea7 Adjust the organization a bit and update some of the comments to by Fred Drake · 21 years ago
  60. 2bc9b2f add commontex/ to the list of directories described here by Fred Drake · 21 years ago
  61. bac3f04 point to the new location of the license information by Fred Drake · 21 years ago
  62. 410825a Move content input files shared among the documents into a new directory by Fred Drake · 21 years ago
  63. 2ee37ff - use string methods by Fred Drake · 21 years ago
  64. e395e22 Fix the most recent change to the invocation of the mkhowto script so by Fred Drake · 21 years ago
  65. 5a25aa6 Fix spelling and add markup. by Raymond Hettinger · 21 years ago
  66. 7cf4d9b [Bug #812936] Correct the documentation for RotatingFileHandler. by Andrew M. Kuchling · 21 years ago
  67. df49324 define a variable to specify the mkhowto program itself, as for any by Fred Drake · 21 years ago
  68. b2bdb3e Typo. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  69. 6dead95 Type. HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  70. d4fa807 Typo: HAVE_SYNC -> HAVE_FSYNC by Skip Montanaro · 21 years ago
  71. 39cb54b Typo: sys.prefex -> sys.prefix by Thomas Heller · 21 years ago
  72. 40d4bc5 Add a glossary to the tutorial. Also generate an index. At the moment this by Skip Montanaro · 21 years ago
  73. 757dedc first cut at a glossary by Skip Montanaro · 21 years ago
  74. 2348afd - update to reflect that base classes can be class types as well as by Fred Drake · 21 years ago
  75. 16434b5 Fix whitespace in example by Raymond Hettinger · 21 years ago
  76. 9edae34 Fix typo in the comments. by Raymond Hettinger · 21 years ago
  77. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  78. fd95c3a updates from sean by Anthony Baxter · 21 years ago
  79. ffe469e Build number for Python 2.3.1. by Thomas Heller · 21 years ago
  80. 84ef153 Let IDLE use the HTMLHelp docs on Windows, if found. by Thomas Heller · 21 years ago
  81. ccfbfb9 Change the default window size to 1024x768. This shows at least the by Thomas Heller · 21 years ago
  82. 9a80c5d Added codec for bz2 compression. by Raymond Hettinger · 21 years ago
  83. 9b32acd note about HP compiler. CC="cc -Ae" is least broken, but still broken by Anthony Baxter · 21 years ago
  84. 3198275 Topical change: use 'startswith()' to identify test methods with a by Steve Purcell · 21 years ago
  85. 09fad27 add entry for 2.3.1 by Fred Drake · 21 years ago
  86. 9d42a10 include 2.3.1 by Anthony Baxter · 21 years ago
  87. b8b60ea PlaySoundTest.test_alias_nofallback(): Simplified the coding by using by Tim Peters · 21 years ago
  88. 086e562 PlaySoundTest.test_alias_fallback(): Disabled this test, and explained by Tim Peters · 21 years ago
  89. 92016dc SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  90. 0e5a51d New for unittest.py. by Guido van Rossum · 21 years ago
  91. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  92. e46d14c Avoid list as a variable name. by Walter Dörwald · 21 years ago
  93. 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
  94. 7e74384 - Fixed loading of tests by name when name refers to unbound by Steve Purcell · 21 years ago
  95. 1e80359 Clean-up example code: remove string module and backticks. by Raymond Hettinger · 21 years ago
  96. 9832613 Fix SF bug [ 808594 ] leak on lambda with duplicate arguments error. by Jeremy Hylton · 21 years ago
  97. 125188c Add BerkeleyDB 4.2 to the library search for the bsddb module. by Gregory P. Smith · 21 years ago
  98. 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
  99. 7000225 raise pybsddb version number to 4.2.1 to differentiate between it and the by Gregory P. Smith · 21 years ago
  100. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago