| Commit message (Expand) | Author | Age | Files | Lines |
* | A few trivial edits. | Tim Peters | 2004-07-23 | 1 | -4/+4 |
|
|
* | SF bug #995983 and #995987: Documentation nits. | Raymond Hettinger | 2004-07-22 | 1 | -5/+7 |
|
|
* | This change implements the following gettext features, as | Gustavo Niemeyer | 2004-07-22 | 2 | -17/+126 |
|
|
* | [Bug #990524] Fix typo | Andrew M. Kuchling | 2004-07-21 | 1 | -1/+1 |
|
|
* | revise wording to avoid confusion for non-native English speakers | Fred Drake | 2004-07-21 | 1 | -1/+1 |
|
|
* | revise wording to avoid confusion for non-native English speakers | Fred Drake | 2004-07-21 | 1 | -1/+1 |
|
|
* | Added an extra example to the basic example section | Vinay Sajip | 2004-07-21 | 1 | -0/+21 |
|
|
* | Update Decimal section to match the current module | Andrew M. Kuchling | 2004-07-21 | 1 | -16/+29 |
|
|
* | Add PEP 331; add constancy of None; minor edits | Andrew M. Kuchling | 2004-07-21 | 1 | -5/+45 |
|
|
* | fix typo, highlight True/False correctly | Skip Montanaro | 2004-07-21 | 1 | -4/+4 |
|
|
* | SF #994605, fcntl example is broken | Neal Norwitz | 2004-07-21 | 1 | -3/+3 |
|
|
* | SF #918101, allow files >= 8 GB using GNU extension | Neal Norwitz | 2004-07-20 | 1 | -5/+6 |
|
|
* | Patch #993187: Make rstrip doc similar to lstrip. | Martin v. Löwis | 2004-07-19 | 1 | -1/+1 |
|
|
* | Get doc to build (add missing backslash) | Neal Norwitz | 2004-07-19 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 11 | -37/+33 |
|
|
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -1/+17 |
|
|
* | Change CJK encoding aliases to their most popular variation of | Hye-Shik Chang | 2004-07-17 | 1 | -14/+14 |
|
|
* | Add a definition (found in the Debian patches for 2.3.4) | Andrew M. Kuchling | 2004-07-17 | 1 | -0/+1 |
|
|
* | SF #990497: Fix a trivial typo in sorted() example. | Hye-Shik Chang | 2004-07-17 | 1 | -1/+1 |
|
|
* | Minor edits | Andrew M. Kuchling | 2004-07-17 | 1 | -4/+4 |
|
|
* | Supply missing word in new datetime docs, aggravated by copy-paste-edit. | Tim Peters | 2004-07-17 | 1 | -3/+3 |
|
|
* | Fix for #795649: explain how to use TextEdit for editing Python code. | Jack Jansen | 2004-07-15 | 1 | -1/+3 |
|
|
* | Add thread-local feature | Andrew M. Kuchling | 2004-07-15 | 1 | -1/+18 |
|
|
* | Correct a paragraph: basicConfig() isn't actually new | Andrew M. Kuchling | 2004-07-15 | 1 | -6/+6 |
|
|
* | SF bug 990749: os constants missing | Tim Peters | 2004-07-15 | 1 | -7/+10 |
|
|
* | s/it's/its/, s/NULL/NULL{}/, where appropriate. | Tim Peters | 2004-07-15 | 1 | -4/+4 |
|
|
* | Formalize that the Py_VISIT macro requires that the tp_traverse | Tim Peters | 2004-07-15 | 2 | -38/+44 |
|
|
* | Bump version; update date | Andrew M. Kuchling | 2004-07-14 | 1 | -3/+3 |
|
|
* | Improve examples for working with the context API. | Raymond Hettinger | 2004-07-14 | 1 | -6/+6 |
|
|
* | Implemented thread-local data as proposed on python-dev: | Jim Fulton | 2004-07-14 | 1 | -0/+19 |
|
|
* | Documented the new Py_VISIT macro to simplify implementation of | Jim Fulton | 2004-07-14 | 1 | -0/+23 |
|
|
* | Implemented a new Py_CLEAR macro. This macro should be used when | Jim Fulton | 2004-07-14 | 1 | -0/+16 |
|
|
* | Updated documentation to: | Jim Fulton | 2004-07-14 | 4 | -45/+201 |
|
|
* | - Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects | Guido van Rossum | 2004-07-14 | 1 | -1/+1 |
|
|
* | clarify where \versionadded and \versionchanged should be placed when | Fred Drake | 2004-07-13 | 1 | -20/+28 |
|
|
* | Claifications: visit procs are supplied by the core, users aren't | Tim Peters | 2004-07-13 | 1 | -3/+6 |
|
|
* | generalize a bit; no need to mention my user id directly | Fred Drake | 2004-07-13 | 1 | -1/+1 |
|
|
* | Wordsmithing | Andrew M. Kuchling | 2004-07-13 | 1 | -15/+15 |
|
|
* | Add another point in the "Restrictions" section about how the handling of FTP | Brett Cannon | 2004-07-13 | 1 | -0/+17 |
|
|
* | Fixed minor bugs in the example configuration file | Vinay Sajip | 2004-07-12 | 1 | -4/+4 |
|
|
* | Small elaboration and typo fixes. | Raymond Hettinger | 2004-07-12 | 1 | -5/+19 |
|
|
* | Fix markup. | Raymond Hettinger | 2004-07-12 | 1 | -9/+10 |
|
|
* | another note for amk | Anthony Baxter | 2004-07-12 | 1 | -0/+2 |
|
|
* | Bug #788520: Queue class has logic error when non-blocking | Tim Peters | 2004-07-12 | 1 | -3/+3 |
|
|
* | SF patch 986010: add missing doc for datetime C API, from | Tim Peters | 2004-07-11 | 1 | -15/+85 |
|
|
* | Add FAQ on non-GNU make error. Update copyright date to 2004. | Kurt B. Kaiser | 2004-07-11 | 1 | -1/+8 |
|
|
* | Added documentation for the "smtpd" module. | Fred Drake | 2004-07-11 | 3 | -0/+65 |
|
|
* | Style nit. | Raymond Hettinger | 2004-07-11 | 1 | -2/+2 |
|
|
* | Fix decimal write-up nits. | Raymond Hettinger | 2004-07-11 | 1 | -7/+7 |
|
|
* | Minor improvements, fixups and wording changes everywhere. | Raymond Hettinger | 2004-07-11 | 1 | -163/+169 |
|
|