- 07 Sep, 2008 2 commits
-
-
Josiah Carlson authored
-
Josiah Carlson authored
-
- 06 Sep, 2008 11 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Andrew M. Kuchling authored
-
Amaury Forgeot d'Arc authored
Reviewed by Benjamin.
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reviewer: Benjamin
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
- 05 Sep, 2008 6 commits
-
-
Antoine Pitrou authored
Reviewed by Amaury Forgeot d'Arc.
-
Brett Cannon authored
clashes with what Python's build target did. Rename the target to 'patchcheck' to avoid the culture clash. Closes issue 3758. Reviewed by Benjamin Peterson.
-
Antoine Pitrou authored
Reviewed by Benjamin Peterson on IRC.
-
Brett Cannon authored
Closes issue 3776. Review by Nick Coghlan.
-
Andrew M. Kuchling authored
-
Brett Cannon authored
Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
-
- 04 Sep, 2008 5 commits
-
-
Benjamin Peterson authored
-
Hirokazu Yamamoto authored
-
Andrew M. Kuchling authored
-
Hirokazu Yamamoto authored
Reviewed by Amaury Forgeot d'Arc.
-
Vinay Sajip authored
-
- 03 Sep, 2008 12 commits
-
-
Brett Cannon authored
re-implemented to use warnings.catch_warnings() and had its API improved. Closes issue #3768. Code review by Benjamin Peterson.
-
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 4 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
-