- 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
- 81a885a Improve docs for itertools.groupby(). The use of xrange(0) to create a unique object is less obvious than object(). by Raymond Hettinger · 18 years ago
- 5d332bb Simpler documentation for itertools.tee(). Should be backported. by Raymond Hettinger · 18 years ago
- b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
- 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
- 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 18 years ago
- 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
- 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 18 years ago
- 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 18 years ago
- 1bd51e3 Remove curious space-like characters. by Georg Brandl · 18 years ago
- 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 18 years ago
- 459744c Remove gratuitous unicode character. by Georg Brandl · 18 years ago
- 05df69b Remove orphaned footnote reference. by Georg Brandl · 18 years ago
- e846f38 Add usage note by Raymond Hettinger · 18 years ago
- 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 18 years ago
- 48eca67 Add line spacing for readability by Raymond Hettinger · 18 years ago
- 42da874 Cleaner method naming convention by Raymond Hettinger · 18 years ago
- 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 18 years ago
- 7c7f6af Added wide char api variants of getch and putch to msvcrt module. The wide char methods are required to fix #1578 in py3k. I figured out that they might be useful in 2.6, too. by Christian Heimes · 18 years ago
- 338d418 Use a versionchanged directive. by Brett Cannon · 18 years ago
- 5466246 correct email address by Skip Montanaro · 18 years ago
- e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 18 years ago
- ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 18 years ago
- d6b20dc Better re.split examples. by Georg Brandl · 18 years ago
- 2b92f6b Diverse markup fixes. by Georg Brandl · 18 years ago
- b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 18 years ago
- 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 18 years ago
- c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 18 years ago
- 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
- 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 18 years ago
- 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
- 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
- b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 18 years ago
- fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 18 years ago
- 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 18 years ago
- 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 18 years ago
- 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
- dfdfaab Feature #1534 by Christian Heimes · 18 years ago
- 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 18 years ago
- 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 18 years ago
- 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 18 years ago
- 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 18 years ago
- 9d83daa Fix reference target. by Georg Brandl · 18 years ago
- d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 18 years ago
- 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 18 years ago
- c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 18 years ago
- b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 18 years ago
- f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 18 years ago
- 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 18 years ago
- 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 18 years ago
- c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 18 years ago
- 8465ae8 Fix signature in example by Raymond Hettinger · 18 years ago
- bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 18 years ago
- 7c3738e Example of multiple replacements. by Raymond Hettinger · 18 years ago
- 213ae01 Fixup example in docs. by Raymond Hettinger · 18 years ago
- 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 18 years ago
- eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 18 years ago
- b5b6f3c Remove dead link from random docs. by Georg Brandl · 18 years ago
- 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 18 years ago
- 1760c8a Add set.isdisjoint() by Raymond Hettinger · 18 years ago
- 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 18 years ago
- e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 18 years ago
- 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 18 years ago
- aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 18 years ago
- 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 18 years ago
- d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 18 years ago
- 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
- ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
- 744b32a Fix markup glitch. by Georg Brandl · 18 years ago
- 03b15c6 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 18 years ago
- 405884c Sets are marshalable. by Raymond Hettinger · 18 years ago
- 84e26b6 Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 18 years ago
- 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
- 5300428 Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 18 years ago
- 8feafab Add phuang patch from Issue 708374 which adds offset parameter to mmap module. by Travis E. Oliphant · 18 years ago
- a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
- e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
- cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
- bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
- 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
- 5c174bb Add markup to new function descriptions. by Georg Brandl · 18 years ago
- 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
- 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
- ff27e0c Fix code being interpreted as a target. by Georg Brandl · 18 years ago
- a2ba6ea #1284: "S" means "seen", not unread. by Georg Brandl · 18 years ago
- 0752d20 Added a cross-ref to each other. by Mark Summerfield · 18 years ago
- c4ed971 Clarify wording for apply(). by Georg Brandl · 18 years ago
- d97110d Issue 1289, just a typo. by Facundo Batista · 18 years ago
- 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
- abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
- 6899586 Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbounded deques. by Raymond Hettinger · 18 years ago
- a48a299 Eliminate camelcase function name by Raymond Hettinger · 18 years ago
- b6893f2 Missed a line in the docs by Raymond Hettinger · 18 years ago
- 2115bbc Add comments to NamedTuple code. by Raymond Hettinger · 18 years ago
- 16fd6c4 #1123: fix the docs for the str.split(None, sep) case. by Georg Brandl · 18 years ago
- 06f8067 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 18 years ago
- a7fc4b1 Add __asdict__() to NamedTuple and refine the docs. by Raymond Hettinger · 18 years ago
- c9b7163 wrap lines to <80 characters before fixing errors by Fred Drake · 18 years ago
- 50e90e2 itertools.count() no longer limited to sys.maxint. by Raymond Hettinger · 18 years ago
- ba2e519 #1208: document match object's boolean value. by Georg Brandl · 18 years ago