- 30 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
-
- 29 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 27 Nis, 2007 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
but the test passed on Linux and Solaris, hopefully other platforms too.
-
- 26 Nis, 2007 5 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Steve Holden yazdı
-
Kristján Valur Jónsson yazdı
The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build
-
Kristján Valur Jónsson yazdı
Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode(). Use this function in posixmodule.c when implementing fdopen(). This fixes test_subprocess.py for a VisualStudio 2005 compile.
-
Fred Drake yazdı
-
- 25 Nis, 2007 14 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
Remove functionality from test_datetime.test_main() that does reference count checking; 'regrtest.py -R' is the way to do this kind of testing.
-
Collin Winter yazdı
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule().
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Kristján Valur Jónsson yazdı
Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now.
-
Kristján Valur Jónsson yazdı
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typecast to get a 64 bit integer, and undefined the Yield macro that conflicts with winbase.h
-
Kristján Valur Jónsson yazdı
Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition
-
- 24 Nis, 2007 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
Georg Brandl yazdı
-
Facundo Batista yazdı
are ok now).
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 23 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 22 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the object methods. This is the final step to close the #451607 bug.
-
- 21 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
not cleared before __del__ is run.
-
- 20 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Detect a conflict in the only file that should have outstanding changes when this script is run. This doesn't matter on the trunk, but does when run on a branch. Trunk always has the date set to today in boilerplate.tex. Each time a release is cut with a different date, a conflict occurs. (We could copy a known good version, but then we would lose changes to this file.)
-
- 19 Nis, 2007 4 kayıt (commit)
-
-
Armin Rigo yazdı
-
Armin Rigo yazdı
http://mail.python.org/pipermail/python-dev/2007-March/071796.html . I've kept a couple of still-valid extra tests in test_descr, but didn't bother to sort through the new comments and refactorings added in r53997 to see if some of them could be kept. If so, they could go in a follow-up check-in.
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
- 17 Nis, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-