- 98d23f2 Merged revisions 73710 via svnmerge from by Benjamin Peterson · 16 years ago
- 835a6c8 Merged revisions 73701 via svnmerge from by Mark Dickinson · 16 years ago
- aa3b5b8 PendingDeprecationWarning -> DeprecationWarning. Both of these were by Gregory P. Smith · 16 years ago
- 84ec8d9 #6373: SystemError in str.encode('latin1', 'surrogateescape') by Amaury Forgeot d'Arc · 16 years ago
- f909202 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 16 years ago
- 0156f91 Merged revisions 73688 via svnmerge from by Tarek Ziadé · 16 years ago
- b1445cb Blocked revisions 73686 via svnmerge by Hirokazu Yamamoto · 16 years ago
- 7a9e1bd Merged revisions 73677,73681 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 4b1f3e5 Blocked revisions 73679 via svnmerge by Antoine Pitrou · 16 years ago
- 8890954 Merged revisions 73072 via svnmerge from by Antoine Pitrou · 16 years ago
- 6fbdfda Merged revisions 73675 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 3d2eca0 Link to PEP 383. by Martin v. Löwis · 16 years ago
- 0a3faef Merged revisions 73669 via svnmerge from by Benjamin Peterson · 16 years ago
- 5629268 Make b64encode raises properly a TypeError when altchars is not bytes. by Alexandre Vassalotti · 16 years ago
- 70f5276 In most cases, the parser will protect True, False, and None from being assign to. by Benjamin Peterson · 16 years ago
- 1d18068 Clean-up floating point tutorial. by Raymond Hettinger · 16 years ago
- e9eb7b6 Merged revisions 73660 via svnmerge from by Mark Dickinson · 16 years ago
- eafaf4c Small doc fix-ups to floatingpoint.rst. More are forthcoming. by Raymond Hettinger · 16 years ago
- 97479ad Blocked revisions 73272,73546 via svnmerge by Benjamin Peterson · 16 years ago
- 732166d Fix description of range_length_obj by Mark Dickinson · 16 years ago
- 3fc6552 Blocked revisions 73653 via svnmerge by Mark Dickinson · 16 years ago
- 6fd7d6c include 3.2 in toctree by Benjamin Peterson · 16 years ago
- f558ddd Fill-in some new news. by Raymond Hettinger · 16 years ago
- 5a6deb4 remove string.maketrans by Benjamin Peterson · 16 years ago
- 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 16 years ago
- 8f480e5 Merged revisions 73490 via svnmerge from by Tarek Ziadé · 16 years ago
- cc9144a Merged revisions 73445 via svnmerge from by Tarek Ziadé · 16 years ago
- 25bd206 Merged revisions 73436 via svnmerge from by Tarek Ziadé · 16 years ago
- 2c02bdc Fix incorrect quote type on Decimal examples by Mark Dickinson · 16 years ago
- af15f3c Issue #6354 continued: reword confusing tutorial note on the (no-longer by Mark Dickinson · 16 years ago
- 6f6f946 Merged revisions 73435 via svnmerge from by Tarek Ziadé · 16 years ago
- 5a55b61 Issue #6354: More fixes for code examples involving the repr of a float. by Mark Dickinson · 16 years ago
- 6e6565b Whatsnew begins afresh by Raymond Hettinger · 16 years ago
- 8dad7df Corrections to decimal flying circus: round returns a Decimal; by Mark Dickinson · 16 years ago
- 500c6ef simplify this expression by Benjamin Peterson · 16 years ago
- a56d036 Blocked revisions 73627 via svnmerge by Benjamin Peterson · 16 years ago
- 78565b2 Merged revisions 73376,73393,73398,73400,73404-73405,73409,73419-73421,73432,73457,73460,73485-73486,73488-73489,73501-73502,73513-73514 via svnmerge from by Benjamin Peterson · 16 years ago
- c609b6b document BufferedIOBase.raw and TextIOBase.buffer by Benjamin Peterson · 16 years ago
- 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 16 years ago
- cd3ffe6 Blocked revisions 73459,73563 via svnmerge by Benjamin Peterson · 16 years ago
- c6a5455 Blocked revisions 73382,73394-73397,73401-73402,73422,73480,73536,73540 via svnmerge by Benjamin Peterson · 16 years ago
- 47a1c93 delete unused properties by Benjamin Peterson · 16 years ago
- 3e79190 fix useless comparison #6355 by Benjamin Peterson · 16 years ago
- b1715f1 use stack altering macros here by Benjamin Peterson · 16 years ago
- 6d46a91 Merged revisions 73614-73615 via svnmerge from by Benjamin Peterson · 16 years ago
- ac8c730 this is better written as an assertion by Benjamin Peterson · 16 years ago
- fec42da update comments by Benjamin Peterson · 16 years ago
- 176101d correctly rearrange the stack in the exception case of WITH_CLEANUP by Benjamin Peterson · 16 years ago
- 9e0804f Sorted file names. by Hirokazu Yamamoto · 16 years ago
- db7b570 Merged revisions 73606 via svnmerge from by Martin v. Löwis · 16 years ago
- 892a37a Merged revisions 73603 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 95c4601 Merged revisions 73598 via svnmerge from by Martin v. Löwis · 16 years ago
- 876b2f2 Merged revisions 72912,72920,72940 via svnmerge from by Benjamin Peterson · 16 years ago
- d239775 Merged revisions 72570,72582-72583,73027,73049,73071,73151,73247 via svnmerge from by Benjamin Peterson · 16 years ago
- f7a6b50 Bump Windows versions to 3.2. by Martin v. Löwis · 16 years ago
- 2fad00c Updated the last example as requested in #6350 by Ezio Melotti · 16 years ago
- 095386e Add uuids for 3.1.[12](rc1|final). by Martin v. Löwis · 16 years ago
- 05646a5 Merged revisions 73575 via svnmerge from by Benjamin Peterson · 16 years ago
- 9ddc2d9 update install dir version by Benjamin Peterson · 16 years ago
- 9aececf fix mistake in version bump by Benjamin Peterson · 16 years ago
- 46ea4f7 bump to 3.2a0 by Benjamin Peterson · 16 years ago
- c216b27 tag Python version 3.1! by Benjamin Peterson · 16 years ago
- 1da43e5 rearrange the sections of the README, so they'll hopefully be more in the order people will interested in by Benjamin Peterson · 16 years ago
- 3928516 bump version to 3.1 final :) by Benjamin Peterson · 16 years ago
- 6a86a62 update pydoc-topics by Benjamin Peterson · 16 years ago
- e88749b Merged revisions 73565 via svnmerge from by Gregory P. Smith · 16 years ago
- 619de8f fixed double dict.items in glossary->view by Ezio Melotti · 16 years ago
- 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 16 years ago
- c707167 Merged revisions 73557 via svnmerge from by R. David Murray · 16 years ago
- fd851d3 Recorded merge of revisions 73554 via svnmerge from by R. David Murray · 16 years ago
- 7fcd3de Fix some broken/missing function:: declarations in turtle docs by R. David Murray · 16 years ago
- 1279209 this is also no longer true by Benjamin Peterson · 16 years ago
- a47af9c fix comment by Benjamin Peterson · 16 years ago
- ad19556 Misc/NEWS entry for r73547 by Mark Dickinson · 16 years ago
- eb36d31 Issue #6334: Fix buggy internal length calculation in builtin range function by Mark Dickinson · 16 years ago
- eeb575f Merged revisions 73544 via svnmerge from by Georg Brandl · 16 years ago
- bbcd1eb add sys prefix by Benjamin Peterson · 16 years ago
- bbccbfd Add procedural note. by Raymond Hettinger · 16 years ago
- 3783143 Merged revisions 73537 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 5034624 Blocked revisions 73534 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
- ec7bfb3 Issue 6305: Clarify error message for large arguments to itertools.islice(). by Raymond Hettinger · 16 years ago
- df45cda Recorded merge of revisions 73532 via svnmerge from by R. David Murray · 16 years ago
- 159eac9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 16 years ago
- b7706b5 Merged revisions 73518-73519 via svnmerge from by Nick Coghlan · 16 years ago
- 5250401 must be bytes by Benjamin Peterson · 16 years ago
- b48f634 Merged revisions 73415,73417-73418 via svnmerge from by Benjamin Peterson · 16 years ago
- 8be54bb revert 73505 here by Benjamin Peterson · 16 years ago
- b0a8be5 - remove svn:executable property from some library files by Matthias Klose · 16 years ago
- ab2b755 - Issue #5590: Remove unused global variable in pyexpat extension. by Matthias Klose · 16 years ago
- ef83ab9 Merged revisions 73499 via svnmerge from by Steven Bethard · 16 years ago
- 0f6eac2 Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 16 years ago
- 2a998fa Merged revisions 73495 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 16 years ago
- 10706e2 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 16 years ago
- e9ff86e Blocked revisions 73471 via svnmerge by Georg Brandl · 16 years ago
- 2e11ab3 Blocked revisions 73472 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
- 722d8c3 Remove unused import by Raymond Hettinger · 16 years ago
- c7d6aa4 Merged revisions 73461 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 4958cba Merged revisions 73465 via svnmerge from by Nick Coghlan · 16 years ago
- e810e5a Merged revisions 73462-73463 via svnmerge from by Georg Brandl · 16 years ago
- 5bc472a Add usage note. by Raymond Hettinger · 16 years ago