Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug #1357604: os.makedirs handles UNC paths | Georg Brandl | 2005-11-22 | 1 | -3/+2 | |
| | ||||||
* | Patch #1255218: libmultifile.tex: tell what a decoration is | Georg Brandl | 2005-11-22 | 1 | -3/+3 | |
| | ||||||
* | Add a note to os.chown that permission constants can be combined | Georg Brandl | 2005-11-22 | 1 | -1/+2 | |
| | ||||||
* | Add generator-expression nodes | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+15 | |
| | ||||||
* | [Bug #449093] FloorDiv AST node type not listed | Andrew M. Kuchling | 2005-11-22 | 1 | -0/+4 | |
| | ||||||
* | Fix typo in comment | Walter Dörwald | 2005-11-17 | 1 | -1/+1 | |
| | | | | (reported on the pydotorg mailing list). | |||||
* | Make consistent with 2.4 | Neal Norwitz | 2005-11-03 | 1 | -1/+1 | |
| | ||||||
* | Remove .cvsignore files, as they live in svn:ignore | Martin v. Löwis | 2005-10-30 | 1 | -3/+0 | |
| | | | | properties now. | |||||
* | SF Bug #1341934: Fix a representation of "\n" to use a proper tag. | Hye-Shik Chang | 2005-10-30 | 1 | -1/+1 | |
| | ||||||
* | Minor update to HTTPHandler documentation to indicate that host:port can be ↵ | Vinay Sajip | 2005-10-29 | 1 | -1/+3 | |
| | | | | used. | |||||
* | add missing word | Fred Drake | 2005-10-20 | 1 | -1/+1 | |
| | ||||||
* | SF bug #1328915, try to word kill a bit more generically. Backport candidate. | Neal Norwitz | 2005-10-18 | 1 | -2/+2 | |
| | ||||||
* | SF bug #1323294, Minor error in the Library Reference doc. Will backport | Neal Norwitz | 2005-10-11 | 1 | -1/+2 | |
| | ||||||
* | Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified | Walter Dörwald | 2005-10-09 | 1 | -1/+1 | |
| | | | | by RFC 1642. | |||||
* | open_new_win does not exist. use UNIX consistently, add autoraise parameter ↵ | Neal Norwitz | 2005-10-04 | 1 | -12/+13 | |
| | | | | to open(). add versionadded tags to open_new_tab | |||||
* | fix link to subsection (SF bug #1311674) | Fred Drake | 2005-10-03 | 1 | -2/+4 | |
| | ||||||
* | Patch #754022: Greatly enhanced webbrowser.py. | Georg Brandl | 2005-10-03 | 1 | -22/+53 | |
| | ||||||
* | SF Bug #1008310, os.major() os.minor() example and description change. Will ↵ | Neal Norwitz | 2005-10-03 | 1 | -2/+4 | |
| | | | | backport. | |||||
* | Fix SF bug #991735, os.access reports true for read-only directories. Will ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+5 | |
| | | | | backport | |||||
* | SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP ↵ | Neal Norwitz | 2005-10-03 | 1 | -1/+2 | |
| | | | | sockets. Will backport | |||||
* | SF patch #1227568, bug #1219273, Expression AST node not documented. ↵ | Neal Norwitz | 2005-10-03 | 1 | -0/+2 | |
| | | | | Backport candidate if anyone cares. | |||||
* | bug [ 1298120 ] shlex does not support unicode | Georg Brandl | 2005-09-29 | 1 | -0/+2 | |
| | ||||||
* | Minor clarification of effective level calculation | Vinay Sajip | 2005-09-26 | 1 | -0/+14 | |
| | ||||||
* | SF #1297059, doc incorrect return type for search() method. (There is a ↵ | Neal Norwitz | 2005-09-23 | 1 | -4/+3 | |
| | | | | description of returned values at the top, so just remove the sentance and correct an example.) | |||||
* | patch [ 1277677 ] tkinter hello world example bug | Georg Brandl | 2005-09-15 | 1 | -1/+3 | |
| | ||||||
* | bug [ 1274828 ] splitunc not documented | Georg Brandl | 2005-09-14 | 1 | -0/+9 | |
| | ||||||
* | 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 | |
| |