1. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  2. 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 20 years ago
  3. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  4. fa7809d The Darwin-specific getproxies_internetconfig() was added to urllib, by Tim Peters · 20 years ago
  5. 11a70c7 Upgrade None assignment SyntaxWarning to a SyntaxError. by Raymond Hettinger · 20 years ago
  6. 040d6d0 The new distutils features justify a new version number, imo. by Thomas Heller · 20 years ago
  7. 11d9b06 Fix for #779167: use InternetConfig proxy settings on MacOSX (in addition by Jack Jansen · 20 years ago
  8. 5336f8c [Patch #982681] Apply this patch correctly; makes set_reuse_addr() work on Windows by Andrew M. Kuchling · 20 years ago
  9. 95b66f3 Allow overriding of bgen pathnames in an optional module bgenlocationcustomize. by Jack Jansen · 20 years ago
  10. 3fc2fde Typo fixes by Andrew M. Kuchling · 20 years ago
  11. 8aa2392 Checking sys.platform for substring 'win' was breaking IDLE docs on Mac by Kurt B. Kaiser · 20 years ago
  12. ef66deb Use threading.local() instead of threading.currentThread(). by Raymond Hettinger · 20 years ago
  13. 99148e7 Factor out two unnecessary global variables. by Raymond Hettinger · 20 years ago
  14. d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 20 years ago
  15. a643b65 Ported some features from zope: by Jim Fulton · 20 years ago
  16. b91af52 * Hide a loop induction variable that was inadvertantly being picked up by Raymond Hettinger · 20 years ago
  17. fed5296 * Rename "Signals" to "_signals" making it non-public. by Raymond Hettinger · 20 years ago
  18. b60b242 Recompiled after source file changes. by Thomas Heller · 20 years ago
  19. 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  20. 4a2ccdf - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 20 years ago
  21. 80e1f06 It helps when doing checks if something is in a tuple of strings that if you by Brett Cannon · 20 years ago
  22. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  23. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  24. b102764 Updated my email address to something that works <wink>. by Barry Warsaw · 20 years ago
  25. fdf7449 Fix test case for when time.tzname[0] is either UTC or GMT. Also have test by Brett Cannon · 20 years ago
  26. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  27. 3f06189 this is patch by Michael W. Hudson · 20 years ago
  28. 18bf43c FreeBSD's services file contains an additional echo service entry, with by Andrew MacIntyre · 20 years ago
  29. 5e9e9e1 Removed debugging print statements from TimedRotatingFileHandler, and sorted list returned by glob.glob() (SF #987166) by Vinay Sajip · 20 years ago
  30. 71ed220 Simplified the new get/get_nowait/put/put_nowait implementations a bit. by Tim Peters · 20 years ago
  31. 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 20 years ago
  32. dfa5d95 Remove tabs introduced in last commit. by Brett Cannon · 20 years ago
  33. 3f7cb5d Patch [ 972332 ] urllib2 FTPHandler bugs / John J. Lee by Kurt B. Kaiser · 20 years ago
  34. d2c5b4b SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator by Brett Cannon · 20 years ago
  35. e6f8a89 Debug output is now printed to sys.stderr . by Brett Cannon · 20 years ago
  36. f50299c posixpath.realpath() now detects symlink loops and returns the path just before by Brett Cannon · 20 years ago
  37. 9a2a1cb [Patch #981794] Add support for Firefox/Firebird by Andrew M. Kuchling · 20 years ago
  38. 864bba1 [Patch 988444] by Andrew M. Kuchling · 20 years ago
  39. f027ca8 [Patch #965175] Incorporate a suggestion for a better error message by Andrew M. Kuchling · 20 years ago
  40. bdc3627 Make ntpath compress multiple slashes between drive letter and the rest of the by Brett Cannon · 20 years ago
  41. 85064ff [Patch #988602] Move the urllib2 tests into the test framework by Andrew M. Kuchling · 20 years ago
  42. ff450f7 Make struct formats for specifying file size to be unsigned instead of signed by Brett Cannon · 20 years ago
  43. ae40c2f [Patch #969907] Add traceback to warning output by Andrew M. Kuchling · 20 years ago
  44. 0fff6c8 In poll(), check connections for exceptional conditions by Andrew M. Kuchling · 20 years ago
  45. dfa74b9 Return value from .close(); move .set_file up by Andrew M. Kuchling · 20 years ago
  46. 5543021 [Bug #835415] AIX can return modes that are >65536, which causes an OverflowError. Fix from Albert Chin by Andrew M. Kuchling · 20 years ago
  47. f9ea7c0 [Patch #988504] Fix HTTP error handling via a patch from John J. Lee by Andrew M. Kuchling · 20 years ago
  48. 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 20 years ago
  49. bf44069 Improve Context construction and representation: by Raymond Hettinger · 20 years ago
  50. 3f41974 Add generic codecs.encode() and .decode() APIs that don't impose by Marc-André Lemburg · 20 years ago
  51. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago
  52. 12f8c4d Change argument list for addsitedir() to not require a second argument and thus by Brett Cannon · 20 years ago
  53. 5833587 Add some tests for corner cases. by Raymond Hettinger · 20 years ago
  54. d87ac8f * Update the test suite to reflect that ConversionSyntax was no longer by Raymond Hettinger · 20 years ago
  55. 5aa478b Module and tests: by Raymond Hettinger · 20 years ago
  56. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 20 years ago
  57. a435c53 * balance the left/right search for getitem. by Raymond Hettinger · 20 years ago
  58. 302fa6d Add another bunch of test cases for calendars with Sunday as the by Walter Dörwald · 20 years ago
  59. 3970c11 Add exception handling for BaseRotatingFileHandler (SF #979252) by Vinay Sajip · 20 years ago
  60. 4bbab2b FileHandler now stores the basename as an absolute path (fix for SF #982049) by Vinay Sajip · 20 years ago
  61. 3210b36 release dates by Anthony Baxter · 20 years ago
  62. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  63. 1c0423a Exercise xrange a bit by Neal Norwitz · 20 years ago
  64. d7be118 Exercise some error conditions by Neal Norwitz · 20 years ago
  65. bdcb941 SF bug #978308, Spurious errors taking bool of dead pro by Neal Norwitz · 20 years ago
  66. bd7f76d Tim gets his default traps. by Raymond Hettinger · 20 years ago
  67. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  68. 1263bd8 [Bug #925107] Make .readline() consider self.stop. This makes read() and readline() very similar, so they're refactored into _read. Patch by Johannes Gijsbers. by Andrew M. Kuchling · 20 years ago
  69. 6fe93cd For readable() objects, the previous value of 'flags' was ignored. by Andrew M. Kuchling · 20 years ago
  70. d916142 whitespace normalization by Skip Montanaro · 20 years ago
  71. a146fea Fix SF#983164. by Thomas Heller · 20 years ago
  72. 7ff7d2c testGetServBy(): Use services that should be available both on *nix and by Barry Warsaw · 20 years ago
  73. 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 20 years ago
  74. 0aeac10 * Add __eq__ and __ne__ so that things like list.index() work properly by Raymond Hettinger · 20 years ago
  75. 5548be2 Test the logic for int(d). by Raymond Hettinger · 20 years ago
  76. ca3cc2f * Update the todo list. * Make ConversionSyntax signals get trapped by default. by Raymond Hettinger · 20 years ago
  77. e0f1581 * Fixup docstrings * Make capitals default part of DefaultContext by Raymond Hettinger · 20 years ago
  78. 0ea241e Changed the rounding constant values to match their variable names. by Raymond Hettinger · 20 years ago
  79. b1b605e Fix clear_flags(). Make a readable (not evalable) Context repr. by Raymond Hettinger · 20 years ago
  80. 49a5fe1 Redirect the warning stream to the shell during the ScriptBinding check of user code by Kurt B. Kaiser · 20 years ago
  81. 9ec3e3b Namespace cleanups: by Raymond Hettinger · 20 years ago
  82. 6ea4845 * Make the tests independent of the default precision. by Raymond Hettinger · 20 years ago
  83. 17c52d8 Refactored RotatingFileHandler to create a base class for rotating handlers. Added TimedRotatingFileHandler. by Vinay Sajip · 20 years ago
  84. 779e0c9 Changed basicConfig() to add keyword arguments. Changes are backward-compatible. by Vinay Sajip · 20 years ago
  85. d9c0a7a Work through several open todos: by Raymond Hettinger · 20 years ago
  86. cc4e935 threading.Thread objects will now print a traceback for an exception raised by Brett Cannon · 20 years ago
  87. 59ad456 Add tests that check the result of calendar.monthcalendar() for a set by Walter Dörwald · 20 years ago
  88. 0a4dd39 Make weak references subclassable: by Fred Drake · 20 years ago
  89. 32b8f80 Fix for SF 982215: bdist_wininst - Next button not greyed out during file copy. by Thomas Heller · 20 years ago
  90. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  91. 83a6430 Committing Tim's patch for SF bug #983585: by Fred Drake · 20 years ago
  92. d7cc1bd Fix by Michael W. Hudson · 20 years ago
  93. 1f34eb1 fix small consistency nit by Fred Drake · 20 years ago
  94. 75cc1cb Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  95. 7c85fa4 Move Decimal from the sandbox into production. by Raymond Hettinger · 20 years ago
  96. d5cf143 Check in the updated version of patch #957240, which doesn't rely by Michael W. Hudson · 20 years ago
  97. 08c08bb [Bug #912845] urllib2 only checks for a 200 return code, but 206 is also legal if a Range: header was supplied. by Andrew M. Kuchling · 20 years ago
  98. 31352c5 Remove unused import. (If it's there for some deep, dark reason, it should have been commented.) by Andrew M. Kuchling · 20 years ago
  99. bd3200f Add test case for bug #912845: requesting an HTTP byte range doesn't work by Andrew M. Kuchling · 20 years ago
  100. f1a2f9e Docstring grammar fix by Andrew M. Kuchling · 20 years ago