- 208b00d #5841: add deprecation py3k warning and notice in the docs for commands module. by Georg Brandl · 16 years ago
- cf5608d #5821: add some capabilities of TarFile's file-like object. by Georg Brandl · 16 years ago
- 64034bb #5834: use "failure" instead of "error" because the two have different meanings in unittest context. by Georg Brandl · 16 years ago
- 69923a1 #5813: add a reference to the "future statements" section. by Georg Brandl · 16 years ago
- 95089bc Fix rewrapping accident. by Georg Brandl · 16 years ago
- 49cc4ea #5820: fix bug in usage of getreader(). by Georg Brandl · 16 years ago
- 8100bd8 Issue #5812: make Fraction('1e-6') valid. Backport of r71806. by Mark Dickinson · 16 years ago
- 5533ff6 Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation) by Nick Coghlan · 16 years ago
- 4c07438 Documentation for issue 5237, auto-numbered format fields. Contributed by Terry J. Reedy. by Eric Smith · 16 years ago
- e561011 #5751: fix escaping of \\n. by Georg Brandl · 16 years ago
- ce54356 #5757: fix copy-paste error in notify(). by Georg Brandl · 16 years ago
- cccfc82 Fix typo by Raymond Hettinger · 16 years ago
- 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 16 years ago
- 7203081 Less red ink (warning->note) and add link to def of side-by-side assembly. by R. David Murray · 16 years ago
- 6076d39 Fix for issue3440: add warning to subprocess discussion of by R. David Murray · 16 years ago
- 5c99148 tupel -> tuple by Benjamin Peterson · 16 years ago
- b48327a #5745: more linking for identifiers in email docs. by Georg Brandl · 16 years ago
- 4585746 Fixed another typos. (email.Utils => email.utils) by Hirokazu Yamamoto · 16 years ago
- 3bd4058 Fixed typo. (email.Utils => email.utils) by Hirokazu Yamamoto · 16 years ago
- a9feadc fix missing quote by Benjamin Peterson · 16 years ago
- 7bedd62 fix extra parenthesis #5774 by Benjamin Peterson · 16 years ago
- cd2e704 Issue 5354: Provide a standardised testing mechanism for doing fresh imports of modules, including the ability to block extension modules in order to test the pure Python fallbacks by Nick Coghlan · 16 years ago
- f0f475d Add examples. by Raymond Hettinger · 16 years ago
- c4f4697 Fix the count of datatypes. by Raymond Hettinger · 16 years ago
- f368fbc Clarify the table entries for combinatorics. by Raymond Hettinger · 16 years ago
- c473c5a Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 16 years ago
- 5963185 Typo fixes by Andrew M. Kuchling · 16 years ago
- f2dfef1 Adding assertIs and assertIsNot methods to unittest.TestCase by Michael Foord · 16 years ago
- a7ec072 #5370: doc update about unpickling objects with custom __getattr__ etc. methods. by Georg Brandl · 16 years ago
- 5d19610 #1718017: document the relation of os.path and the posixpath, ntpath etc. modules better. by Georg Brandl · 16 years ago
- 75f1107 Avoid sure signs of a diseased mind. by Georg Brandl · 16 years ago
- 89b1296 Normalize spelling of Mac OS X. by Georg Brandl · 16 years ago
- 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 16 years ago
- f9c8193 note how using iter* are unsafe while mutating and document iter(dict) by Benjamin Peterson · 16 years ago
- 29b3630 #5601: clarify that webbrowser is not meant for file names. by Georg Brandl · 16 years ago
- 9d977b8 #5642: clarify map() compatibility to the builtin. by Georg Brandl · 16 years ago
- 195374e Fix error in description of 'oct' (issue 5678). by R. David Murray · 16 years ago
- 64906bb Add helpful link. by Raymond Hettinger · 16 years ago
- 353a85f Clarified warning about logging use from asynchronous signal handlers. by Vinay Sajip · 16 years ago
- a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
- b0b1aa2 Added warning about logging use from asynchronous signal handlers. by Vinay Sajip · 16 years ago
- 6df48a3 Update docs for namedtuple's renaming change. by Raymond Hettinger · 16 years ago
- 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
- 7152f6d Add custom initializer argument to multiprocess.Manager*, courtesy of lekma by Jesse Noller · 16 years ago
- d56bab4 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
- 5053fbb Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCES by Jesse Noller · 16 years ago
- 345b2fe Better exception messages for unittest assert methods. by Michael Foord · 16 years ago
- e9d35ef Typo fix by Andrew M. Kuchling · 16 years ago
- 88ed8f2 #4572: add SEEK_* values as constants in io.py. by Georg Brandl · 16 years ago
- fff2f4b Add link to an alternative generator with a long-period. by Raymond Hettinger · 16 years ago
- b12e79d Issue 3270: document Listener address restrictions on windows by Jesse Noller · 16 years ago
- 02cb0eb Fix multiprocessing.event to match the new threading.Event API by Jesse Noller · 16 years ago
- bb94d43 Fix for failing asyncore tests. by Josiah Carlson · 16 years ago
- 6bc94cb Improve examples for collections.deque() by Raymond Hettinger · 16 years ago
- b771586 #3427: document correct return type for urlopen().info(). by Georg Brandl · 16 years ago
- a08e8de #5598: document DocFileSuite *args argument. by Georg Brandl · 16 years ago
- ef660e8 #1674032: return value of flag from Event.wait(). OKed by Guido. by Georg Brandl · 16 years ago
- 65ff005 Issue an actual PendingDeprecationWarning for the TestCase.fail* methods. by Gregory P. Smith · 16 years ago
- 956ed97 #4411: document mro() and __mro__. (I hope I got it right.) by Georg Brandl · 16 years ago
- b48adec #1096310: document usage of sys.__std*__ a bit better. by Georg Brandl · 16 years ago
- 5206086 #4882: document named group behavior a bit better. by Georg Brandl · 16 years ago
- 22717df #837577: note cryptic return value of spawn*e on invalid env dicts. by Georg Brandl · 16 years ago
- 2839985 The unittest.TestCase.assertEqual() now displays the differences in lists, by Gregory P. Smith · 16 years ago
- b945bbf #1386675: specify WindowsError as the exception, because it has a winerror attribute that EnvironmentError doesnt have. by Georg Brandl · 16 years ago
- 624f337 #5529: backport new docs of import semantics written by Brett to 2.x. by Georg Brandl · 16 years ago
- 21b60af #5581: fget argument of abstractproperty is optional as well. by Georg Brandl · 16 years ago
- 382edff #5519: remove reference to Kodos, which seems dead. by Georg Brandl · 16 years ago
- efa9771 typo fix by Andrew M. Kuchling · 16 years ago
- dbf95a3 A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht), by Barry Warsaw · 16 years ago
- 55acfc6 Many edits by Andrew M. Kuchling · 16 years ago
- 1967200 Typo fixes by Andrew M. Kuchling · 16 years ago
- d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 16 years ago
- 008af85 Fix for issue 13095 by Ronald Oussoren · 16 years ago
- 8ba6f3b Fix for issue 896199 (some Carbon modules aren't present in the documentation) by Ronald Oussoren · 16 years ago
- ac0580e there's actually three methods here #5600 by Benjamin Peterson · 16 years ago
- 2e648ec Issue #532631: Replace confusing fabs(x)/1e25 >= 1e25 test by Mark Dickinson · 16 years ago
- 097aafd fix consistency by Benjamin Peterson · 16 years ago
- 7233acc stop the versionchanged directive from hiding the docs by Benjamin Peterson · 16 years ago
- be76d4c a more realistic example by Benjamin Peterson · 16 years ago
- a0eea59 Add section numbering to some of the larger subdocuments. by Georg Brandl · 16 years ago
- 0e92858 give os.symlink and os.link() better parameter names #5564 by Benjamin Peterson · 16 years ago
- a31aa45 #5324: document __subclasses__(). by Georg Brandl · 16 years ago
- 47d9738 rename TestCase.skip() to skipTest() because it causes annoying problems with trial #5571 by Benjamin Peterson · 16 years ago
- 9a1337b clarify the type of data returned by Skip Montanaro · 16 years ago
- 21b617b Add links to related resources. by Raymond Hettinger · 16 years ago
- 31b7806 forgot to document that setUp can be skipped (silly me...) by Benjamin Peterson · 16 years ago
- 99721e0 refactor unittest docs by Benjamin Peterson · 16 years ago
- cb2b0e4 comply with the evilJavaNamingScheme for attribute names by Benjamin Peterson · 16 years ago
- 692428e implement test skipping and expected failures by Benjamin Peterson · 16 years ago
- f8387af Issue #4688: Add a heuristic so that tuples and dicts containing only by Antoine Pitrou · 16 years ago
- 2cef1a5 Add MutableSet example. by Raymond Hettinger · 16 years ago
- efc82f7 Issue #4258: Use 30-bit digits for Python longs, on 64-bit platforms. by Mark Dickinson · 16 years ago
- 2412299 * Add clearer comment to initialization code. by Raymond Hettinger · 16 years ago
- 91852ca Issue 5381: Add object_pairs_hook to the json module. by Raymond Hettinger · 16 years ago
- 06919a1 a much better example by Benjamin Peterson · 16 years ago
- ed3558b I thought this was begging for an example by Benjamin Peterson · 16 years ago
- 8cbe955 Add token markup. by Georg Brandl · 16 years ago
- 545a134 Fix markup in re docs and give a mail address in regex howto, so that by Georg Brandl · 16 years ago
- 09827eb #5276: document IDLESTARTUP and .Idle.py. by Georg Brandl · 16 years ago
- 8db96b5 #5478: fix copy-paste oversight in function signature. by Georg Brandl · 16 years ago