- 03 Eyl, 2008 6 kayıt (commit)
-
-
Marc-André Lemburg yazdı
non-ascii characters and Unicode in setup.py meta-data.
-
Vinay Sajip yazdı
-
Gregory P. Smith yazdı
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 yazdı
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 yazdı
-
Benjamin Peterson yazdı
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 Eyl, 2008 16 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
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 yazdı
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 yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Amaury Forgeot d'Arc
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Marc-André Lemburg yazdı
-
Marc-André Lemburg yazdı
Closes #3719.
-
Nick Coghlan yazdı
-
Mark Summerfield yazdı
-
Gregory P. Smith yazdı
non-integer floating point number.
-
Gregory P. Smith yazdı
library targets in the Makefile.
-
Jesus Cea yazdı
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
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 yazdı
-
- 01 Eyl, 2008 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
Reviewer: Benjamin Peterson
-
Jesus Cea yazdı
-
Amaury Forgeot d'Arc yazdı
a unicode argument. will backport.
-
Vinay Sajip yazdı
-
Benjamin Peterson yazdı
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 yazdı
-
Jesse Noller yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Marc-Andre Lemburg.
-
Vinay Sajip yazdı
-
Hirokazu Yamamoto yazdı
Reviewed by Benjamin Peterson.
-
Benjamin Peterson yazdı
Reviewer: Georg Brandl, Benjamin Peterson
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
Reviewer: Gregory P. Smith
-
- 31 Agu, 2008 3 kayıt (commit)
-
-
Gregory P. Smith yazdı
escaped.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-