Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FAQ entry regarding non-expoential representation. | Raymond Hettinger | 2005-09-11 | 1 | -2/+11 |
| | |||||
* | Remove statement about meaning of constants; arguably it's incorrect | Andrew M. Kuchling | 2005-09-01 | 1 | -2/+1 |
| | |||||
* | From c.l.py comments: link to zlib manual, and disclaim completeness | Andrew M. Kuchling | 2005-08-31 | 1 | -2/+9 |
| | |||||
* | Explain what file descriptors are; this change has been sitting in my tree ↵ | Andrew M. Kuchling | 2005-08-31 | 1 | -2/+9 |
| | | | | for a while | ||||
* | SF bug #1277016: Turn sentence fragment into a complete sentence. | Walter Dörwald | 2005-08-31 | 1 | -3/+3 |
| | |||||
* | patch [ 1274550 ] libtarfile.tex: external URL changed | Georg Brandl | 2005-08-27 | 1 | -2/+2 |
| | |||||
* | patch [ 1274630 ] documentation fixes | Georg Brandl | 2005-08-27 | 3 | -7/+10 |
| | |||||
* | bug [ 1248199 ] shelve .sync operation not documented | Georg Brandl | 2005-08-25 | 1 | -0/+8 |
| | |||||
* | Once upon a time, I used to know TeX... | Georg Brandl | 2005-08-25 | 1 | -3/+3 |
| | |||||
* | patch #848017: make Cookie more RFC-compliant. | Georg Brandl | 2005-08-24 | 1 | -17/+19 |
| | |||||
* | Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld | Georg Brandl | 2005-08-24 | 1 | -1/+29 |
| | |||||
* | Return complete lines from codec stream readers | Martin v. Löwis | 2005-08-24 | 1 | -1/+5 |
| | | | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. Will backport to 2.4. | ||||
* | bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows | Georg Brandl | 2005-08-24 | 1 | -2/+2 |
| | |||||
* | bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME | Georg Brandl | 2005-08-24 | 1 | -8/+16 |
| | |||||
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -0/+1 |
| | |||||
* | SF bug #1100368: Wrong "type()" syntax in docs | Raymond Hettinger | 2005-08-24 | 1 | -17/+21 |
| | | | | | | Docs were missing the name/bases/dict form of type(). (Much of the wording contributed by Steven Bethard.) | ||||
* | ord() documentation update; this is what remains applicable from | Fred Drake | 2005-08-23 | 1 | -4/+9 |
| | | | | | SF patch #1057588; other changes make the rest of the patch out of date or otherwise unnecessary | ||||
* | bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | whoops, missed adding this last night in my hashlib commit | Gregory P. Smith | 2005-08-22 | 1 | -0/+114 |
| | |||||
* | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 4 | -7/+17 |
| | | | | | | | | | A new hashlib module to replace the md5 and sha modules. It adds support for additional secure hashes such as SHA-256 and SHA-512. The hashlib module uses OpenSSL for fast platform optimized implementations of algorithms when available. The old md5 and sha modules still exist as wrappers around hashlib to preserve backwards compatibility. | ||||
* | SF bug #1121416: zip incorrectly and incompletely documented | Raymond Hettinger | 2005-08-21 | 1 | -4/+4 |
| | | | | sequences ==> iterables | ||||
* | Typo fix | Andrew M. Kuchling | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Fix markup. | Raymond Hettinger | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Fix typo (fixes SF bug #1263086). | Walter Dörwald | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Document 'istext' parameter | Andrew M. Kuchling | 2005-08-12 | 1 | -2/+5 |
| | |||||
* | fix minor markup errors | Fred Drake | 2005-08-09 | 1 | -3/+3 |
| | |||||
* | Patch #1180695: Implement nanosecond stat resolution on FreeBSD, | Martin v. Löwis | 2005-08-09 | 1 | -0/+7 |
| | | | | add st_gen, st_birthtime. | ||||
* | bug [ 1252706 ] poplib list() docstring fix (and docs too) | Georg Brandl | 2005-08-05 | 1 | -2/+2 |
| | |||||
* | bug [ 1250306 ] incorrect description of range function | Georg Brandl | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | [ 1243192 ] Incorrect documentation of re.UNICODE | Georg Brandl | 2005-08-02 | 1 | -12/+29 |
| | |||||
* | Minor tweak as a side effect of fixing #1243553. The Unicode name for " is | Skip Montanaro | 2005-08-02 | 1 | -1/+1 |
| | | | | 'quotation mark', so I decided to use it instead of 'double-quote'. | ||||
* | Documentation added about changes in 2.4 to basicConfig(), including ↵ | Vinay Sajip | 2005-07-29 | 1 | -1/+23 |
| | | | | documentation of the keyword arguments. A version change note was also added to the basic example. | ||||
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 2 | -4/+4 |
| | |||||
* | fix markup nits | Fred Drake | 2005-07-20 | 1 | -4/+4 |
| | |||||
* | [ 755617 ] os module: Need a better description of "mode" | Georg Brandl | 2005-07-18 | 1 | -0/+5 |
| | |||||
* | bug [ 957505 ] SocketServer module documentation misleading | Georg Brandl | 2005-07-18 | 1 | -5/+3 |
| | |||||
* | bug [ 872769 ] os.access() documentation should stress race conditions | Georg Brandl | 2005-07-17 | 1 | -0/+5 |
| | |||||
* | [ 912943 ] 7.5.6 Thread Objects is too vague | Georg Brandl | 2005-07-17 | 1 | -1/+6 |
| | |||||
* | - Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 1 | -4/+6 |
| | | | | docstrings to either "article number" or "message id". | ||||
* | use macro | Skip Montanaro | 2005-07-17 | 1 | -1/+1 |
| | |||||
* | Note that usegmt is new in 2.4. Closes #1239681. | Skip Montanaro | 2005-07-17 | 1 | -1/+2 |
| | |||||
* | RFE [ 1216944 ] Add Error Code Dictionary to urllib2 | Georg Brandl | 2005-07-14 | 1 | -0/+9 |
| | |||||
* | bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent | Georg Brandl | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | Revert patch for 1162912. | Georg Brandl | 2005-07-04 | 1 | -3/+0 |
| | |||||
* | bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage | Georg Brandl | 2005-07-03 | 1 | -0/+3 |
| | |||||
* | Add doctest for examples in libweakref.tex to test_weakref. | Georg Brandl | 2005-07-02 | 1 | -2/+4 |
| | |||||
* | bug [ 1228904 ] weakref example broken | Georg Brandl | 2005-07-02 | 1 | -5/+2 |
| | |||||
* | Cross reference the set built-ins with the sets module. | Raymond Hettinger | 2005-07-01 | 1 | -0/+8 |
| | |||||
* | Provide a comparison to the builtin set types. | Raymond Hettinger | 2005-07-01 | 1 | -2/+32 |
| | |||||
* | More info on rounding modes. Add sections for floating point notes. | Raymond Hettinger | 2005-07-01 | 1 | -7/+12 |
| |