- d2e7b33 Implement the more specific PEP 302 semantics for loaders and what happens upon by Brett Cannon · 16 years ago
- 555f0e9 Merged revisions 69700 via svnmerge from by Tarek Ziadé · 16 years ago
- 0d0506e Merged revisions 69692 via svnmerge from by Tarek Ziadé · 16 years ago
- b785169 raise more generic Exception() instead of RuntimeError() #5281 by Benjamin Peterson · 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 · 17 years ago
- 9617a59 #4894: document "newurl" parameter to redirect_request(). by Georg Brandl · 17 years ago
- 76cb7ed Merged revisions 69566 via svnmerge from by Tarek Ziadé · 17 years ago
- bc94c80 Merged revisions 69562 via svnmerge from by Georg Brandl · 17 years ago
- f91df04 Merged revisions 69364-69365,69409-69410,69413,69417,69435,69442,69447,69495,69519-69521 via svnmerge from by Benjamin Peterson · 17 years ago
- 3072921 Issue 5032: added a step argument to itertools.count() and allowed non-integer arguments. by Raymond Hettinger · 17 years ago
- a9cab51 Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1. by Mark Dickinson · 17 years ago
- 651453a Clean-up named tuple docs. by Raymond Hettinger · 17 years ago
- 2177607 Merged revisions 69498 via svnmerge from by Mark Dickinson · 17 years ago
- a86f2c0 Merged revisions 69466,69480 via svnmerge from by Benjamin Peterson · 17 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
- 0a7b2c7 #5173: StandardError wasn't removed in 2.6. by Georg Brandl · 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
- 6520d82 #4992: next() method -> next() function. by Georg Brandl · 17 years ago
- 115fb35 #5096: document PyErr_PrintEx(). by Georg Brandl · 17 years ago
- f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 17 years ago
- 2ae8ac2 #5130: replace "unicode" by "bytes" in examples for sequence types. 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
- 9f98926 Issue #1717, continued: Doc fixes and other cleanup related by Mark Dickinson · 17 years ago
- c48d834 Issue #1717: documentation fixes related to the cmp removal. by Mark Dickinson · 17 years ago
- f02e0aa Issue #1717: remove the cmp builtin function, the C-API functions by Mark Dickinson · 17 years ago
- fa6cf39 documentation wording fix for issue4903 by Gregory P. Smith · 17 years ago
- e9deddb comprehrensions now have proper scoping #5106 by Benjamin Peterson · 17 years ago
- 1010bf3 Merged revisions 68840,68881,68943,68945 via svnmerge from by Benjamin Peterson · 17 years ago
- c4bbc8d Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge from by Benjamin Peterson · 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
- 3fe61d5 Merged revisions 68933 via svnmerge from by Tarek Ziadé · 17 years ago
- 78246b6 Document both importlib.machinery.BuiltinImporter and FrozenImporter. by Brett Cannon · 17 years ago
- 51d4aab Add the terms "finder", "loader", and "importer" to the glossary. 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
- 670eaec Tighten-up the docs for Counter(). by Raymond Hettinger · 17 years ago
- e0d1b9f Simplify explanation of multiset operations by removing restrictions on negative inputs. by Raymond Hettinger · 17 years ago
- b14043c Beautify and cleanup the references section. by Raymond Hettinger · 17 years ago
- 0bae662 Fix typos. by Raymond Hettinger · 17 years ago
- 7bf3a0e Forward port r68797: Fix-up jump targets in collections docs. by Raymond Hettinger · 17 years ago
- 4d2073a Forward port r68792 and r68789 putting Counter in __all__ and adding Counter buildouts. by Raymond Hettinger · 17 years ago
- afccd63 Document the (very small) public API for importlib. As time goes on and some by Brett Cannon · 17 years ago
- df50106 Clarify how the specify the name of a module with the 'module' directive. by Brett Cannon · 17 years ago
- b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 17 years ago
- b547979 Merged revisions 68568,68665 via svnmerge from by Benjamin Peterson · 17 years ago
- 38d54f7 #4975: fix bytes/str issue. by Georg Brandl · 17 years ago
- e17d586 #4983: clarify what "byte sequence" is. by Georg Brandl · 17 years ago
- 64150bc #4984: fix number of types. by Georg Brandl · 17 years ago
- b0516a6 Merge r68708 to py3k, fixes 4449 by Jesse Noller · 17 years ago
- bf5c6a9 Fix a few more references to long integers in the docs. by Mark Dickinson · 17 years ago
- 8055afd Issue #4910, patch 3/3: rename nb_long to nb_reserved by Mark Dickinson · 17 years ago
- 0bbcc4c Remove a couple of references to long in the c-api docs by Mark Dickinson · 17 years ago
- 058e31e Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-68536,68552,68563,68570-68572,68575,68582,68596,68623-68624,68628 via svnmerge from by Benjamin Peterson · 17 years ago
- b8baf63 Issue #1696199: Add collections.Counter(). by Raymond Hettinger · 17 years ago
- b6eba4f encoding returns bytes objects by Benjamin Peterson · 17 years ago
- a54c909 Merged revisions 68425,68461,68498 via svnmerge from by Benjamin Peterson · 17 years ago
- ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 17 years ago
- 81a3d1c ricos isn't supported by Benjamin Peterson · 17 years ago
- d746768 Issue #4910: replace "long" with "int" in docstring for __long__ slot and by Mark Dickinson · 17 years ago
- 30bf122 Corrected minor typo and added .currentmodule directives to fix missing cross-references. by Vinay Sajip · 17 years ago
- dd6351e Corrected an incorrect self-reference. by Vinay Sajip · 17 years ago
- 26a2d5e Minor documentation changes relating to NullHandler, the module used for handlers and references to ConfigParser. by Vinay Sajip · 17 years ago
- 960cf0f Merged revisions 68167,68276,68292-68293,68344 via svnmerge from by Benjamin Peterson · 17 years ago
- 28d88b4 Merged revisions 68288-68291,68325-68326,68338,68388,68393,68423 via svnmerge from by Benjamin Peterson · 17 years ago
- 13f7c3b Merged revisions 68415 via svnmerge from by Tarek Ziadé · 17 years ago
- bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 17 years ago
- 5bad41e Merge in r68394 fixing itertools.permutations() and combinations(). by Raymond Hettinger · 17 years ago
- 2f94736 Merged revisions 68378 via svnmerge from by Mark Dickinson · 17 years ago
- e69cdf9 #4614: document PyModule_Create and PyModuleDef struct. by Georg Brandl · 17 years ago
- 42db3ef Merged revisions 68319 via svnmerge from by Antoine Pitrou · 17 years ago
- 277a150 Remove 2.6 versionchanges, turn 2.7 ones into 3.1. by Georg Brandl · 17 years ago
- 1f01deb Merged revisions 68162,68166,68171,68176,68195-68196,68210,68232 via svnmerge from by Georg Brandl · 17 years ago
- b1441c7 Merged revisions 68112,68115,68120,68133,68141-68142,68145-68146,68148-68149 via svnmerge from by Georg Brandl · 17 years ago
- 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 17 years ago
- d509788 Merged revisions 68222 via svnmerge from by Georg Brandl · 17 years ago