1. 3d0b9f0 dummy_thread.acquire() would return None if no waitflag argument was given. It by Brett Cannon · 16 years ago
  2. 0522a9f #1778443 robotparser fixes from Aristotelis Mikropoulos by Benjamin Peterson · 16 years ago
  3. 2412259 Fixed typo. by Alexandre Vassalotti · 16 years ago
  4. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 16 years ago
  5. 9c87a40 - Fix bashisms in Tools/faqwiz/move-faqwiz.sh by Matthias Klose · 16 years ago
  6. 873c386 Fixed test for asyncore. by Josiah Carlson · 16 years ago
  7. b65b4c3 Fix for the AttributeError in test_asynchat. by Josiah Carlson · 16 years ago
  8. 2252d11 #3342: In tracebacks, printed source lines were not indented since r62555. by Amaury Forgeot d'Arc · 16 years ago
  9. ae6d2b9 #3317 in zipfile module, restore the previous names of global variables: by Amaury Forgeot d'Arc · 16 years ago
  10. 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 16 years ago
  11. feef51d Fix a minor typo in the last entry made. by Brett Cannon · 16 years ago
  12. 963ffdb Doc that robotparse has been renamed urllib.robotparser in Python 3.0. by Brett Cannon · 16 years ago
  13. f6afa33 Doc that urlparse is named urllib.parse in Python 3.0. by Brett Cannon · 16 years ago
  14. 97aa1ae Document the fact that urllib2 spans multiple modules with new names in Python by Brett Cannon · 16 years ago
  15. ea40c58 Removal an invalid entry as the fixer for urllib is under active development. by Brett Cannon · 16 years ago
  16. 4762902 Added garbage collector overhead and optional default return value to by Robert Schuppenies · 16 years ago
  17. 5930d8f Suppress -3 warnings in unittest.py by Raymond Hettinger · 16 years ago
  18. 930795b Clear the -3 warnings in optparse.py by Raymond Hettinger · 16 years ago
  19. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 16 years ago
  20. cc3f2b1 Wording changes by Andrew M. Kuchling · 16 years ago
  21. b01713e Issue 3285: Fractions from_float() and from_decimal() accept Integral arguments. by Raymond Hettinger · 16 years ago
  22. 3cd1e42 Issue 3301: Bisect functions behaved badly when lo was negative. by Raymond Hettinger · 16 years ago
  23. d2cd86d Fixed Issue3122 and extended sys.getsizeof tests for built-in types. by Robert Schuppenies · 16 years ago
  24. 548db58 Use operator.index() instead of n.__index__(). by Raymond Hettinger · 16 years ago
  25. 655d583 Issue 3287: Raise correct exception for float inputs. by Raymond Hettinger · 16 years ago
  26. 14ff994 Add missing NEWS and ACK entries for r64791 by Nick Coghlan · 16 years ago
  27. 524b777 Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes by Nick Coghlan · 16 years ago
  28. dbc5987 Add missing ABCs to list. by Georg Brandl · 16 years ago
  29. 1a66441 Issue 3306. Better control for a lenght in findmax() function. by Facundo Batista · 16 years ago
  30. 10cf7d9 Fix example to match text by Andrew M. Kuchling · 16 years ago
  31. 2c7ca9b Correct grammar. by Skip Montanaro · 16 years ago
  32. c4691ec - Issue #3094: httplib.HTTPSConnection Host: headers no longer include the by Gregory P. Smith · 16 years ago
  33. 0422292 Add commented out #_sha256 and #_sha512 lines per issue 3183. by Gregory P. Smith · 16 years ago
  34. ff5f420 Fixed bugs 760475, 953599, and 1519. by Josiah Carlson · 16 years ago
  35. 3b1e6b2 - Issue #3309: Fix bz2.BZFile itererator to release its internal lock by Gregory P. Smith · 16 years ago
  36. 0f7cddc Issue839496: SimpleHTTPServer should open all files in binary mode. by Amaury Forgeot d'Arc · 16 years ago
  37. aaca978 Add two items; rewrap paragraph by Andrew M. Kuchling · 16 years ago
  38. c406084 Wording fix by Andrew M. Kuchling · 16 years ago
  39. de2939b Fix opensearch template. by Georg Brandl · 16 years ago
  40. eb77fe4 fix issue3304 - remove an incorrect PyMem_Free in fileio_init by Gregory P. Smith · 16 years ago
  41. 7f58022 remove test_compact_freelists from test_sys by Benjamin Peterson · 16 years ago
  42. f414064 - Issue #2113: Fix error in subprocess.Popen if the select system call is by Gregory P. Smith · 16 years ago
  43. 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 16 years ago
  44. 17f2e4a Issue #3239. Differentiate the ascii call from the curses one and by Facundo Batista · 16 years ago
  45. 083902a Issue 3289. Removed two lines that ended doing nothing. by Facundo Batista · 16 years ago
  46. 1ecce46 Keep below 80 chars. by Georg Brandl · 16 years ago
  47. 87988b6 make regrtest aware of the lib2to3 resource by Benjamin Peterson · 16 years ago
  48. 5a9ef42 Disable lib2to3 by default, unless run explicitly. by Martin v. Löwis · 16 years ago
  49. 5144ff5 Merged revisions 64285-64735 via svnmerge from by Martin v. Löwis · 16 years ago
  50. ecf8d8c Minor rewrite of cmath_log to work around a Sun compiler bug. See issue #3168. by Mark Dickinson · 16 years ago
  51. bf9f4d8 Issue 3188: accept float('infinity') as well as float('inf'). This by Mark Dickinson · 16 years ago
  52. e78fbcc #2663: support an *ignore* argument to shutil.copytree(). Patch by Tarek Ziade. by Georg Brandl · 16 years ago
  53. 3c0fd56 Fix tabs. by Georg Brandl · 16 years ago
  54. afae11e Update comment on prediction macros. by Raymond Hettinger · 16 years ago
  55. 66ef83b Give the pickle special methods a signature. by Georg Brandl · 16 years ago
  56. 4e47680 let the term be linked by Benjamin Peterson · 16 years ago
  57. 9385b9d lowercase glossary term by Benjamin Peterson · 16 years ago
  58. 8c43641 Patch #1622: Correct interpretation of various ZIP header fields. by Martin v. Löwis · 16 years ago
  59. f5d2b4c Tweak wording by Andrew M. Kuchling · 16 years ago
  60. 968117e Try a blind fix to nismodule which fails on the solaris10 3.0 buildbot: by Amaury Forgeot d'Arc · 16 years ago
  61. 0bfac6e Revert r64673 and instead just change the file encoding. by Brett Cannon · 16 years ago
  62. 3bff9d2 FIx some Latin-1 characters to be UTF-8 as the file encoding specifies. by Brett Cannon · 16 years ago
  63. 76cf55f Add #!/usr/bin/env python for ben by Jesse Noller · 16 years ago
  64. 66c5277 Issue #449227: Now with the rlcompleter module, callable objects are by Facundo Batista · 16 years ago
  65. 146b7ab Reenable the manager tests with Amaury's threading fix by Jesse Noller · 16 years ago
  66. c060b0e Issue 3190: pydoc now hides module __package__ attributes by Nick Coghlan · 16 years ago
  67. 70c3289 Replace occurrences of '\d' with '[0-9]' in Decimal regex, to make sure by Mark Dickinson · 16 years ago
  68. 8bb8fa5 Handle urllib's renaming for Python 3.0: by Brett Cannon · 16 years ago
  69. aac51b8 add ABC to the glossary by Benjamin Peterson · 16 years ago
  70. aa76d77 Add a comment about incref'ing w. by Georg Brandl · 16 years ago
  71. 3214a01 #1410739: add a footnote about "is" and "unusual" behavior. by Georg Brandl · 16 years ago
  72. 1e0eefc #1523853: add note about fread(). by Georg Brandl · 16 years ago
  73. bdd941f #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 16 years ago
  74. dbd0ae3 #3216: fix Execute's parameter description. by Georg Brandl · 16 years ago
  75. 68b4e74 Add a link to PEP 324. by Georg Brandl · 16 years ago
  76. a6a7292 write a short little section for multiprocessing; it still needs help by Benjamin Peterson · 16 years ago
  77. 175e4d9 #3219 repeated keyword arguments aren't allowed in function calls anymore by Benjamin Peterson · 16 years ago
  78. 1f40c8a #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 16 years ago
  79. 1d2ce45 Add _multiprocessing module. by Martin v. Löwis · 16 years ago
  80. d84fd95 Issue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd by Martin v. Löwis · 16 years ago
  81. 763d309 Fix #2702, with a correct accounting of recursion. by Facundo Batista · 16 years ago
  82. 1e02268 Updated to reflect change in logging.config to remove out-of-date comment in _install_handlers and the use of issubclass in place of equality comparison of classes. by Vinay Sajip · 16 years ago
  83. 5ff7171 Removed out-of-date comment in _install_handlers and by Vinay Sajip · 16 years ago
  84. b7b8bff reinstate the ending backtick. thanks Nick :) by Benjamin Peterson · 16 years ago
  85. efc4a3a fix typo by Benjamin Peterson · 16 years ago
  86. 6e4856a rewrap by Benjamin Peterson · 16 years ago
  87. 7416a4c convert test_audioop to unittest. Thanks to Giampaolo Rodola. by Benjamin Peterson · 16 years ago
  88. de34d91 make sure we close the active channels when eof is received on them by Bill Janssen · 16 years ago
  89. 934b16d various SSL fixes; issues 1251, 3162, 3212 by Bill Janssen · 16 years ago
  90. a27474c Issue 3230: Do not the set specific size macro. by Raymond Hettinger · 16 years ago
  91. 77cec6e fix typo by Benjamin Peterson · 16 years ago
  92. 99c48a8 Give information for compililation of _multiprocessing.SemLock on FreeBSD: by Hye-Shik Chang · 16 years ago
  93. 910c2ab edit multiprocessing docs by Benjamin Peterson · 16 years ago
  94. dc1688a Fix typo in configure.in, and propagate configure.in changes from r64002 by Mark Dickinson · 16 years ago
  95. ee51cff Fix whitespace in example code. by Raymond Hettinger · 16 years ago
  96. df90ee6 Issue #3197: rework documentation for fractions module. by Mark Dickinson · 16 years ago
  97. f145848 Add Jean Brouwers for his work on math.sum by Mark Dickinson · 16 years ago
  98. 3af386a Remove trailing 'L's from numerator and denominator in the by Mark Dickinson · 16 years ago
  99. 6e7e137 Merged revisions 64368-64369 via svnmerge from by Trent Nelson · 16 years ago
  100. d4a224b Initialized merge tracking via "svnmerge" with revisions "1-64347" from by Trent Nelson · 16 years ago