| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a typo in ReST markup. | Alexander Belopolsky | 2010-11-09 | 1 | -2/+1 |
|
|
* | Issue #10335: Add tokenize.open(), detect the file encoding using | Victor Stinner | 2010-11-09 | 1 | -8/+9 |
|
|
* | #10321: Add support for sending binary DATA and Message objects to smtplib | R. David Murray | 2010-11-08 | 4 | -7/+40 |
|
|
* | Fix typo. | Georg Brandl | 2010-11-08 | 1 | -1/+1 |
|
|
* | Fix latex conversion glitch in property/feature descriptions. | Georg Brandl | 2010-11-08 | 1 | -42/+51 |
|
|
* | Extra space caught by the post-commit-hook, aka Taggnostr :) | Senthil Kumaran | 2010-11-08 | 1 | -1/+1 |
|
|
* | Fix Issue 10303: a small clarification in the tutorial. | Senthil Kumaran | 2010-11-08 | 1 | -2/+2 |
|
|
* | Fix encode/decode method doc of str, bytes, bytearray types | Victor Stinner | 2010-11-07 | 1 | -9/+9 |
|
|
* | Fix Issue10226 - Clarifying the role of the netloc separator. | Senthil Kumaran | 2010-11-07 | 1 | -5/+4 |
|
|
* | Issue #10145: the float.is_integer method was undocumented. | Mark Dickinson | 2010-11-07 | 1 | -4/+14 |
|
|
* | Issue 10297: Add missing import in decimal example snippet. | Mark Dickinson | 2010-11-07 | 1 | -0/+1 |
|
|
* | Added example for str.format_map(). | Eric Smith | 2010-11-06 | 1 | -2/+10 |
|
|
* | #10334: add a role to refer to Python source files in SVN. | Georg Brandl | 2010-11-06 | 1 | -0/+13 |
|
|
* | Tweak example to make clear the argument is a boolean, not any integer. | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Fix wrapper/wrapped typo (with Raymond’s blessing) | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Fix typo | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | Fix typo from r86170. | Éric Araujo | 2010-11-06 | 1 | -1/+1 |
|
|
* | More what's new | Antoine Pitrou | 2010-11-05 | 1 | -0/+6 |
|
|
* | Update 3.2 what's new | Antoine Pitrou | 2010-11-05 | 1 | -6/+43 |
|
|
* | Issue #10282: Add a `nntp_implementation` attribute to NNTP objects. | Antoine Pitrou | 2010-11-05 | 1 | -12/+34 |
|
|
* | Merge the doc for assertTrue/False, assert[Not]AlmostEqual, assert[Not]Regexp... | Ezio Melotti | 2010-11-05 | 1 | -86/+28 |
|
|
* | Move glossary entry to the right position and fix link. | Georg Brandl | 2010-11-05 | 2 | -20/+22 |
|
|
* | Issue #10283: Add a `group_pattern` argument to NNTP.list(). | Antoine Pitrou | 2010-11-04 | 1 | -8/+14 |
|
|
* | Move the deprecated aliases in a new section. | Ezio Melotti | 2010-11-04 | 1 | -30/+24 |
|
|
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo... | Eric Smith | 2010-11-04 | 1 | -0/+8 |
|
|
* | Merge the doc for assertIs[Not], assertIs[Not]None, and assert[Not]IsInstance. | Ezio Melotti | 2010-11-04 | 1 | -32/+9 |
|
|
* | Demote one warning to a note. There's no security risk here, just a note on ... | Raymond Hettinger | 2010-11-04 | 1 | -1/+1 |
|
|
* | Put warning block in the main flow of text. | Raymond Hettinger | 2010-11-04 | 1 | -16/+14 |
|
|
* | Implement http://bugs.python.org/issue10155 using And Clover's patch, w/added | Phillip J. Eby | 2010-11-03 | 1 | -0/+44 |
|
|
* | update items/keys/values doc #10300 | Benjamin Peterson | 2010-11-03 | 1 | -6/+4 |
|
|
* | Divide the context manager signature from the normal one for consistency with... | Ezio Melotti | 2010-11-03 | 1 | -2/+4 |
|
|
* | Minor cleanups to unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -4/+4 |
|
|
* | List the assert* methods in tables in unittest doc. | Ezio Melotti | 2010-11-03 | 1 | -194/+328 |
|
|
* | Issue #10285: explain the `flag` return field better in NNTP.list(). | Antoine Pitrou | 2010-11-03 | 1 | -2/+11 |
|
|
* | Issue #10281: nntplib now returns None for absent fields in the OVER/XOVER | Antoine Pitrou | 2010-11-03 | 1 | -0/+2 |
|
|
* | Update docs (and sample app in wsgiref.simple_server) to reflect PEP 3333. | Phillip J. Eby | 2010-11-03 | 1 | -20/+20 |
|
|
* | Updating unittest docs to reflect change in unittest.TestCase.assert[Not]Almo... | Michael Foord | 2010-11-02 | 1 | -4/+4 |
|
|
* | Issue #10184: Touch directories only once when extracting a tarfile. | Martin v. Löwis | 2010-11-01 | 1 | -2/+5 |
|
|
* | Issue #10199: Moved Demo/turtle under Lib/ | Alexander Belopolsky | 2010-11-01 | 1 | -9/+16 |
|
|
* | Issue #7061: Simplified a section title. | Alexander Belopolsky | 2010-11-01 | 1 | -2/+2 |
|
|
* | Issue #9886: Add a key-function entry to the glossary. | Raymond Hettinger | 2010-10-31 | 1 | -0/+20 |
|
|
* | Issue 7402: Improve reduce() example in the python idioms how-to. | Raymond Hettinger | 2010-10-31 | 1 | -18/+16 |
|
|
* | Issue 7447: Improve docs for sum(). | Raymond Hettinger | 2010-10-31 | 1 | -3/+6 |
|
|
* | Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou. | Antoine Pitrou | 2010-10-31 | 1 | -0/+2 |
|
|
* | Added style argument to logging.basicConfig() and documented this change. | Vinay Sajip | 2010-10-31 | 1 | -0/+10 |
|
|
* | Issue #5729: json.dumps to support using '\t' as an indent string | Raymond Hettinger | 2010-10-31 | 1 | -4/+6 |
|
|
* | Issues #7061, #10225: Fixed doctests in turtle manual | Alexander Belopolsky | 2010-10-31 | 1 | -24/+21 |
|
|
* | Fix test_mailbox by supporting context manager protocol for get_file() returns. | Georg Brandl | 2010-10-30 | 1 | -3/+7 |
|
|
* | Issue 7061: Explained 'gon' | Alexander Belopolsky | 2010-10-29 | 1 | -1/+5 |
|
|
* | Add read support for all missing variants of the GNU sparse | Lars Gustäbel | 2010-10-29 | 1 | -1/+2 |
|
|