- b19be57 Some cleanup in the docs. by Georg Brandl · 17 years ago
- 2d60cf7 Add item by Andrew M. Kuchling · 17 years ago
- 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 17 years ago
- d586559 Add a bunch of items by Andrew M. Kuchling · 17 years ago
- 85dfcf3 Users demand iterable input for named tuples. The author capitulates. by Raymond Hettinger · 17 years ago
- 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 17 years ago
- 8777bca Simplify and speedup _asdict() for named tuples. by Raymond Hettinger · 17 years ago
- 88880b2 Add more namedtuple() test cases. Neaten the code and comments. by Raymond Hettinger · 17 years ago
- d41b8dc Don't use quotes for non-string code. by Georg Brandl · 17 years ago
- 9f72d23 Use PEP 8. by Georg Brandl · 17 years ago
- 001e838 Simplify. by Georg Brandl · 17 years ago
- eee1fc5 Adapt conf.py to new option names. by Georg Brandl · 17 years ago
- 1bd51e3 Remove curious space-like characters. by Georg Brandl · 17 years ago
- 6dfe956 Remove another unnecessary Unicode character. by Georg Brandl · 17 years ago
- 459744c Remove gratuitous unicode character. by Georg Brandl · 17 years ago
- 05df69b Remove orphaned footnote reference. by Georg Brandl · 17 years ago
- 4257ca7 Argh, wrong version. by Georg Brandl · 17 years ago
- 07b55ea Add note about future import needed for with statement. by Georg Brandl · 17 years ago
- 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 17 years ago
- df2d745 Remove warning about URL by Andrew M. Kuchling · 17 years ago
- e846f38 Add usage note by Raymond Hettinger · 17 years ago
- 07ae83f Faster and simpler _replace() method by Raymond Hettinger · 17 years ago
- adbda84 Add a section about nested listcomps to the tutorial. by Georg Brandl · 17 years ago
- 366523c Update method names for named tuples. by Raymond Hettinger · 17 years ago
- 48eca67 Add line spacing for readability by Raymond Hettinger · 17 years ago
- 42da874 Cleaner method naming convention by Raymond Hettinger · 17 years ago
- 04a9a0e Simplify implementation of __replace__() by Raymond Hettinger · 17 years ago
- 2382832 Add another GHOP contributor. by Georg Brandl · 17 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 · 17 years ago
- 338d418 Use a versionchanged directive. by Brett Cannon · 17 years ago
- e151ab4 Adapt style. by Georg Brandl · 17 years ago
- 5466246 correct email address by Skip Montanaro · 17 years ago
- ffe455c + "context manager" by Skip Montanaro · 17 years ago
- e40a6a8 Add examples to the datetime documentation. Written for GHOP by "h4wk.cz". by Georg Brandl · 17 years ago
- e7d118a Fix markup in whatsnew, use new directive in ACKS. by Georg Brandl · 17 years ago
- 013d574 Update to windows doc from Robert. by Georg Brandl · 17 years ago
- ba9eea5 Don't have the docs berate themselves. Keep a professional tone. by Raymond Hettinger · 17 years ago
- d6b20dc Better re.split examples. by Georg Brandl · 17 years ago
- 2b92f6b Diverse markup fixes. by Georg Brandl · 17 years ago
- 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 17 years ago
- 749fddc Add Ross Light, a GHOP student, to ACKs. by Georg Brandl · 17 years ago
- 0b60a14 Another markup fix. by Georg Brandl · 17 years ago
- 45c088c Fix markup. by Georg Brandl · 17 years ago
- b8df156 Add examples to re docs. Written for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
- 722e101 Add examples to csv, pprint and traceback docs. Written by Ross for GHOP. by Georg Brandl · 17 years ago
- c37f288 Add tutorial and examples to logging docs, from GHOP student "oscar8thegrouch". by Georg Brandl · 17 years ago
- 21c6665 Fix duplicate label and a typo. by Georg Brandl · 17 years ago
- 1206a22 Added warning that make install may overwrite or masquerade the default python binary. Use make altinstall instead. by Christian Heimes · 17 years ago
- d95a1ee Add "Python on Unix" document, mostly written for GHOP by Shriphani Palakodety. by Georg Brandl · 17 years ago
- 6e751f4 Grammar fix by Andrew M. Kuchling · 17 years ago
- 0a0cf16 Add examples to the xmlrpclib docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 44eeaec Patch #1537 from Chad Austin by Christian Heimes · 17 years ago
- cbcfe4f #1548: fix apostroph placement. by Georg Brandl · 17 years ago
- bd5b623 Two small fixes. Issue 1547. by Facundo Batista · 17 years ago
- 6b449f4 Issue #1727780: Support loading pickles of random.Random objects created by Martin v. Löwis · 17 years ago
- f19b951 Add documentation for PySys_* functions. by Georg Brandl · 17 years ago
- 968a3e5 Fix a sentence I missed before. Do not merge to 3k. by Georg Brandl · 17 years ago
- 584265b Add more entries to the glossary. by Georg Brandl · 17 years ago
- b15a8df Convert bdb.rst line endings to Unix style. by Georg Brandl · 17 years ago
- fefcd4e Add example to mmap docs. Written for GHOP by Rafal Rawicki. by Georg Brandl · 17 years ago
- 87983f2 Add "Using Python on Windows" document, by Robert Lehmann. Written for GHOP. by Georg Brandl · 17 years ago
- 39bd059 Add examples to the ElementTree documentation. Written by h4wk.cz for GHOP. by Georg Brandl · 17 years ago
- ebb035e Add a few refcount data entries. by Georg Brandl · 17 years ago
- 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 17 years ago
- 3e76d93 Added one more missing versionadded tag by Christian Heimes · 17 years ago
- 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 17 years ago
- dfdfaab Feature #1534 by Christian Heimes · 17 years ago
- 81ddc1a Move lchmod() docs to correct place, and add versionadded tags. by Georg Brandl · 17 years ago
- 3628187 Fix for feature request #1528 Add os.fchmod by Christian Heimes · 17 years ago
- 82225b7 Add more examples to the wsgiref docs. From GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 430e362 Add examples to the ConfigParser documentation. by Georg Brandl · 17 years ago
- 9d83daa Fix reference target. by Georg Brandl · 17 years ago
- d7b3337 Added py3kwarning to the documentation of the sys module. by Christian Heimes · 17 years ago
- 28104c5 Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504 by Christian Heimes · 17 years ago
- c8dfd58 Bug #1494: Document that appendChild removes first. by Martin v. Löwis · 17 years ago
- b67da6e #1735632: add O_NOATIME constant to os module. by Georg Brandl · 17 years ago
- f8b6abd #1355: remove mention of PyXML from xml.dom docs. by Georg Brandl · 17 years ago
- 586edab #1467: fix documentation for TestResult.add{Error,Failure}. by Georg Brandl · 17 years ago
- 439f250 #1344: document that you need to open std{in,out,err} with PIPE if you want by Georg Brandl · 17 years ago
- f7b462f Add item by Andrew M. Kuchling · 17 years ago
- c045883 Fixed detail in add_type() explanation (issue 1463). by Facundo Batista · 17 years ago
- 76e4d62 Use a slightly more recent version than 1.5.2b2. by Neal Norwitz · 17 years ago
- 5cf449c Remove a confusing sentence about pth files and which directories are searched by Brett Cannon · 17 years ago
- 8465ae8 Fix signature in example by Raymond Hettinger · 17 years ago
- bc69349 Add example for use cases requiring default values. by Raymond Hettinger · 17 years ago
- 7c3738e Example of multiple replacements. by Raymond Hettinger · 17 years ago
- 213ae01 Fixup example in docs. by Raymond Hettinger · 17 years ago
- 5681cbc Small improvement to the implementation of __replace__(). by Raymond Hettinger · 17 years ago
- eeeb9c4 Accept Issac Morland's suggestion for __replace__ to allow multiple replacements by Raymond Hettinger · 17 years ago
- b5b6f3c Remove dead link from random docs. by Georg Brandl · 17 years ago
- 03c1d1e Remove duplication of "this". by Georg Brandl · 17 years ago
- 87426cb Fix misleading example. by Georg Brandl · 17 years ago
- 07c19ea Fix seealso link to sets docs. Do not merge to Py3k. by Georg Brandl · 17 years ago
- 1760c8a Add set.isdisjoint() by Raymond Hettinger · 17 years ago
- 12e9420 Fix marshal's incorrect handling of subclasses of builtin types (backport candidate). by Raymond Hettinger · 17 years ago
- e1ac4f1 Fixes Issue 1385: The hmac module now computes the correct hmac when using by Gregory P. Smith · 17 years ago
- 91f9429 Clarified the fact that you can have comments for individual archive by Mark Summerfield · 17 years ago
- aea6e59 Added cross-references between the various archive file formats. by Mark Summerfield · 17 years ago
- 9c466ba Fix syntax for versionchanged markup. by Georg Brandl · 17 years ago
- d469ff1 Note change to get_dialect semantics in 2.5. Will backport to 2.5. by Skip Montanaro · 17 years ago