summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, these tests do not run on Windows CE.Thomas Heller2007-05-041-15/+16
* Do not truncate 64-bit pointers to 32-bit integers.Thomas Heller2007-05-043-13/+46
* Minor fix of PCBuild8/_ctypes vcproj, moving include dir into the .vsprops file.Kristján Valur Jónsson2007-05-042-8/+12
* Update the pcbuild8 solution. Straightened out the _ctypes project by using ...Kristján Valur Jónsson2007-05-044-68/+342
* On 64-bit Windows, ffi_arg must be 8 bytes long. This fixes theThomas Heller2007-05-041-0/+4
* Fix some ctypes test crashes, when running with a debug PythonThomas Heller2007-05-043-4/+11
* Revert compiler comment to AMD64 for x64/AMD64 builds.Kristján Valur Jónsson2007-05-041-1/+1
* Fix problems in x64 build that were discovered by the testsuite:Kristján Valur Jónsson2007-05-037-73/+36
* Fix those parts in the testsuite that assumed that sys.maxint would cause ove...Kristján Valur Jónsson2007-05-035-12/+21
* Fix pcbuild8 after recent overhaul: Added the version resource to python26.d...Kristján Valur Jónsson2007-05-036-5/+34
* Clarify the behaviour of PyUnicode_DecodeUTF16(): A BOM is only skippedWalter Dörwald2007-05-031-4/+4
* Don't truncate pointers to integers (on win64 platform).Thomas Heller2007-05-031-2/+21
* Fix building _ctypes.pyd for x64 / Windows.Thomas Heller2007-05-031-0/+139
* Remove dead code. This code couldn't be reached because earlier inNeal Norwitz2007-05-031-12/+1
* Handle a couple of uncaught errors. This should be backportedNeal Norwitz2007-05-031-0/+4
* Actually raise an exception before calling ast_error_finish.Georg Brandl2007-05-021-0/+2
* Fix for #1303614 and #1174712:Armin Rigo2007-05-025-45/+166
* Stop using PyMem_FREE while the GIL is not held. For details see:Neal Norwitz2007-05-022-1/+3
* Added documentation for new optional credentials argument to SMTPHandler.__in...Vinay Sajip2007-05-011-2/+5
* Added new optional credentials argument to SMTPHandler.__init__, and smtp.log...Vinay Sajip2007-05-011-7/+12
* Patch #1710352: add missing public functions to locale.__all__.Georg Brandl2007-05-011-3/+5
* Bug #1710295: exceptions are now new-style classes.Georg Brandl2007-05-011-1/+1
* When accessing the .value attribute of a c_wchar_p instance, and theThomas Heller2007-04-301-3/+11
* Make sure to call PyErr_NoMemory() in several places whereThomas Heller2007-04-303-3/+15
* Complete revamp of PCBuild8 directory. Use subdirectories for each project u...Kristján Valur Jónsson2007-04-3063-13677/+13363
* There really are some tests that are problematic.Neal Norwitz2007-04-291-1/+1
* Version fix (bug #1708710)Georg Brandl2007-04-271-4/+4
* This gets the test working on Solaris. It seems a little hokey to me,Neal Norwitz2007-04-271-0/+19
* Accomodate 64 bit time_t in the _bsddb module.Kristján Valur Jónsson2007-04-261-1/+21
* Minor wording change on slicing aide-memoire.Steve Holden2007-04-261-1/+1
* The locale "En" appears not to be valid on windows underi VisualStudio.2005. ...Kristján Valur Jónsson2007-04-261-1/+1
* Export function sanitize_the_mode from fileobject.c as _PyFile_SanitizeMode()...Kristján Valur Jónsson2007-04-263-14/+26
* fix some markup errorsFred Drake2007-04-264-5/+5
* Fix an issue related to the unittest conversion.Collin Winter2007-04-251-0/+6
* Convert test_ossaudiodev to use unittest.Collin Winter2007-04-251-120/+125
* Import and raise statement cleanup.Collin Winter2007-04-251-17/+9
* Set missing svn:eol-style property on text files.Tim Peters2007-04-250-0/+0
* Whitespace normalization.Tim Peters2007-04-251-1/+1
* Change test_support.have_unicode to use True/False instead of 1/0.Collin Winter2007-04-251-2/+2
* Remove functionality from test_datetime.test_main() that does reference count...Collin Winter2007-04-251-20/+1
* Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...Collin Winter2007-04-2529-181/+88
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-2538-387/+386
* Markup fix.Georg Brandl2007-04-251-1/+1
* Patch #1698768: updated the "using Python on the Mac" intro.Georg Brandl2007-04-252-173/+135
* Remove obsolete comment. Importing of .dll files has been discontinued, only ...Kristján Valur Jónsson2007-04-251-8/+0
* Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ...Kristján Valur Jónsson2007-04-253-2/+4
* Merge change 54909 from release25-maint: Fix several minor issues discovered...Kristján Valur Jónsson2007-04-256-20/+35
* Fix markupRaymond Hettinger2007-04-241-1/+1
* Bug #1706381: Specifying the SWIG option "-c++" in the setup.py fileGeorg Brandl2007-04-242-1/+6
* Bug #1705717: error in sys.argv docs.Georg Brandl2007-04-241-2/+2