| Commit message (Expand) | Author | Age | Files | Lines |
* | Undocument the existence of the memo attribute and its main use-case. | Alexandre Vassalotti | 2009-04-03 | 1 | -71/+0 |
|
|
* | Emphasize that Unpickler.memo is not necessarily a dict. | Alexandre Vassalotti | 2009-04-03 | 1 | -2/+3 |
|
|
* | Add more examples in pickle documentation. | Alexandre Vassalotti | 2009-04-03 | 1 | -27/+79 |
|
|
* | Remove old reference to cPickle. | Alexandre Vassalotti | 2009-04-03 | 1 | -9/+6 |
|
|
* | Fix typo. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Update docs for namedtuple's renaming change. | Raymond Hettinger | 2009-04-02 | 1 | -1/+1 |
|
|
* | Clarify that datetime strftime does not produce leap seconds and datetime | R. David Murray | 2009-04-02 | 1 | -2/+6 |
|
|
* | Merged revisions 71031 via svnmerge from | Brett Cannon | 2009-04-02 | 1 | -1/+1 |
|
|
* | First batch of signature documentation changes; using default argument syntax... | Georg Brandl | 2009-04-02 | 7 | -18/+19 |
|
|
* | make 'c' only accept bytes and 'C' only unicode #5499 | Benjamin Peterson | 2009-04-02 | 1 | -1/+5 |
|
|
* | fix markup | Benjamin Peterson | 2009-04-02 | 1 | -4/+3 |
|
|
* | Explain a little about the explanation. | Brett Cannon | 2009-04-01 | 1 | -0/+5 |
|
|
* | Add a meta path importer example. | Brett Cannon | 2009-04-01 | 1 | -7/+98 |
|
|
* | Merged revisions 70992,70995 via svnmerge from | Benjamin Peterson | 2009-04-01 | 1 | -3/+9 |
|
|
* | Add link to an alternative generator with a long-period. | Raymond Hettinger | 2009-04-01 | 1 | -0/+4 |
|
|
* | Add some clarification to the importlib docs. | Brett Cannon | 2009-04-01 | 1 | -4/+8 |
|
|
* | #5636: fix next -> __next__ in csv reader docs. | Georg Brandl | 2009-04-01 | 1 | -6/+3 |
|
|
* | Improve examples for collections.deque() | Raymond Hettinger | 2009-03-31 | 1 | -25/+23 |
|
|
* | Merged revisions 70910 via svnmerge from | Tarek Ziadé | 2009-03-31 | 1 | -0/+4 |
|
|
* | Add missing label. | Georg Brandl | 2009-03-31 | 1 | -0/+1 |
|
|
* | #1717: fix-up docs for comparison in newtypes document. | Georg Brandl | 2009-03-31 | 1 | -44/+47 |
|
|
* | #5241: document missing A in regex howto. | Georg Brandl | 2009-03-31 | 1 | -0/+13 |
|
|
* | Forward-port of #992207 fix: document that the parser only accepts \\n newlin... | Georg Brandl | 2009-03-31 | 1 | -12/+9 |
|
|
* | #5548: do return the new module from PyMODINIT_FUNC functions. | Georg Brandl | 2009-03-31 | 2 | -3/+5 |
|
|
* | #5566: remove duplicate entry. | Georg Brandl | 2009-03-31 | 1 | -13/+3 |
|
|
* | Update HTTPResponse documentation and add placeholder for HTTPMessage. | Jeremy Hylton | 2009-03-31 | 1 | -4/+26 |
|
|
* | Document public attributes of urllib.request.Request. | Jeremy Hylton | 2009-03-31 | 1 | -40/+78 |
|
|
* | Change email address. | Jeremy Hylton | 2009-03-31 | 1 | -1/+1 |
|
|
* | Fix segfaults when running test_exceptions with coverage tracing, caused by w... | Georg Brandl | 2009-03-31 | 1 | -0/+46 |
|
|
* | "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does ... | Barry Warsaw | 2009-03-30 | 1 | -1/+1 |
|
|
* | Make sure time.strptime only accepts strings (and document the fact like | Brett Cannon | 2009-03-30 | 1 | -6/+8 |
|
|
* | Remove merging leftover. | Georg Brandl | 2009-03-30 | 1 | -1/+0 |
|
|
* | Thorough review of importlib docs. Reviewed by Brett himself. | Guido van Rossum | 2009-03-30 | 1 | -34/+50 |
|
|
* | Merged revisions 70746 via svnmerge from | Ronald Oussoren | 2009-03-30 | 1 | -1/+1 |
|
|
* | Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from | Benjamin Peterson | 2009-03-30 | 1 | -6/+22 |
|
|
* | Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-... | Benjamin Peterson | 2009-03-30 | 12 | -8/+20 |
|
|
* | Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct | Mark Dickinson | 2009-03-29 | 1 | -0/+10 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-... | Benjamin Peterson | 2009-03-28 | 1 | -1/+1 |
|
|
* | Publicize 3.1-specific performance enhancements | Antoine Pitrou | 2009-03-28 | 1 | -0/+24 |
|
|
* | Merged revisions 70647,70652 via svnmerge from | Antoine Pitrou | 2009-03-28 | 1 | -0/+12 |
|
|
* | Merged revisions 70648 via svnmerge from | Georg Brandl | 2009-03-28 | 1 | -0/+10 |
|
|
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 | 1 | -8/+16 |
|
|
* | wild card import is only allowed at the module level | Benjamin Peterson | 2009-03-25 | 1 | -4/+4 |
|
|
* | clarify the type of data returned | Skip Montanaro | 2009-03-25 | 1 | -2/+2 |
|
|
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | fix some versionchanged and versionadded directives | Benjamin Peterson | 2009-03-24 | 1 | -11/+3 |
|
|
* | Merged revisions 70558,70561-70563,70568-70571 via svnmerge from | Benjamin Peterson | 2009-03-24 | 1 | -387/+417 |
|
|
* | Add links to related resources. | Raymond Hettinger | 2009-03-24 | 1 | -0/+6 |
|
|
* | For some reason rst docs like an initial 3 space indent. | Raymond Hettinger | 2009-03-23 | 1 | -23/+23 |
|
|