| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merged revisions 70555 via svnmerge from | Benjamin Peterson | 2009-03-23 | 1 | -5/+129 |
* | PyString_FromString -> PyUnicode_FromString | Benjamin Peterson | 2009-03-23 | 1 | -4/+5 |
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+25 |
* | more about the file type's death #5513 | Benjamin Peterson | 2009-03-23 | 1 | -1/+2 |
* | sync open() docs more | Benjamin Peterson | 2009-03-23 | 2 | -49/+52 |
* | fix docs about open's return value #5539 | Benjamin Peterson | 2009-03-23 | 2 | -18/+33 |
* | fix incorrect merge | Benjamin Peterson | 2009-03-22 | 1 | -23/+23 |
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 9 | -13/+42 |
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 3 | -55/+169 |
* | Add MutableSet example. | Raymond Hettinger | 2009-03-20 | 1 | -1/+6 |
* | Add ..versionadded for sys.int_info, update py3k version of | Mark Dickinson | 2009-03-20 | 2 | -0/+26 |
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 1 | -2/+10 |
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 2 | -0/+40 |
* | Fix a doc typo. | Brett Cannon | 2009-03-16 | 1 | -1/+1 |
* | Merged revisions 70397 via svnmerge from | Georg Brandl | 2009-03-15 | 1 | -3/+4 |
* | Implement InspectLoader for FrozenImporter. | Brett Cannon | 2009-03-15 | 1 | -1/+2 |
* | Fix docs for __import__ that say the default for 'level' is -1; it's actually | Brett Cannon | 2009-03-15 | 1 | -6/+5 |