summaryrefslogtreecommitdiff
path: root/Lib/plat-riscos/rourl2path.py
Commit message (Collapse)AuthorAgeFilesLines
* forgot this when removing RISCOS stuffSkip Montanaro2007-08-171-71/+0
|
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-1/+1
| | | | | * all calls to functions in the string module (except maketrans) * everything from stropmodule except for maketrans() which is still used
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-3/+3
| | | | | | | | | There's one major and one minor category still unfixed: doctests are the major category (and I hope to be able to augment the refactoring tool to refactor bona fide doctests soon); other code generating print statements in strings is the minor category. (Oh, and I don't know if the compiler package works.)
* Even more removals of '<>'; I can hear Barry shedding a manly tear ...Brett Cannon2006-08-251-1/+1
|
* Remove some uses of '<>'.Brett Cannon2006-08-251-1/+1
|
* Bug #649974: make docstrings for url2pathname consistentGeorg Brandl2005-12-261-2/+4
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
|
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
| | | | From SF patch #852334.
* SF patch #474590 -- RISC OS supportGuido van Rossum2001-10-241-45/+32
|
* Nuke hard tabs.Tim Peters2001-07-021-40/+40
|
* RISCOS files by dschwertbergerGuido van Rossum2001-03-021-0/+82