- 260a788 Version bump to 3.2 final. by Georg Brandl · 15 years ago
- 14927d0 Topic and suspicious update. by Georg Brandl · 15 years ago
- a6d12ef Bump for 3.2rc3. by Georg Brandl · 15 years ago v3.2rc3
- 3a780aa Update pydoc topics. by Georg Brandl · 15 years ago
- 774a66d Fix #11116 fix on Windows (close file before removing in MH code) by R. David Murray · 15 years ago
- fc14114 #11116: roll back on error during add so mailbox isn't left corrupted. by R. David Murray · 15 years ago
- 900d547 reverting r88395 and r88387 as per http://mail.python.org/pipermail/python-dev/2011-February/108005.html by Giampaolo Rodolà · 15 years ago
- 42e0b7f asyncore: introduce a new 'closed' attribute to make sure that dispatcher gets closed only once. by Giampaolo Rodolà · 15 years ago
- 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 · 15 years ago
- 73acad1 get rid of asyncore.dispatcher's debug attribute, which is no longer used (assuming it ever was). by Giampaolo Rodolà · 15 years ago
- ef31657 Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl) by Nick Coghlan · 15 years ago
- 4543846 #11132: pass optimize parameter to recursive call in compileall.compile_dir(). Reviewed by Eric A. by Georg Brandl · 15 years ago
- 6153604 Remove lots of spaces within exception message. by Georg Brandl · 15 years ago
- 6d7e26e Get command-line doctest of Lib/decimal.py to work again. by Raymond Hettinger · 15 years ago
- 0ea622a Issue #8275: Fix passing of callback arguments with ctypes under Win64. by Antoine Pitrou · 15 years ago
- f031356 Issue #11081: Fixed struct.__all__. Reviewed by Georg Brandl. by Alexander Belopolsky · 15 years ago
- d6e19c3 Bump version. by Georg Brandl · 15 years ago v3.2rc2
- 56632b4 Update pydoc topics. by Georg Brandl · 15 years ago
- 0f6b47a #10680: fix mutually exclusive arguments in argument groups. by Georg Brandl · 15 years ago
- d2f3857 #10961: fix exception handling in new pydoc server code. by Georg Brandl · 15 years ago
- d163c2c #11069: fix the IDLE Stack Viewer, by not using "list" as a variable name. by Georg Brandl · 15 years ago
- b7deff1 #9124: mailbox now accepts binary input and uses binary internally by R. David Murray · 15 years ago
- 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 · 15 years ago
- ac4e58e Protect logging call against None argument (fixes #11045). by Éric Araujo · 15 years ago
- 7dabf16 Issue #10939: Make Internaldate2tuple test more robust. by Alexander Belopolsky · 15 years ago
- 5c2d330 Issue 11052: Correct IDLE menu accelerators on Mac OS X for Save by Ned Deily · 15 years ago
- 806c944 Issue #11053: Fix IDLE "Syntax Error" windows to behave as in 2.x, by Ned Deily · 15 years ago
- 7006393 Issue #10940: Workaround an IDLE hang on Mac OS X 10.6 when using the by Ned Deily · 15 years ago
- 19e0a9e Issue #10939: Fixed imaplib.Internaldate2tuple(). Thanks Joe Peterson by Alexander Belopolsky · 15 years ago
- 80f75e6 Issue #10989: Fix a crash on SSLContext.load_verify_locations(None, True). by Victor Stinner · 15 years ago
- a1eac72 Issue #11302: missing type check on _string.formatter_field_name_split and _string.formatter_parser caused crash. by Eric Smith · 15 years ago
- e180d39 Issue 10573: revert unittest docs to first / second by Michael Foord · 15 years ago
- 8b5eb2f Issue #11020: Command-line pyclbr was broken because of missing 2-to-3 by Raymond Hettinger · 15 years ago
- 528d9f6 Issue #11018: fix a test to not be a no-op in test_bz2. by Antoine Pitrou · 15 years ago
- 7372a07 #11019: Make BytesGenerator handle Message with None body. by R. David Murray · 15 years ago
- a63a312 Issue #11014: Make 'filter' argument in tarfile.Tarfile.add() into a by Raymond Hettinger · 15 years ago
- bdd2d93 Revert r88197. I'll refix correctly once there is a test. by R. David Murray · 15 years ago
- 3a7ee3a Fix BytesGenerator._handle_text() if the message has no payload (None) by Victor Stinner · 15 years ago
- 0c4cc55 fix import in email.message_from_binary_file() by Victor Stinner · 15 years ago
- 512d2cc Issue #11004: Repair edge case in deque.count(). (Reviewed by Georg Brandl.) by Raymond Hettinger · 15 years ago
- 5543e81 Tighten the restrictions on the test_sys test which triggers a fatal error when by Brett Cannon · 15 years ago
- d454249 another pretty crasher served up by pypy by Benjamin Peterson · 15 years ago
- 122539e #10974: IDLE no longer crashes if its recent files list includes files by Ned Deily · 15 years ago
- feac624 Issue #11000 ast.parse parses source, not just expressions. by Terry Reedy · 15 years ago
- b027011 Issue #9509: make argarse properly handle IOErrors raised by argparse.FileType. Approved by Georg in the tracker. by Steven Bethard · 15 years ago
- bf1d2bc Make the type consistent for hashlib algorithm constants. (Reviewed by Benjamin). by Raymond Hettinger · 15 years ago
- c3e8867 Skip a recursion depth check test when running under CPython and have a trace by Brett Cannon · 15 years ago
- 6ef18f4 Fix typo. by Raymond Hettinger · 15 years ago
- 98b140c Add entry for reprlib. by Raymond Hettinger · 15 years ago
- 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 · 15 years ago
- 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 15 years ago
- 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 15 years ago
- 01241d6 Issue #10949: Improved robustness of rotating file handlers. by Vinay Sajip · 15 years ago
- 00d650b Fix JSON docs about loads() accepting only str objects, not bytes. by Antoine Pitrou · 15 years ago
- 305bc9e Issue #10955: Fix a potential crash when trying to mmap() a file past its by Antoine Pitrou · 15 years ago
- 41a99bc Issue #10934: Fixed and expanded Internaldate2tuple() and by Alexander Belopolsky · 15 years ago
- ad62b03 Issue #10451: memoryview objects could allow to mutate a readable buffer. by Antoine Pitrou · 15 years ago
- 5bdfd91 Remove out-of-date comment by Raymond Hettinger · 15 years ago
- d0ebc75 Fix mmap and test_mmap under Windows too (followup to r88022) by Antoine Pitrou · 15 years ago v3.2rc1
- 3988ed8 Bump to 3.2rc1. by Georg Brandl · 15 years ago
- 5cc3dcb Update pydoc topics. by Georg Brandl · 15 years ago
- 85f4615 Issue #10916: mmap should not segfault when a file is mapped using 0 as by Antoine Pitrou · 15 years ago
- 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 15 years ago
- f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) by Victor Stinner · 15 years ago
- 5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not by Victor Stinner · 15 years ago
- 1d87deb test_urlparse: add tests for encoding and errors arguments by Victor Stinner · 15 years ago
- ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 15 years ago
- d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 15 years ago
- cbb8089 Issue #10899: Move function type annotations into docstrings. by Raymond Hettinger · 15 years ago
- 4d73b57 More PEP 8: no space around "=" in argument lists. by Georg Brandl · 15 years ago
- 00fa039 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 15 years ago
- cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 15 years ago
- 3c94024 Issue #10899: No function type annotations in the standard library. by Raymond Hettinger · 15 years ago
- 1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) by Antoine Pitrou · 15 years ago
- 98c62bd A better message again by Antoine Pitrou · 15 years ago
- e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 15 years ago
- 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 15 years ago
- aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 15 years ago
- 219c300 Remove the funky function annotation from numbers.py. by Raymond Hettinger · 15 years ago
- 45545f7 Fix the expected memory use of utf-8 encoding. Also, release the by Antoine Pitrou · 15 years ago
- b3d89a4 Remove function annotations that slipped into _abcoll. by Raymond Hettinger · 15 years ago
- 318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Antoine Pitrou · 15 years ago
- 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 15 years ago
- 5e8dada oops, wrong class by Benjamin Peterson · 15 years ago
- 1c02a44 move this test to test_descr; it's not abc specific by Benjamin Peterson · 15 years ago
- 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 · 15 years ago
- 524359f Add comment. by Raymond Hettinger · 15 years ago
- ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 15 years ago
- 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 15 years ago
- a3e8f3d Typo. by Eric Smith · 15 years ago
- 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 15 years ago
- a689241 This should fix mktime test on Windows by Alexander Belopolsky · 15 years ago
- 31c5dd6 Make mktime test more robust. by Alexander Belopolsky · 15 years ago
- b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one by Alexander Belopolsky · 15 years ago
- a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 15 years ago
- d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 15 years ago
- efb6902 Add missing line. by Georg Brandl · 15 years ago
- 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 15 years ago
- 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 15 years ago
- 5d938cb Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). by Antoine Pitrou · 15 years ago