- 01 May, 2007 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified.
-
Georg Brandl authored
-
Georg Brandl authored
-
- 30 Apr, 2007 3 commits
-
-
Thomas Heller authored
instance does not point to a valid wchar_t zero-terminated string, raise a ValueError. c_char_p does this already. The ValueError message now contains the correct pointer address. Will backport to release25-maint.
-
Thomas Heller authored
PyMem_Malloc() could potentially fail. Will backport to the release25-maint branch.
-
Kristján Valur Jónsson authored
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 Apr, 2007 1 commit
-
-
Neal Norwitz authored
-
- 27 Apr, 2007 2 commits
-
-
Georg Brandl authored
-
Neal Norwitz authored
but the test passed on Linux and Solaris, hopefully other platforms too.
-
- 26 Apr, 2007 5 commits
-
-
Kristján Valur Jónsson authored
-
Steve Holden authored
-
Kristján Valur Jónsson authored
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 authored
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 authored
-
- 25 Apr, 2007 14 commits
-
-
Collin Winter authored
-
Collin Winter authored
-
Collin Winter authored
-
Tim Peters authored
-
Tim Peters authored
-
Collin Winter authored
-
Collin Winter authored
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 authored
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 authored
You might want to review this change as it's my first time. Be gentle. :-)
-
Georg Brandl authored
-
Georg Brandl authored
-
Kristján Valur Jónsson authored
Remove obsolete comment. Importing of .dll files has been discontinued, only .pyd files supported on windows now.
-
Kristján Valur Jónsson authored
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 authored
Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition
-
- 24 Apr, 2007 8 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
Georg Brandl authored
-
Facundo Batista authored
are ok now).
-
Georg Brandl authored
-
Neal Norwitz authored
-
Collin Winter authored
-
Collin Winter authored
-
- 23 Apr, 2007 1 commit
-
-
Facundo Batista authored
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 22 Apr, 2007 1 commit
-
-
Facundo Batista authored
all the object methods. This is the final step to close the #451607 bug.
-
- 21 Apr, 2007 1 commit
-
-
Georg Brandl authored
not cleared before __del__ is run.
-