- 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
- 21c6665 Fix duplicate label and a typo. by Georg Brandl · 18 years ago
- 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 18 years ago
- d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 18 years ago
- 6e751f4 Grammar fix by Andrew M. Kuchling · 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
- cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 18 years ago
- bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 18 years ago
- 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 18 years ago
- f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
- 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 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
- ebb035e Add a few refcount data entries. by Georg Brandl · 18 years ago
- 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
- 3e76d93 Added one more missing versionadded tag by Christian Heimes · 18 years ago
- 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 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
- f7b462f Add item by Andrew M. Kuchling · 18 years ago
- c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 18 years ago
- 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 18 years ago
- 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 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
- 03c1d1e Remove duplication of "this". by Georg Brandl · 18 years ago
- 87426cb Fix misleading example. 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
- 706132b Make example about hiding None return values at the prompt clearer. by Georg Brandl · 18 years ago
- f4ef23f Use correct markup. by Georg Brandl · 18 years ago
- 98f40b1 Update URL for Pygments. 0.8.1 is no longer available by Neal Norwitz · 18 years ago
- 1a94ec2 Bug #1287: make os.environ.pop() work as expected. by Georg Brandl · 18 years ago
- 6d57c82 Update name by Andrew M. Kuchling · 18 years ago
- fef8be66 Update Pygments version from externals. 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
- 27a4498 Use correct header line by Andrew M. Kuchling · 18 years ago
- e34d289 Various items by Andrew M. Kuchling · 18 years ago
- 529b1a9 Fix protocol name by Andrew M. Kuchling · 18 years ago
- 3507333 Even more clarification. by Georg Brandl · 18 years ago
- c5004f3 Clarify -E docs. by Georg Brandl · 18 years ago
- 45af56d Add entry to ACKS. by Georg Brandl · 18 years ago
- 1cddfed Change title, for now. by Georg Brandl · 18 years ago
- 59d121a * Add new toplevel chapter, "Using Python." (how to install, by Georg Brandl · 18 years ago
- a147bf9 Document new directive "envvar". by Georg Brandl · 18 years ago
- e36a652 Make a path more Unix-standardy. by Georg Brandl · 18 years ago
- dd197e95 Document new "cmdoption" directive. by Georg Brandl · 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
- 11e679e Remove useless warning by Raymond Hettinger · 18 years ago
- d97110d Issue 1289, just a typo. by Facundo Batista · 18 years ago
- 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 18 years ago
- 1f67a67 Remove ``:const:`` notation on None in parameter list. Since the markup is not by Brett Cannon · 18 years ago
- 6edff59 Add items by Andrew M. Kuchling · 18 years ago
- abfd8df More docs, error messages, and tests by Raymond Hettinger · 18 years ago
- 5fbf663 Fix email example. by Georg Brandl · 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