- 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 21 years ago
- 1cf56d0 Updated Logger.log() documentation to clarify that lvl parameter should be an integer. by Vinay Sajip · 21 years ago
- e9ddfbb SF #989185: Drop unicode.iswide() and unicode.width() and add by Hye-Shik Chang · 21 years ago
- f901abd allow ctime(), gmtime(), and localtime() to take None as equivalent to an omitted arg by Fred Drake · 21 years ago
- d04573f This allows additional commands to be provided for existing setup.py by Fred Drake · 21 years ago
- 2be406b let's avoid the extra nesting where reasonable by Fred Drake · 21 years ago
- 9513e34 Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP(). by Martin v. Löwis · 21 years ago
- 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 21 years ago
- bec69f6 fix a little lie ;-( by Fred Drake · 21 years ago
- 7fdd92f Fix typo though by Neal Norwitz · 21 years ago
- e72bd4d fix markup error by Fred Drake · 21 years ago
- 0c84c7f start filling in documentation on extending distutils by Fred Drake · 21 years ago
- 77a602f Add PEP318 by Andrew M. Kuchling · 21 years ago
- d91fcbe Add import change; add empty section for function decorators by Andrew M. Kuchling · 21 years ago
- 1455f79 Update item by Andrew M. Kuchling · 21 years ago
- 829d6c4 Fix doubled word. by Raymond Hettinger · 21 years ago
- c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 21 years ago
- fd7dc51 Typo repair. by Tim Peters · 21 years ago
- 0c6199e Completed a sentence I left dangling. by Tim Peters · 21 years ago
- cfd575d PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule: by Tim Peters · 21 years ago
- 750f060 SF bug #1001088, incorrect reference to macro named foo by Neal Norwitz · 21 years ago
- 63a5d0b re-wrap paragraphs containing long lines by Fred Drake · 21 years ago
- 69013d0 - document the termination condition for cmd.Cmd.cmdloop() by Fred Drake · 21 years ago
- 479b7a7 Fix typo. by Martin v. Löwis · 21 years ago
- 8ddb638 Add closing methoddesc. Add versionadded. Rewrap. by Martin v. Löwis · 21 years ago
- f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 21 years ago
- f9f0b21 SF #998170, fix typo. Backport candidate by Neal Norwitz · 21 years ago
- 6d3db70 Add missing doc for Py_True/Py_False. Use the correct macro to define by Skip Montanaro · 21 years ago
- 671c506 Add new encodings by Andrew M. Kuchling · 21 years ago
- 33ee76a A little boolean music if you please, maestro... (Not sure I have the by Skip Montanaro · 21 years ago
- bee4174 Add versionadded info by Neal Norwitz · 21 years ago
- ce4bae6 Add an item by Andrew M. Kuchling · 21 years ago
- 7b9190b Patch #998149: imaplib deleteacl and myrights. by Martin v. Löwis · 21 years ago
- 5785a13 Add some items by Andrew M. Kuchling · 21 years ago
- e03664f Two typo fixes by Andrew M. Kuchling · 21 years ago
- e3e1eca [Bug #997166] Fix example by Andrew M. Kuchling · 21 years ago
- fdccf1a fix information about what flag database files are opened with by default by Fred Drake · 21 years ago
- cc0f932 Patch #605370: Add description[s] for RFC 2980 compliance. by Martin v. Löwis · 21 years ago
- 37ead8f Patch #997668: Correct explanation of salts. Will backport to 2.3. by Martin v. Löwis · 21 years ago
- abba5c0 Explain that most floats are actually integers. This is a common confusion by Tim Peters · 21 years ago
- 9a729a1 Typo in new docs. by Tim Peters · 21 years ago
- d6ef193 SF bugs 996748: os.environ documentation should indicate unreliability by Tim Peters · 21 years ago
- 66bb6e6 SF bug 996392: math and cmath docs don't specify radians by Tim Peters · 21 years ago
- fe08083 Fix an uncorrect function prototype. Will backport to release23-maint. by Thomas Heller · 21 years ago
- 336689b A few trivial edits. by Tim Peters · 21 years ago
- cab5b94 SF bug #995983 and #995987: Documentation nits. by Raymond Hettinger · 21 years ago
- 7bd33c5 This change implements the following gettext features, as by Gustavo Niemeyer · 21 years ago
- c12527e [Bug #990524] Fix typo by Andrew M. Kuchling · 21 years ago
- 4ab0e9e revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
- 20938f5 revise wording to avoid confusion for non-native English speakers by Fred Drake · 21 years ago
- b4bf62f Added an extra example to the basic example section by Vinay Sajip · 21 years ago
- 0ad20f1 Update Decimal section to match the current module by Andrew M. Kuchling · 21 years ago
- 65a3332 Add PEP 331; add constancy of None; minor edits by Andrew M. Kuchling · 21 years ago
- bf76075 fix typo, highlight True/False correctly by Skip Montanaro · 21 years ago
- 7728b47 SF #994605, fcntl example is broken by Neal Norwitz · 21 years ago
- d96d101 SF #918101, allow files >= 8 GB using GNU extension by Neal Norwitz · 21 years ago
- b0c319a Patch #993187: Make rstrip doc similar to lstrip. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 76aa2ef Get doc to build (add missing backslash) by Neal Norwitz · 21 years ago
- 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
- 2bb146f Bring CJKCodecs 1.1 into trunk. This completely reorganizes source by Hye-Shik Chang · 21 years ago
- 910d8f1 Change CJK encoding aliases to their most popular variation of by Hye-Shik Chang · 21 years ago
- e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 21 years ago
- 2b05248 SF #990497: Fix a trivial typo in sorted() example. (Submitted by Daniel Pezely) by Hye-Shik Chang · 21 years ago
- 872dc5c Minor edits by Andrew M. Kuchling · 21 years ago
- 8ff9f9f Supply missing word in new datetime docs, aggravated by copy-paste-edit. by Tim Peters · 21 years ago
- 6c09a21 Fix for #795649: explain how to use TextEdit for editing Python code. by Jack Jansen · 21 years ago
- 0045717 Add thread-local feature by Andrew M. Kuchling · 21 years ago
- 2340689 Correct a paragraph: basicConfig() isn't actually new by Andrew M. Kuchling · 21 years ago
- de83321 SF bug 990749: os constants missing by Tim Peters · 21 years ago
- 5960d80 s/it's/its/, s/NULL/NULL{}/, where appropriate. by Tim Peters · 21 years ago
- eda2930 Formalize that the Py_VISIT macro requires that the tp_traverse by Tim Peters · 21 years ago
- 89ba1ff Bump version; update date by Andrew M. Kuchling · 21 years ago
- 9296023 Improve examples for working with the context API. by Raymond Hettinger · 21 years ago
- d15dc06 Implemented thread-local data as proposed on python-dev: by Jim Fulton · 21 years ago
- aa6389e Documented the new Py_VISIT macro to simplify implementation of by Jim Fulton · 21 years ago
- 8c5aeaa Implemented a new Py_CLEAR macro. This macro should be used when by Jim Fulton · 21 years ago
- 7a0e8bc Updated documentation to: by Jim Fulton · 21 years ago
- 8cec3ab - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects by Guido van Rossum · 21 years ago
- c0ed9c4 clarify where \versionadded and \versionchanged should be placed when by Fred Drake · 21 years ago
- e45d5a3 Claifications: visit procs are supplied by the core, users aren't by Tim Peters · 21 years ago
- 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 21 years ago
- 2a510ce Wordsmithing by Andrew M. Kuchling · 21 years ago
- 71868e7 Add another point in the "Restrictions" section about how the handling of FTP by Brett Cannon · 21 years ago
- 20f42c4 Fixed minor bugs in the example configuration file by Vinay Sajip · 21 years ago
- d7c7115 Small elaboration and typo fixes. by Raymond Hettinger · 21 years ago
- ca1a775 Fix markup. by Raymond Hettinger · 21 years ago
- 1869df1 another note for amk by Anthony Baxter · 21 years ago
- 5af0e41 Bug #788520: Queue class has logic error when non-blocking by Tim Peters · 21 years ago
- 183dabc SF patch 986010: add missing doc for datetime C API, from Anthony Tuininga. by Tim Peters · 21 years ago
- e246508 Add FAQ on non-GNU make error. Update copyright date to 2004. by Kurt B. Kaiser · 21 years ago
- 2363e8f Added documentation for the "smtpd" module. Closes SF bug #450803. by Fred Drake · 21 years ago
- 88e8e34 Style nit. by Raymond Hettinger · 21 years ago
- 44dc13b Fix decimal write-up nits. by Raymond Hettinger · 21 years ago
- 65df07b Minor improvements, fixups and wording changes everywhere. by Raymond Hettinger · 21 years ago
- ad5206f Clarify requirement for GNU make by Kurt B. Kaiser · 21 years ago
- 8932b41 Patch 851752 (fixes bug 820583) by Kurt B. Kaiser · 21 years ago
- cd77dd6 Fix minor error in example. by Brett Cannon · 21 years ago
- 711e7d9 Add PyArg_VaParseTupleAndKeywords(). Document this function and by Brett Cannon · 21 years ago
- 91cc5cd Clarify docs for inspect.getargspec() that the fourth value is None when there by Brett Cannon · 21 years ago
- 3a2418a [Patch #969900] Various corrections and updates to cookielib docs by Andrew M. Kuchling · 21 years ago