- 3096c53 Fix latex typos as spotted by George Yoshida. by Brett Cannon · 19 years ago
- 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
- 54ac294 Document PEP 352 changes. Also added GeneratorExit. by Brett Cannon · 19 years ago
- c9066ca Fix warning that texcheck complained about. by Martin v. Löwis · 19 years ago
- 1f2dac5 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
- 3b19754 Document new Py_ssize_t API. by Martin v. Löwis · 19 years ago
- 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 19 years ago
- 29fafd8 Make documentation match the implementation. by Martin v. Löwis · 19 years ago
- 77e42ff George Yoshida points out that the special characters by Neal Norwitz · 19 years ago
- d318863 markup glitch (spotted by George Yoshida) by Fredrik Lundh · 19 years ago
- d615110 XXX something for amk's attention by Anthony Baxter · 19 years ago
- 40d8459 Add generation of the version. by Martin v. Löwis · 19 years ago
- c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
- f9f61b4 Note version added for conditional expressions by Neal Norwitz · 19 years ago
- 577b5b9 Create _ast module. Cleanup Python-ast.c generation. by Martin v. Löwis · 19 years ago
- dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
- 1968ad3 - Patch 1433928: by Guido van Rossum · 19 years ago
- b518d8c Fix casing of function names. by Georg Brandl · 19 years ago
- e51fc53 George Yoshida's fix. by Neal Norwitz · 19 years ago
- 7d42d3c fix typo by Georg Brandl · 19 years ago
- 868e704 Document "multifile" as deprecated. by Georg Brandl · 19 years ago
- d34350e At Brian Wichmann's request, added words warning against by Tim Peters · 19 years ago
- b075fce Fix table header. by Walter Dörwald · 19 years ago
- 4d0bd0b Trimmed trailing whitespace. by Tim Peters · 19 years ago
- 124a4e5 Bug #947571: By default, urllib.urlopen() does not raise IOErrors by Georg Brandl · 19 years ago
- 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 19 years ago
- 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 19 years ago
- 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 19 years ago
- 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 19 years ago
- 6302a5a Fix typpo. by Thomas Wouters · 19 years ago
- 87f2875 Minor tweaks by Neal Norwitz · 19 years ago
- c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 19 years ago
- c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 19 years ago
- c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 19 years ago
- 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 19 years ago
- 602b9ba Patch #1349274: gettext.install() now optionally installs additional by Georg Brandl · 19 years ago
- 1dc5a84 Bug #801349: document that start/stop/step slice arguments can be None by Georg Brandl · 19 years ago
- 4caeff9 Patch #1415507: clarify docs on reference stealing by Georg Brandl · 19 years ago
- f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
- 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
- 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
- bcd548b Update "undocumented modules" section. by Georg Brandl · 19 years ago
- b56230b Add deprecation notices to modules deprecated since 2000. by Georg Brandl · 19 years ago
- 1b67267 Bug #1432350: arrayobject should use PyObject_VAR_HEAD by Georg Brandl · 19 years ago
- bbdf607 Fix broken example of csv.reader use (it returns an iterator, which isn't by Thomas Wouters · 19 years ago
- 55aafab Added some more versionchanged markup. by Vinay Sajip · 19 years ago
- 4482929 use correct function in example by Fred Drake · 19 years ago
- c16dd48 Doc some user visible changes by Neal Norwitz · 19 years ago
- 8ed1ca8 Even more copyright year locations! by Georg Brandl · 19 years ago
- b69406d Update general copyright years to 2006. by Georg Brandl · 19 years ago
- b4549c4 Added information on function name added to LogRecord, and the 'extra' keyword parameter. by Vinay Sajip · 19 years ago
- a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
- 5eefdca Update projected release date by Andrew M. Kuchling · 19 years ago
- 05110aa Add versionadded note for new methods by Neal Norwitz · 19 years ago
- 0e6bc8c Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same by Neal Norwitz · 19 years ago
- b7b54f7 SF bug 1415455, fix typo in module name by Neal Norwitz · 19 years ago
- 57a34e8 Patch #1422385: Changes to nis module to support multiple NIS domains by Martin v. Löwis · 19 years ago
- 5a49fae SF patch #1421726 by Fredrik Lundh · 19 years ago
- ec2f74f module list utility by Fredrik Lundh · 19 years ago
- caa94bd Correct misspellings. by Georg Brandl · 19 years ago
- 131e4f7 Add markup to new section in codecs docs by Georg Brandl · 19 years ago
- 296152e Correct typos and markup errors (Raymond, thanks for texcheck) by Georg Brandl · 19 years ago
- 2103a01 Add \versionadded for sftp scheme by Georg Brandl · 19 years ago
- ffa6f3d Another typo. by Georg Brandl · 19 years ago
- 56ace78 typo by Georg Brandl · 19 years ago
- 4865e4a Correct several typos in libos.tex. Bug #1412227. by Georg Brandl · 19 years ago
- 0ce2be8 Typo by Georg Brandl · 19 years ago
- 95ac287 Remove reference to Grail and Netscape 2.0 from cgi docs. by Georg Brandl · 19 years ago
- 51f5235 Misc. changes, including documenting the ability to specify a class attribute in Formatter configuration. Contributed by Shane Hathaway. by Vinay Sajip · 19 years ago
- 9d9af8a Fix typo by Walter Dörwald · 19 years ago
- 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 19 years ago
- 1de3700 Document supported schemes. by Georg Brandl · 19 years ago
- 23929f2 Try to resolve the remaining webbrowser issues (backgrounding, local urls) by Georg Brandl · 19 years ago
- 5f0ff5c Add markup to a "Python Standard Library" doc reference I added for bug 839585. by Georg Brandl · 19 years ago
- 8cb3077 Bug #1402224: Add warning to dl docs about crashes. by Georg Brandl · 19 years ago
- a3a93ae Bug #1396471: Document that Windows' ftell() can return invalid by Georg Brandl · 19 years ago
- 40558fe add missing version identification by Fred Drake · 19 years ago
- d790a7b fixed example: adding missing import, handle_close, test code, etc. by Fredrik Lundh · 19 years ago
- 48653af7 Update email.Message.get_filename() documentation. by Barry Warsaw · 19 years ago
- 4678dc8 Add recent item by Andrew M. Kuchling · 19 years ago
- 26075a1 the implementation uses ZipImportError, not ZipImporterError... by Fredrik Lundh · 19 years ago
- 7c2ea7f typo by Fredrik Lundh · 19 years ago
- a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
- 42a84fe Remove extra period at end. by Neal Norwitz · 19 years ago
- 11017b1 Patch #1103116: AF_NETLINK sockets basic support. by Martin v. Löwis · 19 years ago
- 015f72b added kjohnson to the ACKS list by Fredrik Lundh · 19 years ago
- 5b093a0 added a missing +\versionadded{2.2} tag by Fredrik Lundh · 19 years ago
- 049fd90 added a few missing \versionadded{2.3} tags by Fredrik Lundh · 19 years ago
- 9ad6963 Bug #1397205: doc typo by Georg Brandl · 19 years ago
- ab92afd added a couple of missing periods. by Fredrik Lundh · 19 years ago
- b0cbf30 fixed broken sentence by Fredrik Lundh · 19 years ago
- b449c17 typo by Fredrik Lundh · 19 years ago
- b754fe4 Fix typos. by Walter Dörwald · 19 years ago
- 412ed3b Patch #1177307: UTF-8-Sig codec. by Martin v. Löwis · 19 years ago
- 74ef694 Correct typo by Georg Brandl · 19 years ago
- 43b5780 Drop sys.build_number. Add sys.subversion. by Martin v. Löwis · 19 years ago
- 5f86142 Bug #1395715: wrong LaTeX label by Georg Brandl · 19 years ago
- 36cbdf9 Updated doc from patch 1117398 by Neal Norwitz · 19 years ago
- 6bc6ed8 Bug #1395597: doc typo by Georg Brandl · 19 years ago
- aaa28df update to reflect move to Subversion by Fred Drake · 19 years ago