- dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 44c5481 Fix a doc typo. by Brett Cannon · 16 years ago
- 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
- 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
- a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
- ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
- 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
- 150fb9c Record version added as 3.1. by Raymond Hettinger · 16 years ago
- 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
- 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago
- d43b30b Implement get_source for importlib.abc.PyLoader using source_path and get_data. by Brett Cannon · 16 years ago
- 28c013d Fix markup. by Raymond Hettinger · 16 years ago
- 10745a9 fix versionchanged by Benjamin Peterson · 16 years ago
- e0124bd Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,70171,70183,70188,70235,70244,70275,70281 via svnmerge from by Benjamin Peterson · 16 years ago
- 9c751b7 Fix some reST mishaps. by Brett Cannon · 16 years ago
- 1d7f4b2 Add cross-reference to the collections docs. by Raymond Hettinger · 16 years ago
- fa00796 Add consume() recipe to itertools docs. by Raymond Hettinger · 16 years ago
- 5fa5d4f Issue 5443: Fix typo. by Raymond Hettinger · 16 years ago
- ad876c7 Clarify an assumption that importlib.abc.PyLoader makes when importing a by Brett Cannon · 16 years ago
- 2a922ed Introduce importlib.abc. The module contains various ABCs related to imports by Brett Cannon · 16 years ago
- aa1c8d8 fix StringIO constructor docs #5452 by Benjamin Peterson · 16 years ago
- 47aa989 Redocument the empty() and full() methods. by Raymond Hettinger · 16 years ago
- 394ee00 remove usage of the deprecated max_buffer_size by Benjamin Peterson · 16 years ago
- 9a8082f FileIO.readinto() isn't going anywhere by Benjamin Peterson · 16 years ago
- 435aad8 Rename importlib.util.set___package__ to set_package. by Brett Cannon · 16 years ago
- 4fa88fa merge the io-c branch: C implementation of the io module by Benjamin Peterson · 16 years ago
- a88e4da Fix markup. by Raymond Hettinger · 16 years ago
- 231b7f1 Fix markup. by Raymond Hettinger · 16 years ago
- 0663a1e Let configparser use ordered dicts by default. by Raymond Hettinger · 16 years ago
- a4f52b1 Add OrderedDict support to collections.namedtuple(). by Raymond Hettinger · 16 years ago
- b62ad24 Fix versionchanged. by Raymond Hettinger · 16 years ago
- d45bf58 fix versionadded by Benjamin Peterson · 16 years ago
- 2d32f63 PEP 372: OrderedDict() by Raymond Hettinger · 16 years ago
- 57b46f5 Expose importlib.util.set___package__. by Brett Cannon · 16 years ago
- ccc5ae7 Merged revisions 70090 via svnmerge from by Gregory P. Smith · 16 years ago
- 4221c74 Merged r70088 from trunk (re documentation update) by Gregory P. Smith · 16 years ago
- 85685e9 Fix docs for ConfigParser. by Raymond Hettinger · 16 years ago
- 2dd0104 #5357: fix incomprehensible paragraph in urlopen() doc. by Georg Brandl · 16 years ago
- ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 16 years ago
- d125845 Fix typo. by Raymond Hettinger · 16 years ago
- 72a95cc Sync-up 3.1 docs with 2.7 for collections.Counter(). by Raymond Hettinger · 16 years ago
- 9de7ec7 http://bugs.python.org/issue4715 by Jeffrey Yasskin · 16 years ago
- 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
- 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 16 years ago
- 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 16 years ago
- afd3045 Fix-up random docs. Jumpahead was removed long ago. Other minor corrections. by Raymond Hettinger · 16 years ago
- 21315ba Update itertools recipes to use next(). by Raymond Hettinger · 16 years ago
- 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
- 934896d Merged revisions 69846 via svnmerge from by Mark Dickinson · 16 years ago
- 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
- f3936f8 Add an example for math.fsum() and elaborate on the accurary note. by Raymond Hettinger · 16 years ago
- cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
- d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
- 349c595 merge socket module documentation update from trunk r69731. by Gregory P. Smith · 16 years ago
- cf984ce Generalize the itertools.tee() recipe. by Raymond Hettinger · 16 years ago
- acd82b9 Fix-up intro paragraph for collections docs. by Raymond Hettinger · 16 years ago
- f76b920 Fixup intro paragraphs for the itertools docs. Add some tables for quick reference. by Raymond Hettinger · 16 years ago
- d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
- debb98d Document importlib.machinery.PathFinder. by Brett Cannon · 16 years ago
- 9e8dbbc Add keyword argument support to itertools.count(). by Raymond Hettinger · 16 years ago
- 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 16 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 16 years ago
- 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 16 years ago
- 651453a Clean-up named tuple docs. by Raymond Hettinger · 16 years ago
- a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 16 years ago
- 9a1d6e3 Merged revisions 69425 via svnmerge from by Nick Coghlan · 17 years ago
- 3f48ae3 Merged revisions 69419-69420 via svnmerge from by Nick Coghlan · 17 years ago
- 2c318a1 Rewrite the code implementing __import__ for importlib. Now it is much simpler by Brett Cannon · 17 years ago
- 063ff65 Merged revisions 69141,69211-69212 via svnmerge from by Benjamin Peterson · 17 years ago
- 5c6d787 Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,69293,69297-69301,69348 via svnmerge from by Benjamin Peterson · 17 years ago
- 0e5b562 Merged revisions 69331 via svnmerge from by Eric Smith · 17 years ago
- f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 17 years ago
- d04fa31 Minor doc fixes. by Raymond Hettinger · 17 years ago
- 1c62dc9 Tweak the docs for Counter() objects. by Raymond Hettinger · 17 years ago
- 8560226 The default shelve pickle protocol should have been 3. by Raymond Hettinger · 17 years ago
- c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
- fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 17 years ago
- e8fcbf6 fix a case of set_daemon #5087 by Benjamin Peterson · 17 years ago
- 7fc0dd7 Fix error in docs. The source says proto 2 is the default. by Raymond Hettinger · 17 years ago
- e1327f7 Merged revisions 69078-69080 via svnmerge from by Brett Cannon · 17 years ago
- d23e013 Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. by Raymond Hettinger · 17 years ago
- 5f23848 Merged revisions 69050 via svnmerge from svn+ssh://pythondev/python/trunk by Guilherme Polo · 17 years ago
- 883d276 Beautify grouper() recipe in docs. by Raymond Hettinger · 17 years ago
- 749761e Put functions back in alphabetical order. by Raymond Hettinger · 17 years ago
- d07d939 Forward port r69001: itertools.combinations_with_replacement(). by Raymond Hettinger · 17 years ago
- 73662a5 Tweak column alignment in collections docs. by Raymond Hettinger · 17 years ago
- 6b3b0fc Forward port r68941 adding itertools.compress(). by Raymond Hettinger · 17 years ago
- ace6733 Backport r68942: update powerset() recipe. by Raymond Hettinger · 17 years ago
- 89e1296 As discussed on python-dev, remove several operator functions by Raymond Hettinger · 17 years ago
- 97d3aa5 use the classmethod directive by Benjamin Peterson · 17 years ago
- 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
- 41faa54 merge r68915 to py3k by Jesse Noller · 17 years ago
- bcd1e3a Clean up pickle usage examples. by Alexandre Vassalotti · 17 years ago
- f7d08c7 Issue 2980: Protocol 0 is not truly restricted to ASCII. by Alexandre Vassalotti · 17 years ago
- 4a72a19 Remove obsolete note on binary-mode vs. text-mode file. by Alexandre Vassalotti · 17 years ago
- aa06900 Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from by Benjamin Peterson · 17 years ago
- 7b3c89d merge r68862 to py3k by Jesse Noller · 17 years ago
- 33418c8 Fix markup for arguments in importlib docs. by Brett Cannon · 17 years ago
- 94adc8e More doc tweaks. by Raymond Hettinger · 17 years ago