- 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
- c43a26d rephrase for clarity by Benjamin Peterson · 16 years ago
- c388a83 Merged revisions 73451 via svnmerge from by Mark Dickinson · 16 years ago
- 8699aea The key-value pairs can be lists or tuples or any iterable. by Raymond Hettinger · 16 years ago
- 2c86004 Merged revisions 73447-73448 via svnmerge from by Georg Brandl · 16 years ago
- fc11f27 Expand a bit on dict views. by Georg Brandl · 16 years ago
- 5e06a65 Merged revisions 73441 via svnmerge from by Tarek Ziadé · 16 years ago
- 693d804 Blocked revisions 73433 via svnmerge by Benjamin Peterson · 16 years ago
- 995bb47 rewrite binary std streams part; note that detach()/buffer will not always work by Benjamin Peterson · 16 years ago
- 6a38ced just throw a normal AttributeError for no buffer attribute by Benjamin Peterson · 16 years ago
- 2a8b54d update peek documentation to implementation by Benjamin Peterson · 16 years ago
- 3d8827d Merged revisions 73425 via svnmerge from by Hirokazu Yamamoto · 16 years ago
- 077da0e Blocked revisions 73423 via svnmerge by Hirokazu Yamamoto · 16 years ago
- 01bf236 post release version bumps by Benjamin Peterson · 16 years ago
- 286ff76 tag 3.1 release candidate 2 by Benjamin Peterson · 16 years ago
- 52915df update the README to be a little more inspiring w/regards to stability by Benjamin Peterson · 16 years ago
- c7c1228 bump version to 3.1rc2 by Benjamin Peterson · 16 years ago
- 59843e9 update pydoc topics by Benjamin Peterson · 16 years ago
- 16a1f63 make file closing more robust by Benjamin Peterson · 16 years ago
- 94f5583 Fix SystemError and a wasps nest of ref counting issues. by Raymond Hettinger · 16 years ago
- 83eacca Merged revisions 73390 via svnmerge from by Martin v. Löwis · 16 years ago
- 58641de Issue #6195: fix doctest to no longer try to read 'source' data from by R. David Murray · 16 years ago
- 554290d Fixup/simplify another nested context manager. by Raymond Hettinger · 16 years ago
- 680bf1a move to a naming scheme with all lowercase and underscores by Benjamin Peterson · 16 years ago
- 2c3ac6b Merged revisions 73370 via svnmerge from by Benjamin Peterson · 16 years ago
- be40db0 Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago
- 59e6eb1 Blocked revisions 73145 via svnmerge by Benjamin Peterson · 16 years ago
- 87c8d87 Merged revisions 73196,73278-73280,73299,73308,73312-73313,73317-73318,73321,73324,73331,73335,73340,73363 via svnmerge from by Benjamin Peterson · 16 years ago
- 6520b68 Blocked revisions 73372 via svnmerge by Benjamin Peterson · 16 years ago
- 862f87a Blocked revisions 73182,73184,73238,73252,73281,73334,73361-73362,73367 via svnmerge by Benjamin Peterson · 16 years ago
- 27352a5 Move comment to correct line. by Raymond Hettinger · 16 years ago
- e046d2a Add example of how to do key lookups with bisect(). by Raymond Hettinger · 16 years ago
- 14eac1b Recorded merge of revisions 73350,73353 via svnmerge from by Georg Brandl · 16 years ago
- affbd87 Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. by Vinay Sajip · 16 years ago
- e653a7d Merged revisions 73354 via svnmerge from by Tarek Ziadé · 16 years ago
- ff54336 Merged revisions 73348 via svnmerge from by Tarek Ziadé · 16 years ago
- a8b5a14 Blocked revisions 73345 via svnmerge by Tarek Ziadé · 16 years ago
- abcc3f4 Merged revisions 73341 via svnmerge from by Tarek Ziadé · 16 years ago
- 015c810 Merged revisions 73336 via svnmerge from by Tarek Ziadé · 16 years ago
- fde29be Issue 6256: Fix stacklevel in warning message. by Raymond Hettinger · 16 years ago
- 5c96308 Fix funny typo. by Raymond Hettinger · 16 years ago
- f6b8872 Merged revisions 73328 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 2cdc88e Blocked revisions 73325-73326 via svnmerge by Amaury Forgeot d'Arc · 16 years ago
- 66f8c43 #5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored. by Amaury Forgeot d'Arc · 16 years ago
- 5b4a54c Add notes for porting issues related to pickles. by Raymond Hettinger · 16 years ago
- 662bad8 Add example for the change to pickle and note the effect of the fix_imports option. by Raymond Hettinger · 16 years ago
- 0803d87 Blocked revisions 73314 via svnmerge by Eric Smith · 16 years ago
- 99aab65 Merged revisions 73305 via svnmerge from by Ronald Oussoren · 16 years ago
- 0d2cceb Merged revisions 73303 via svnmerge from by Ronald Oussoren · 16 years ago
- 10e0e30 Fix markup. by Georg Brandl · 16 years ago
- 3440c42 Fix typo. by Thomas Heller · 16 years ago
- 7ae90dd Elaborate encoding recommendations, and fix ambiguous wording for list comprehensions. by Georg Brandl · 16 years ago
- 1b8b718 Blocked revisions 73296 via svnmerge by Georg Brandl · 16 years ago
- c6c3178 Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge from by Georg Brandl · 16 years ago
- 8d8f197 Review ctypes docs w.r.t. bytes/unicode. Use bytes where appropriate as the type for C strings. Lots of small markup fixes. Also fixes #4309. by Georg Brandl · 16 years ago
- cd7f32b Signature documentation style update, modules J, K, L and M. by Georg Brandl · 16 years ago
- cdf8b34 Fix default value in docstring. by Georg Brandl · 16 years ago
- 472f2e2 Use boolean for another flag option. by Georg Brandl · 16 years ago
- 96f05e5 Use a real bool for a flag option. by Georg Brandl · 16 years ago
- 0eaab97 Recorded merge of revisions 73286 via svnmerge from by Georg Brandl · 16 years ago
- 4049ce0 #6235: ASCII also affects \[dD] escapes. by Georg Brandl · 16 years ago
- ed2a1db Remove duplicated sentence. Remove duplicated sentence. by Georg Brandl · 16 years ago
- c674f7d Blocked revisions 73282 via svnmerge by Benjamin Peterson · 16 years ago
- c6d936e When _locale became a built-in module it was discovered that ``-lintl`` was not by Brett Cannon · 16 years ago
- b7a5156 Issue #6221: Delete test registry key before running the test. by Martin v. Löwis · 16 years ago
- 0a044e1 Blocked revisions 73270 via svnmerge by Benjamin Peterson · 16 years ago
- 8e5bda4 Fix symlink for 2to3 in framework install. Without this patch an incorrect link is created when DESTDIR is set. by Ronald Oussoren · 16 years ago
- fe8a3d6 Fix for issue 6202 by Ronald Oussoren · 16 years ago
- 2cfca79 stop throwing out all errors when PyObject_GetAttr fails by Benjamin Peterson · 16 years ago
- 0926ad1 give the C implementation of TextIOWrapper the errors property #6217 by Benjamin Peterson · 16 years ago
- 3bbbf18 Add what's new entry for r73236. by Antoine Pitrou · 16 years ago
- c0d98aa Merged revisions 73250 via svnmerge from by Benjamin Peterson · 16 years ago
- ef3e71f Blocked revisions 73243 via svnmerge by Tarek Ziadé · 16 years ago
- 8e91ec7 Blocked revisions 73240 via svnmerge by Eric Smith · 16 years ago
- d9dfaa9 Issue #6137: The pickle module now translates module names when loading by Antoine Pitrou · 16 years ago
- 751899a Merged revisions 73232 via svnmerge from by Georg Brandl · 16 years ago
- 40925d2 Remove the ipaddr module per discussion on python-dev. by Raymond Hettinger · 16 years ago
- 5c01a8d Merged revisions 73224 via svnmerge from by Eric Smith · 16 years ago
- aa5acaa Take ipaddr out of whatsnew. by Raymond Hettinger · 16 years ago
- f5123ef Merged revisions 73217 via svnmerge from by Georg Brandl · 16 years ago
- ec80688 Merged revisions 73215 via svnmerge from by Georg Brandl · 16 years ago
- 3cfdd9c Merged revisions 73186,73206,73212 via svnmerge from by Georg Brandl · 16 years ago
- 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
- 3ed0deb Remove nonexisting stuff from __all__. by Georg Brandl · 16 years ago
- 1158a33 #3791: remove last traces of bsddb. by Georg Brandl · 16 years ago
- b54d801 #3613: add base64.encodebytes and decodebytes as the new spelling of encodestring and decodestring; deprecate the latter. by Georg Brandl · 16 years ago
- cef803f Remove mentions of the nonexisting SlowParser in xmlrpc.client. by Georg Brandl · 16 years ago
- 317185a Recorded merge of revisions 73201 via svnmerge from by Georg Brandl · 16 years ago
- dc144a0 Merged revisions 73197 via svnmerge from by Tarek Ziadé · 16 years ago
- 394996b Issue #5373: Remove restriction on null bytes in docstrings of classes. by Alexandre Vassalotti · 16 years ago
- d76b9f1 Fix __all__. by Raymond Hettinger · 16 years ago
- 686057b Use new form of with-statement instead of contextlib.nested(). by Raymond Hettinger · 16 years ago
- a678d94 Remove the application stub for Python Launcher. This by Ronald Oussoren · 16 years ago
- bdee494 #6190: Remove duplicate paragraph. by Georg Brandl · 16 years ago
- 0abc64d This fixes bug 5798 on OS X. by Josiah Carlson · 16 years ago
- b1614a7 Another hidden treasure. by Raymond Hettinger · 16 years ago