1. 659eb84 Merged revisions 88481 via svnmerge from by Victor Stinner · 14 years ago
  2. 02bfdb3 Merged revisions 88530 via svnmerge from by Victor Stinner · 14 years ago
  3. 9f6cbe0 Merged revisions 88528 via svnmerge from by Lars Gustäbel · 14 years ago
  4. dcb29c9 Add tests for the collections helper class and sync-up with py3k branch. by Raymond Hettinger · 14 years ago
  5. cc76a41 Merged revisions 88511 via svnmerge from by Antoine Pitrou · 14 years ago
  6. 45b96d3 Merged revisions 88498 via svnmerge from by Brett Cannon · 14 years ago
  7. 64c9af1 Merged revisions 88496 via svnmerge from by Brett Cannon · 14 years ago
  8. 97696cb Merged revisions 88486 via svnmerge from by Antoine Pitrou · 14 years ago
  9. a47c25d Merged revisions 88484 via svnmerge from by Antoine Pitrou · 14 years ago
  10. e660360 Issue #11089: Fix performance issue limiting the use of ConfigParser() by Raymond Hettinger · 14 years ago
  11. f3d2275 Merged revisions 88460 via svnmerge from by Antoine Pitrou · 14 years ago
  12. 260a788 Version bump to 3.2 final. by Georg Brandl · 14 years ago
  13. 14927d0 Topic and suspicious update. by Georg Brandl · 14 years ago
  14. a6d12ef Bump for 3.2rc3. by Georg Brandl · 14 years ago
  15. 3a780aa Update pydoc topics. by Georg Brandl · 14 years ago
  16. 774a66d Fix #11116 fix on Windows (close file before removing in MH code) by R. David Murray · 14 years ago
  17. fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 14 years ago
  18. 900d547 reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html by Giampaolo Rodolà · 14 years ago
  19. 42e0b7f asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once. by Giampaolo Rodolà · 14 years ago
  20. 2933312 Fixed issue11082 - Reject str for POST data with a TypeError. Document the need to explicitly encode to bytes when using urlencode. by Senthil Kumaran · 14 years ago
  21. 73acad1 get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was). by Giampaolo Rodolà · 14 years ago
  22. ef31657 Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl) by Nick Coghlan · 14 years ago
  23. 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 14 years ago
  24. 6153604 Remove lots of spaces within exception message. by Georg Brandl · 14 years ago
  25. 6d7e26e Get command-line doctest of Lib/decimal.py to work again. by Raymond Hettinger · 14 years ago
  26. 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 14 years ago
  27. f031356 Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. by Alexander Belopolsky · 14 years ago
  28. d6e19c3 Bump version. by Georg Brandl · 14 years ago
  29. 56632b4 Update pydoc topics. by Georg Brandl · 14 years ago
  30. 0f6b47a #10680: fix mutually exclusive arguments in argument groups. by Georg Brandl · 14 years ago
  31. d2f3857 #10961: fix exception handling in new pydoc server code. by Georg Brandl · 14 years ago
  32. d163c2c #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. by Georg Brandl · 14 years ago
  33. b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 14 years ago
  34. 793ee1f Issue #10845: Improve compatibility between multiprocessing on Windows and package, zipfile and directory execution (Reviewed by Antoine Pitrou and approved by Georg Brandl) by Nick Coghlan · 14 years ago
  35. ac4e58e Protect logging call against None argument (fixes #11045). by Éric Araujo · 14 years ago
  36. 7dabf16 Issue #10939: Make Internaldate2tuple test more robust. by Alexander Belopolsky · 14 years ago
  37. 5c2d330 Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save by Ned Deily · 14 years ago
  38. 806c944 Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, by Ned Deily · 14 years ago
  39. 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 14 years ago
  40. 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 14 years ago
  41. 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 14 years ago
  42. a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. by Eric Smith · 14 years ago
  43. e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 14 years ago
  44. 8b5eb2f Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 by Raymond Hettinger · 14 years ago
  45. 528d9f6 Issue #11018: fix a test to not be a no-op in test_bz2. by Antoine Pitrou · 14 years ago
  46. 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 14 years ago
  47. a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 14 years ago
  48. bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 14 years ago
  49. 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 14 years ago
  50. 0c4cc55 fix import in email.message_from_binary_file() by Victor Stinner · 14 years ago
  51. 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 14 years ago
  52. 5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when by Brett Cannon · 14 years ago
  53. d454249 another pretty crasher served up by pypy by Benjamin Peterson · 14 years ago
  54. 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 14 years ago
  55. feac624 Issue #11000 ast.parse parses source, not just expressions. by Terry Reedy · 14 years ago
  56. b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 14 years ago
  57. bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 14 years ago
  58. c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 14 years ago
  59. 6ef18f4 Fix typo. by Raymond Hettinger · 14 years ago
  60. 98b140c Add entry for reprlib. by Raymond Hettinger · 14 years ago
  61. c7c199f #10983: fix several bugs in the _tunnel implementation that seem to have missed while porting between branches. A unittest is needed! by Georg Brandl · 14 years ago
  62. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  63. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  64. 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 14 years ago
  65. 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 14 years ago
  66. 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 14 years ago
  67. 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 14 years ago
  68. ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 14 years ago
  69. 5bdfd91 Remove out-of-date comment by Raymond Hettinger · 14 years ago
  70. d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 14 years ago
  71. 3988ed8 Bump to 3.2rc1. by Georg Brandl · 14 years ago
  72. 5cc3dcb Update pydoc topics. by Georg Brandl · 14 years ago
  73. 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 14 years ago
  74. 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
  75. f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) by Victor Stinner · 14 years ago
  76. 5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not by Victor Stinner · 14 years ago
  77. 1d87deb test_urlparse: add tests for encoding and errors arguments by Victor Stinner · 14 years ago
  78. ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
  79. d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  80. cbb8089 Issue #10899: Move function type annotations into docstrings. by Raymond Hettinger · 14 years ago
  81. 4d73b57 More PEP 8: no space around "=" in argument lists. by Georg Brandl · 14 years ago
  82. 00fa039 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  83. cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
  84. 3c94024 Issue #10899: No function type annotations in the standard library. by Raymond Hettinger · 14 years ago
  85. 1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) by Antoine Pitrou · 14 years ago
  86. 98c62bd A better message again by Antoine Pitrou · 14 years ago
  87. e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 14 years ago
  88. 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 14 years ago
  89. aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 14 years ago
  90. 219c300 Remove the funky function annotation from numbers.py. by Raymond Hettinger · 14 years ago
  91. 45545f7 Fix the expected memory use of utf-8 encoding. Also, release the by Antoine Pitrou · 14 years ago
  92. b3d89a4 Remove function annotations that slipped into _abcoll. by Raymond Hettinger · 14 years ago
  93. 318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Antoine Pitrou · 14 years ago
  94. 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
  95. 5e8dada oops, wrong class by Benjamin Peterson · 14 years ago
  96. 1c02a44 move this test to test_descr; it's not abc specific by Benjamin Peterson · 14 years ago
  97. e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) by Nick Coghlan · 14 years ago
  98. 524359f Add comment. by Raymond Hettinger · 14 years ago
  99. ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
  100. 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago