Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #3916: fixes for docs wrt. Windows directory layout | Georg Brandl | 2008-09-21 | 1 | -4/+4 | |
| | ||||||
* | #3912: document default for *places* arg. | Georg Brandl | 2008-09-21 | 1 | -2/+4 | |
| | ||||||
* | #3852: fix some select.kqueue and kevent docs. | Georg Brandl | 2008-09-21 | 1 | -3/+3 | |
| | ||||||
* | Correct information about the tarfile module. | Lars Gustäbel | 2008-09-19 | 1 | -8/+8 | |
| | ||||||
* | Improve docs for super(). | Raymond Hettinger | 2008-09-19 | 1 | -1/+18 | |
| | ||||||
* | Fix for documentation bug. Fixes issue 3904. | Josiah Carlson | 2008-09-19 | 1 | -2/+2 | |
| | ||||||
* | document compileall command flags | Benjamin Peterson | 2008-09-17 | 1 | -2/+7 | |
| | ||||||
* | Note sqlite3 version; move item | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+7 | |
| | ||||||
* | Remove comment about improvement: pystone is about the same, and | Andrew M. Kuchling | 2008-09-17 | 1 | -3/+0 | |
| | | | | the improvements seem to be difficult to quantify | |||||
* | Markup fixes | Andrew M. Kuchling | 2008-09-17 | 1 | -7/+5 | |
| | ||||||
* | usage | Skip Montanaro | 2008-09-17 | 1 | -1/+1 | |
| | ||||||
* | #3888: add some deprecated modules in whatsnew. | Georg Brandl | 2008-09-17 | 1 | -1/+18 | |
| | ||||||
* | be less wordy | Benjamin Peterson | 2008-09-16 | 1 | -6/+6 | |
| | ||||||
* | Fix typo. | Georg Brandl | 2008-09-16 | 1 | -1/+1 | |
| | ||||||
* | Rewrite item a bit | Andrew M. Kuchling | 2008-09-15 | 1 | -3/+6 | |
| | ||||||
* | mention that object.__init__ no longer takes arbitrary args and kwargs | Benjamin Peterson | 2008-09-15 | 1 | -0/+4 | |
| | ||||||
* | Pick up a few more definitions from the glossary on the wiki. | Skip Montanaro | 2008-09-15 | 1 | -0/+29 | |
| | ||||||
* | Review usage. Fix a mistake in the new-style class definition. Add a | Skip Montanaro | 2008-09-15 | 1 | -85/+104 | |
| | | | | couple new definitions (CPython and virtual machine). | |||||
* | clarify that radix for int is not 'guessed' | Benjamin Peterson | 2008-09-14 | 1 | -8/+8 | |
| | ||||||
* | fix a name issue; note all doc files should be encoded in utf8 | Benjamin Peterson | 2008-09-13 | 1 | -6/+4 | |
| | ||||||
* | Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. | Georg Brandl | 2008-09-13 | 34 | -205/+189 | |
| | ||||||
* | remove duplicate target | Benjamin Peterson | 2008-09-13 | 1 | -1/+0 | |
| | ||||||
* | Incorporate some suggestions by Tait Stevens. | Georg Brandl | 2008-09-13 | 4 | -27/+42 | |
| | ||||||
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 | |
| | ||||||
* | #3288: Document as_integer_ratio | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+12 | |
| | ||||||
* | Remove extra 'the'; the following title includes it | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 | |
| | ||||||
* | Use title case | Andrew M. Kuchling | 2008-09-13 | 1 | -1/+1 | |
| | ||||||
* | fix typo | Benjamin Peterson | 2008-09-11 | 1 | -3/+3 | |
| | ||||||
* | Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the ↵ | Nick Coghlan | 2008-09-11 | 2 | -28/+45 | |
| | | | | test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) | |||||
* | Issue #3811: The Unicode database was updated to 5.1. | Martin v. Löwis | 2008-09-10 | 1 | -2/+2 | |
| | | | | Reviewed by Fredrik Lundh and Marc-Andre Lemburg. | |||||
* | use the latest pygments version | Benjamin Peterson | 2008-09-09 | 1 | -1/+1 | |
| | ||||||
* | #3472: update Mac-bundled Python version info. | Georg Brandl | 2008-09-09 | 1 | -5/+8 | |
| | ||||||
* | warnings.catch_warnings() now returns a list or None instead of the custom | Brett Cannon | 2008-09-09 | 1 | -38/+74 | |
| | | | | | | | | WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson. | |||||
* | incorporate fixes from issue 3162; SSL doc patch | Bill Janssen | 2008-09-08 | 1 | -2/+3 | |
| | ||||||
* | Added xrefs to each other. | Mark Summerfield | 2008-09-08 | 2 | -2/+7 | |
| | ||||||
* | Add a new howto about Python and the web, by Marek Kubica. | Georg Brandl | 2008-09-07 | 2 | -0/+698 | |
| | ||||||
* | #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp ↵ | Andrew M. Kuchling | 2008-09-06 | 1 | -1/+9 | |
| | | | | attributes | |||||
* | #3669 from Robert Lehmann: simplify use of iterator in example | Andrew M. Kuchling | 2008-09-06 | 1 | -1/+1 | |
| | ||||||
* | #1638033: add support for httponly on Cookie.Morsel | Benjamin Peterson | 2008-09-06 | 1 | -1/+9 | |
| | | | | Reviewer: Benjamin | |||||
* | #3040: include 'dest' argument in example; trim some trailing whitespace | Andrew M. Kuchling | 2008-09-06 | 1 | -3/+3 | |
| | ||||||
* | Various corrections | Andrew M. Kuchling | 2008-09-06 | 1 | -15/+15 | |
| | ||||||
* | actually tell the name of the flag to use | Benjamin Peterson | 2008-09-06 | 1 | -7/+7 | |
| | ||||||
* | Fix typo in multiprocessing doc, cancel_join_thread was missing _thread | Jesse Noller | 2008-09-06 | 1 | -1/+1 | |
| | ||||||
* | Deprecate bsddb for removal in Python 3.0. | Brett Cannon | 2008-09-05 | 2 | -4/+5 | |
| | | | | | Closes issue 3776. Review by Nick Coghlan. | |||||
* | #3671: Typo fix | Andrew M. Kuchling | 2008-09-05 | 1 | -4/+5 | |
| | ||||||
* | Make it more obvious that warnings.catch_warnings() and its arguments should ↵ | Brett Cannon | 2008-09-05 | 1 | -1/+1 | |
| | | | | be considered keyword-only. | |||||
* | flesh out the documentation on using 2to3 | Benjamin Peterson | 2008-09-04 | 1 | -14/+35 | |
| | ||||||
* | #3671: various corrections and markup fixes noted by Kent Johnson | Andrew M. Kuchling | 2008-09-04 | 1 | -24/+26 | |
| | ||||||
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 3 | -38/+46 | |
| | | | | | to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated. | |||||
* | 3.0 still has the old threading names | Benjamin Peterson | 2008-09-03 | 1 | -8/+8 | |
| |