1. 7898ccd Improve compatibility with more versions of LaTeX2HTML and more LaTeX by Fred Drake · 21 years ago
  2. 9a5b6a6 - clean up table markup for readability by Fred Drake · 21 years ago
  3. 8120995 Update Tkinter3000 notes based on text from Fredrik Lundh. by Fred Drake · 21 years ago
  4. 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 21 years ago
  5. a6b7d34 Fixed a table that wasn't in a tableii block, and added a very simple by Anthony Baxter · 21 years ago
  6. b5aa407 Use Boolean values for the capturestderr flag. by Fred Drake · 21 years ago
  7. 70fedcd Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2. by Martin v. Löwis · 21 years ago
  8. dfda8d7 - explain about making Python scripts executable on Unix in more by Fred Drake · 21 years ago
  9. 84261d2 Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't by Gregory P. Smith · 21 years ago
  10. 8851c62 removed trailing tabs in several places, including after the final newline by Fred Drake · 21 years ago
  11. b93b3e7 Error noted in email to python-docs: PyObject corresponds to by Fred Drake · 21 years ago
  12. 5ec7968 This file was moved to Lib/. by Jeremy Hylton · 21 years ago
  13. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  14. 7cb229d add versionadded for getcheckinterval by Neal Norwitz · 21 years ago
  15. e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 21 years ago
  16. d6640d4 Include grp.h in setgroups test. Fixes #765822. by Martin v. Löwis · 21 years ago
  17. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 21 years ago
  18. be56aae #765903: by Just van Rossum · 21 years ago
  19. dd614fd Fixed lots of minor issues found by Edward Moy: incorrect version by Jack Jansen · 21 years ago
  20. 66b8483 Fixed two bugs in MacOSX framework handling spotted by Edward Moy: by Jack Jansen · 21 years ago
  21. 276b290 Added missing newline at end of file. by Jack Jansen · 21 years ago
  22. 078afc8 Files used for 2.3b2 macpython binary distribution. by Jack Jansen · 21 years ago
  23. bbaa083 If a --python option is used to specify the Python to use in the #! by Jack Jansen · 21 years ago
  24. 2e7e7df An Anonymous Coward on c.l.py posted a little program with bizarre by Tim Peters · 21 years ago
  25. 75132e8 Moved two sentences around to make them clearer. by Jack Jansen · 21 years ago
  26. cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 21 years ago
  27. ebab26a Skip noticed that the document talks about "setting PythonLauncher as the by Jack Jansen · 21 years ago
  28. 42fbc69 Tooltip for tab/space consistency check was the wrong way around. Spotted by Jack Jansen · 21 years ago
  29. eec26f9 Correct documentation of check interval - it's 100 by default, not 10 any by Skip Montanaro · 21 years ago
  30. 7490250 Addendum to #764548: restore 2.1 compatibility. by Just van Rossum · 21 years ago
  31. 12723ba Fix and test for bug #764548: by Just van Rossum · 21 years ago
  32. 5e4e39f Note that csv files (when they are actual files) must be opened in 'b'inary by Skip Montanaro · 21 years ago
  33. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 21 years ago
  34. f8020e0 Grammar nit. SF bug #757822 by Raymond Hettinger · 21 years ago
  35. c5528b1 Revert the previous change; this is now dealt with in a better way. by Fred Drake · 21 years ago
  36. 6675881 There's a better way to deal with the "comment" environment; I found by Fred Drake · 21 years ago
  37. 6802c6e fixed typo in comment by Just van Rossum · 21 years ago
  38. 629dd99 Make the "install schema" tables follow the same table style we use by Fred Drake · 21 years ago
  39. 89de74e The Macintosh Modules Reference now formats to GNU info without errors by Fred Drake · 21 years ago
  40. 3b09558 Fill out the set of macros and environments supported somewhat. by Fred Drake · 21 years ago
  41. 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 21 years ago
  42. abccf41 FreeBSD 5.x has moved some library routines and typedefs outside the by Andrew MacIntyre · 21 years ago
  43. 1ec0bdf The datetime C API really isn't usable outside the datetime module by Fred Drake · 21 years ago
  44. 2884d6d Fix a variety of small markup nits. by Fred Drake · 21 years ago
  45. e2ff8be Moved the IDE tutorial to a directory with a shorter name. The long by Jack Jansen · 21 years ago
  46. b7f6810 SF #764121, docstring for spawnlp incorrect by Neal Norwitz · 21 years ago
  47. 3c0f2c9 Fix SF bug #763637, 2.3b2 unpack tuple of wrong size in after_cancel by Neal Norwitz · 21 years ago
  48. bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 21 years ago
  49. 94af32e - replaced a couple of asserts with proper exceptions by Just van Rossum · 21 years ago
  50. 21d896c Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros by Neal Norwitz · 21 years ago
  51. 59aba12 Make the classes exposed by threading.py new-style classes. This is by Tim Peters · 21 years ago
  52. 0939fac Resolved minor XXX question in the obvious way. by Tim Peters · 21 years ago
  53. 3ede784 - note that super() only applies to new-style classes; by Fred Drake · 21 years ago
  54. 901a41e normalize markup for consistency by Fred Drake · 21 years ago
  55. 754a174 Remove carriage returns by Neal Norwitz · 21 years ago
  56. e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 21 years ago
  57. 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 21 years ago
  58. 93ceaea showwarning() calls formatwarning(), not showwarning(). by Tim Peters · 21 years ago
  59. 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 21 years ago
  60. 9c8f78d Improve the wording a bit by Raymond Hettinger · 21 years ago
  61. 69d6356 Fix spelling, grammar, usage, and markup. by Raymond Hettinger · 21 years ago
  62. 8ee0060 SF #751062: Tutorial: remove string exceptions, add parnassus, #posts by Raymond Hettinger · 21 years ago
  63. cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 21 years ago
  64. b42bb5a Add __all__ . by Brett Cannon · 21 years ago
  65. 20def8b Make temporary change of using _strptime for time.strptime permanent. by Brett Cannon · 21 years ago
  66. 592c4cc SF bug 753592, websucker bug by Neal Norwitz · 21 years ago
  67. 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 21 years ago
  68. 0ccda1e Support 'mbcs' as a 'built-in' encoding, so the C API can use it without by Mark Hammond · 21 years ago
  69. ecc7171 Add versionadded info for the 2 new threading module functions by Neal Norwitz · 21 years ago
  70. 675580f Document the DISTUTILS_DEBUG variable. Closes sf #761401. by Thomas Heller · 21 years ago
  71. 3106817 Fix typo in error message by Neal Norwitz · 21 years ago
  72. 220e839 We are now post-beta 2. by Fred Drake · 21 years ago
  73. f647b63 Added missing name (textwrap.dedent() docs). by Fred Drake · 21 years ago
  74. 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 21 years ago
  75. ccd615c SF bug #762990: Awful Grammar in Python Tutorial by Raymond Hettinger · 21 years ago
  76. d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 21 years ago
  77. 562a855 Merge branch updates back into the main trunk by Raymond Hettinger · 21 years ago
  78. a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 21 years ago
  79. b346096 Bump version string to "2.3b2+". by Tim Peters · 21 years ago
  80. 4730880 Fix typo, refer to proper argument name by Neal Norwitz · 21 years ago
  81. 79b0ae1 restore 2.2 compatibility: by Just van Rossum · 21 years ago
  82. 762d2cc - added --semi-standalone option that builds apps that depend on an by Just van Rossum · 21 years ago
  83. 0242070 More tests by Raymond Hettinger · 21 years ago
  84. 5728815 Fix broken markup, & tweak a couple of things for consistency. by Fred Drake · 21 years ago
  85. b676952 Fix sf bug 666219: assertion error in httplib. by Jeremy Hylton · 21 years ago
  86. b752c27 Add several news items for changes I made since b1. by Jeremy Hylton · 21 years ago
  87. d1b108b Whitespace normalization. by Tim Peters · 21 years ago
  88. 5e2ed81 Removed XXX comments about missing threading.py functions. by Tim Peters · 21 years ago
  89. 883f223 Added news about os.environ['PYTHONINSPECT'] = 'yes' by Barry Warsaw · 21 years ago
  90. 89392c0 Remove stub settrace() and setprofile() calls. by Jeremy Hylton · 21 years ago
  91. d86dcd3 Py_Main(): Add a check for the PYTHONINSPECT environment variable by Barry Warsaw · 21 years ago
  92. e3a565e Fix grammar in comment. by Jeremy Hylton · 21 years ago
  93. 97b2e84 Whitespace normalization. by Jeremy Hylton · 21 years ago
  94. bfccb35 Add settrace() and setprofile() functions to the threading library. by Jeremy Hylton · 21 years ago
  95. c98ccfd Typo repair. by Tim Peters · 21 years ago
  96. 85d2757 Update copyright years. by Fred Drake · 21 years ago
  97. 685e697 Provide dummy (do-nothing) settrace() and setprofile() functions until by Tim Peters · 21 years ago
  98. 2740944 Filled in release date; repaired grammar in a news item. by Tim Peters · 21 years ago
  99. 32a5e87 minor wordsmithing by Skip Montanaro · 21 years ago
  100. b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 21 years ago