| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
later test failures. As discussed on #python-dev
|
|
|
|
|
| |
We do yell to stderr and the bug is marked as a blocker.
Reviewed by barry in #python-dev.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r66470 | benjamin.peterson | 2008-09-15 18:29:43 -0500 (Mon, 15 Sep 2008) | 1 line
don't use os.linesep for newlines; it breaks tests on windows
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r66191 | benjamin.peterson | 2008-09-03 17:00:52 -0500 (Wed, 03 Sep 2008) | 1 line
update the Grammar file after recent syntax changes
........
r66418 | benjamin.peterson | 2008-09-12 18:49:48 -0500 (Fri, 12 Sep 2008) | 1 line
a trival fix to get a few more print corner cases #2899
........
r66438 | benjamin.peterson | 2008-09-12 21:32:30 -0500 (Fri, 12 Sep 2008) | 5 lines
add Jack Diederich's fixer for metaclass syntax #2366
my contribution to this was adding a few tests and fixing a few bugs
I also reviewed it (Jack is a committer)
........
r66445 | benjamin.peterson | 2008-09-13 10:50:00 -0500 (Sat, 13 Sep 2008) | 1 line
add a few more tests concerning int literals and weird spacing
........
|
| |
|
|
|
|
| |
test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
|
|
|
|
|
| |
Delete old NormalizationTest.txt if it doesn't match
unidata_version.
|
| |
|
|
|
|
| |
Reviewed by Amaury.
|
|
|
|
| |
Reviewed by Fredrik Lundh and Marc-Andre Lemburg.
|
|
|
|
| |
Reviewers: Amaury, Antoine, Benjamin
|
| |
|
|
|
|
|
|
|
| |
the __long__ slot is allowed to return either int or long, but the behaviour of
float objects should not change between 2.5 and 2.6.
Reviewed by Benjamin Peterson
|
|
|
|
|
|
|
|
| |
WarningsRecorder object. This makes the API simpler to use as no special object
must be learned.
Closes issue 3781.
Review by Benjamin Peterson.
|
|
|
|
|
|
| |
available.
Reviewed by Benjamin Peterson.
|
|
|
|
| |
Reviewed by Benjamin Peterson.
|
| |
|
|
|
|
| |
function. Tests added.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reviewed by Benjamin.
|
|
|
|
| |
Reviewer: Benjamin
|
|
|
|
| |
Reviewed by Amaury Forgeot d'Arc.
|
|
|
|
| |
Reviewed by Benjamin Peterson on IRC.
|
|
|
|
|
| |
Closes issue 3776.
Review by Nick Coghlan.
|
|
|
|
|
|
| |
symbolic link.
Reviewed by Amaury Forgeot d'Arc.
|
| |
|
|
|
|
|
|
|
| |
re-implemented to use warnings.catch_warnings() and had its API improved.
Closes issue #3768.
Code review by Benjamin Peterson.
|
|
|
|
|
| |
to the urlparse one. Added a PendingDeprecationWarning in the old
module, it will be deprecated in the future. Docs and tests updated.
|
| |
|
|
|
|
| |
non-ascii characters and Unicode in setup.py meta-data.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r66176 | benjamin.peterson | 2008-09-02 21:04:06 -0500 (Tue, 02 Sep 2008) | 1 line
fix typo
........
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines
A little 2to3 refactoring #3637
This moves command line logic from refactor.py to a new file called
main.py. RefactoringTool now merely deals with the actual fixers and
refactoring; options processing for example is abstracted out.
This patch was reviewed by Gregory P. Smith.
........
|
|
|
|
|
|
|
|
|
|
| |
from the same python instance, some environment variables (LIB, INCLUDE)
would grow without limit.
Tested with these statements:
distutils.ccompiler.new_compiler().initialize()
print os.environ['LIB']
But I don't know how to turn them into reliable unit tests.
|
|
|
|
| |
Reviewed by Amaury Forgeot d'Arc
|
|
|
|
| |
Closes #3719.
|
| |
|
|
|
|
| |
non-integer floating point number.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
catch_warnings(), and clean up the API.
While expanding the test suite, a bug was found where a warning about the
'line' argument to showwarning() was not letting functions with '*args' go
without a warning.
Closes issue 3602.
Code review by Benjamin Peterson.
|
|
|
|
| |
Reviewer: Benjamin Peterson
|
| |
|
|
|
|
|
|
| |
a unicode argument.
will backport.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3
........
r65887 | benjamin.peterson | 2008-08-19 17:45:04 -0500 (Tue, 19 Aug 2008) | 1 line
allow the raw_input fixer to handle calls after the raw_input (ie. raw_input().split())
........
r65889 | benjamin.peterson | 2008-08-19 18:11:03 -0500 (Tue, 19 Aug 2008) | 1 line
no need for 2.4 compatibility now
........
r65967 | benjamin.peterson | 2008-08-21 18:43:37 -0500 (Thu, 21 Aug 2008) | 1 line
allow a Call to have no arguments
........
r65968 | benjamin.peterson | 2008-08-21 18:45:13 -0500 (Thu, 21 Aug 2008) | 1 line
add a fixer for sys.exc_info etc by Jeff Balogh #2357
........
r65981 | benjamin.peterson | 2008-08-22 15:41:30 -0500 (Fri, 22 Aug 2008) | 1 line
add a fixer to add parenthese for list and gen comps #2367
........
|
| |
|