- 03 Sep, 2008 11 commits
-
-
Facundo Batista authored
to the urlparse one. Added a PendingDeprecationWarning in the old module, it will be deprecated in the future. Docs and tests updated.
-
Jesus Cea authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
Jesus Cea authored
-
Marc-André Lemburg authored
non-ascii characters and Unicode in setup.py meta-data.
-
Vinay Sajip authored
-
Gregory P. Smith authored
to get the correct completion_matches function to avoid crashes on x86_64 (amd64). I don't have OpenBSD to test myself. I tested that it does not break anything on linux. It is simple.
-
Benjamin Peterson authored
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 ........
-
Benjamin Peterson authored
-
Benjamin Peterson authored
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. ........
-
- 02 Sep, 2008 16 commits
-
-
Amaury Forgeot d'Arc authored
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.
-
Amaury Forgeot d'Arc authored
I don't have a working VS7.1, but VS2005 can automatically convert the project and build a working python interpreter.
-
Amaury Forgeot d'Arc authored
-
Hirokazu Yamamoto authored
Reviewed by Amaury Forgeot d'Arc
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
Closes #3719.
-
Nick Coghlan authored
-
Mark Summerfield authored
-
Gregory P. Smith authored
non-integer floating point number.
-
Gregory P. Smith authored
library targets in the Makefile.
-
Jesus Cea authored
-
Andrew M. Kuchling authored
-
Brett Cannon authored
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.
-
Andrew M. Kuchling authored
-
- 01 Sep, 2008 13 commits
-
-
Benjamin Peterson authored
Reviewer: Benjamin Peterson
-
Jesus Cea authored
-
Amaury Forgeot d'Arc authored
a unicode argument. will backport.
-
Vinay Sajip authored
-
Benjamin Peterson authored
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 ........
-
Benjamin Peterson authored
-
Jesse Noller authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
Reviewed by Marc-Andre Lemburg.
-
Vinay Sajip authored
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Benjamin Peterson authored
Reviewer: Georg Brandl, Benjamin Peterson
-