- 4c97498 Add index entries for new-style/old-style class. by Georg Brandl · 19 years ago
- b227bea object() is a function, not a base class. by Georg Brandl · 19 years ago
- 1320cf8 Bug #1461610: xmlrpclib has no function "binary". by Georg Brandl · 19 years ago
- c44e14e Fix typos. by Walter Dörwald · 19 years ago
- a35b05e Clarify what the final argument does in IncrementalDecoder.decode(). by Walter Dörwald · 19 years ago
- 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 19 years ago
- 842ab70 fix sectioning: cannot skip section levels by Fred Drake · 19 years ago
- 176014f SF patch #1458476 with modifications based on discussions in python-dev. This by Barry Warsaw · 19 years ago
- 80a5d01 Mark the upload command as new in 2.5, per Neal Norwitz's request. by Phillip J. Eby · 19 years ago
- 66bc4ef fill in refcount information for APIs first documented in Python 2.5 by Fred Drake · 19 years ago
- 3e482d9 merge revision 43437 from the release24-maint branch: by Fred Drake · 19 years ago
- 2e550b3 Implementation for patch request #1457316: support --identity option by Phillip J. Eby · 19 years ago
- 275935d document sys.maxint in std objects by Georg Brandl · 19 years ago
- 7fd548f Bug #1459103: add inter-section links for strftime section. by Georg Brandl · 19 years ago
- d03b073 Add version added info for with statement and context managers by Neal Norwitz · 19 years ago
- 168e99f Document objects that can be used with the ``with`` statement. by Phillip J. Eby · 19 years ago
- bdfd693 Fix some missing imports by Phillip J. Eby · 19 years ago
- d207b4f Document the contextlib module. by Phillip J. Eby · 19 years ago
- b6e92c4 Document change made to number of preallocated integers. by Georg Brandl · 19 years ago
- 16e86da The "with" statement needs a __future__. :) by Phillip J. Eby · 19 years ago
- 075ef1a Document the "with" statement. by Phillip J. Eby · 19 years ago
- 5d0f4c6 Document the PEP 343 context manager protocol methods. by Phillip J. Eby · 19 years ago
- a531e5b Guarantee evaluation order for izip(). Document its creative uses and its limitations. by Raymond Hettinger · 19 years ago
- 4d65af0 Add section headers and examples. by Raymond Hettinger · 19 years ago
- 6a91e94 SF bug # 1457358 and patch # 1458419, floor division not documented. Patch by Andy. by Neal Norwitz · 19 years ago
- 1a9fac0 Yield is now allowed in try-finally, so update docs accordingly by Phillip J. Eby · 19 years ago
- fd3fcf0 SF Patch #1455676: Simplify using Queues with daemon consumer threads by Raymond Hettinger · 19 years ago
- 98bcb70 Add documentation for PEP 338 by Nick Coghlan · 19 years ago
- bb03ac0 Correct API design mistake from rev. 43126: make socket attributes readonly properties. by Georg Brandl · 19 years ago
- 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 19 years ago
- 66760f8 Show an example of calling a named set method. by Raymond Hettinger · 19 years ago
- 05a4559 Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder. by Neal Norwitz · 19 years ago
- fa86907 SF [ 1231053 ] audioop - alaw encoding/decoding added, code updated by Anthony Baxter · 19 years ago
- 8a85ac6 Update tutorial wrt PEP 341 try-except-finally statement by Georg Brandl · 19 years ago
- 40ef006 Merge email package 4.0 from the sandbox, including documentation, test cases, by Barry Warsaw · 19 years ago
- 237037b You need at least one \item by Andrew M. Kuchling · 19 years ago
- b182db4 Write section by Andrew M. Kuchling · 19 years ago
- bc45a3f RFE #567972: Socket objects' family, type and proto properties are by Georg Brandl · 19 years ago
- a5a0704 Remove the lib-old modules from Doc/lib/libundoc.tex. by Georg Brandl · 19 years ago
- db815ab More \exception fixes. by Georg Brandl · 19 years ago
- da37604 Add two items by Andrew M. Kuchling · 19 years ago
- a062270 Markup fix by Andrew M. Kuchling · 19 years ago
- f4b0660 Remove mention of lib-old, and list more deleted modules by Andrew M. Kuchling · 19 years ago
- 01e3d26 Add some items by Andrew M. Kuchling · 19 years ago
- 6bed1c1 Add some versionadded info to new incremental codec docs and fix doco nits. by Neal Norwitz · 19 years ago
- 10be10c Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. by Neal Norwitz · 19 years ago
- 21d3a7c Add section by Andrew M. Kuchling · 19 years ago
- abb02e5 Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass by Walter Dörwald · 19 years ago
- f688cc5 Unicode database updated; use SVN instead of CVS by Andrew M. Kuchling · 19 years ago
- 5bd7c02 Avoid forward-declaring the methods array. by Martin v. Löwis · 19 years ago
- 480f1bb Update Unicode database to Unicode 4.1. by Martin v. Löwis · 19 years ago
- aeadf95 Write a section by Andrew M. Kuchling · 19 years ago
- d0fcc02 Markup fix by Andrew M. Kuchling · 19 years ago
- e362d93 Write a section by Andrew M. Kuchling · 19 years ago
- 8f4b4db typo by Georg Brandl · 19 years ago
- ddb73fe Bug #1445901: os.path.realpath() is available on Win/Mac too. by Georg Brandl · 19 years ago
- 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
- 025f14b Move version added tag from PyObject_Length/Size to PyNumber_Index. by Neal Norwitz · 19 years ago
- 8f4d255 Add section by Andrew M. Kuchling · 19 years ago
- 437567c Some edits; add empty sections by Andrew M. Kuchling · 19 years ago
- 38fff8c Checking in the code for PEP 357. by Guido van Rossum · 19 years ago
- 58780d2 Bug #1440831: fix csv UnicodeWriter example by Georg Brandl · 19 years ago
- d3c38ff SF patch #1443865; gc.get_count() added and optional argument 'generation' by Barry Warsaw · 19 years ago
- 0917988 Fix SF #1442937, Bad Coroutine link by Neal Norwitz · 19 years ago
- 7356dcb SF #1442767, docs for os.statvfs miss f_bsize parameter. Will backport. by Neal Norwitz · 19 years ago
- 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 · 20 years ago
- 69774c2 Bug #1102649: add a note to pickle docs that pickle files should be by Georg Brandl · 20 years ago
- 9b743f5 Bug #1013800: document PyFunction_* functions by Georg Brandl · 20 years ago
- 7132212 Bug #1323369: document possible values of sys.getwindowsversion() platform field by Georg Brandl · 20 years ago
- 8f7c54e Bug #1413790: zipfile now sanitizes absolute archive names that are by Georg Brandl · 20 years ago
- 6302a5a Fix typpo. by Thomas Wouters · 20 years ago
- 87f2875 Minor tweaks by Neal Norwitz · 20 years ago
- c3e950c Clarify how hook_compressed determines how to open a file. by Georg Brandl · 20 years ago
- c98eeed Patch #1215184: FileInput now can be given an opening hook which can by Georg Brandl · 20 years ago
- c029f87 Patch #1212287: fileinput.input() now has a mode parameter for by Georg Brandl · 20 years ago
- 67e9fb9 Patch #1215184: fileinput now has a fileno() function for getting the by Georg Brandl · 20 years ago