| Commit message (Expand) | Author | Age | Files | Lines |
* | urlencode: | Jeremy Hylton | 2009-03-26 | 1 | -13/+5 |
|
|
* | Simplify a few complicated expressions. | Jeremy Hylton | 2009-03-26 | 1 | -7/+12 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2009-03-26 | 1 | -5/+6 |
|
|
* | Fix a circular import dependency. | Brett Cannon | 2009-03-25 | 1 | -2/+2 |
|
|
* | Separate initialization from clearing. | Raymond Hettinger | 2009-03-25 | 1 | -3/+4 |
|
|
* | 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 |
|
|
* | reuse tokenize.detect_encoding in linecache instead of a custom solution | Benjamin Peterson | 2009-03-24 | 2 | -23/+8 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 2 | -30/+134 |
|
|
* | http://bugs.python.org/issue5552 | Kristján Valur Jónsson | 2009-03-24 | 1 | -3/+1 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -2/+4 |
|
|
* | http://bugs.python.org/issue5544 | Kristján Valur Jónsson | 2009-03-24 | 1 | -5/+9 |
|
|
* | fix function name | Benjamin Peterson | 2009-03-24 | 1 | -1/+1 |
|
|
* | Merged revisions 70574 via svnmerge from | 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 | 3 | -438/+477 |
|
|
* | 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 | 3 | -26/+442 |
|
|
* | PyString_FromString -> PyUnicode_FromString | Benjamin Peterson | 2009-03-23 | 1 | -4/+5 |
|
|
* | Merged revisions 70550 via svnmerge from | Antoine Pitrou | 2009-03-23 | 2 | -3/+4 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 11 | -2/+397 |
|
|
* | Merged revisions 70542 via svnmerge from | Mark Dickinson | 2009-03-23 | 2 | -94/+156 |
|
|
* | Make imported name private and wrap long-line. | Raymond Hettinger | 2009-03-23 | 1 | -3/+4 |
|
|
* | Forward port r70533 and r70538. | Raymond Hettinger | 2009-03-23 | 1 | -32/+45 |
|
|
* | 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 |
|
|
* | - Modules/Setup.dist: Readd the _functools extension, lost in the io-c merge. | Matthias Klose | 2009-03-22 | 1 | -0/+1 |
|
|
* | Merged revisions 70523 via svnmerge from | Lars Gustäbel | 2009-03-22 | 3 | -5/+34 |
|
|
* | fix incorrect merge | Benjamin Peterson | 2009-03-22 | 1 | -23/+23 |
|
|
* | Blocked revisions 70463 via svnmerge | Benjamin Peterson | 2009-03-21 | 0 | -0/+0 |
|
|
* | port the queue change r70405 | Benjamin Peterson | 2009-03-21 | 1 | -8/+8 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 14 | -31/+66 |
|
|
* | Blocked revisions 70286,70290,70292-70293,70295-70296,70298,70300,70305,70315... | Benjamin Peterson | 2009-03-21 | 0 | -0/+0 |
|
|
* | Merged revisions 70499 via svnmerge from | Hirokazu Yamamoto | 2009-03-21 | 1 | -1/+1 |
|
|
* | Remove remnants of svn conflict marker from Misc/NEWS | Mark Dickinson | 2009-03-21 | 1 | -1/+0 |
|
|
* | - Issue #5463: In struct module, remove deprecated overflow wrapping | Mark Dickinson | 2009-03-21 | 4 | -193/+16 |
|
|
* | Document import's semantics for the language reference. This includes filling | Brett Cannon | 2009-03-21 | 4 | -62/+169 |
|
|
* | stringio doesn't have an encoding | Benjamin Peterson | 2009-03-21 | 3 | -2/+6 |
|
|
* | Merged revisions 70489 via svnmerge from | Mark Dickinson | 2009-03-20 | 1 | -7/+11 |
|
|
* | 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 | 3 | -1/+27 |
|
|
* | Blocked revisions 70479 via svnmerge | Mark Dickinson | 2009-03-20 | 0 | -0/+0 |
|
|
* | Fix typo | Raymond Hettinger | 2009-03-19 | 1 | -2/+2 |
|
|
* | Forward port 70475: Add implementation notes. Put methods in more readable ... | Raymond Hettinger | 2009-03-19 | 1 | -13/+25 |
|
|
* | Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. | Raymond Hettinger | 2009-03-19 | 3 | -17/+44 |
|
|
* | svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess... | Antoine Pitrou | 2009-03-18 | 1 | -1/+1 |
|
|
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 15 | -68/+865 |
|
|
* | Blocked revisions 70454 via svnmerge | Mark Dickinson | 2009-03-18 | 0 | -0/+0 |
|
|