- 03 Jul, 2006 10 commits
-
-
Martin v. Löwis authored
and atof().
-
Martin v. Löwis authored
-
Martin v. Löwis authored
degrees and radians.
-
Martin v. Löwis authored
filling of arcs. Also fixes #1514693.
-
Martin v. Löwis authored
Fixes #1514703
-
Tim Peters authored
-
Thomas Heller authored
will return True if Windows Structured Exception handling (SEH) is used when calling functions, False otherwise. Currently, only MSVC supports SEH. Fix the test so that it doesn't crash when run with MingW compiled _ctypes. Note that two tests are still failing when mingw is used, I suspect structure layout differences and function calling conventions between MSVC and MingW.
-
Thomas Heller authored
It seems that the definition of '__attribute__(x)' was responsible for the compiler ignoring the '__fastcall' attribute on the ffi_closure_SYSV function in libffi_msvc/ffi.c, took me quite some time to figure this out.
-
Thomas Heller authored
-
Thomas Heller authored
-
- 02 Jul, 2006 2 commits
-
-
Martin v. Löwis authored
-
Gerhard Häring authored
character before sending it to a custom converter. This has been fixed now.
-
- 01 Jul, 2006 4 commits
-
-
Fred Drake authored
handler would cause a segfault. This merges in Expat's lib/xmlparse.c revisions 1.154 and 1.155, which fix this and a closely related problem (the later does not affect Python). Moved the crasher test to the tests for xml.parsers.expat.
-
Martin v. Löwis authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 30 Jun, 2006 8 commits
-
-
Fred Drake authored
(*should* be done by the presentation, but that requires changes all over) - avoid spreading the __name meme
-
Georg Brandl authored
-
Tim Peters authored
-
Thomas Heller authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Vinay Sajip authored
-
- 29 Jun, 2006 7 commits
-
-
Skip Montanaro authored
-
Martin v. Löwis authored
-
Thomas Heller authored
#ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing.
-
Neal Norwitz authored
It makes the error message consistent and always sends to stderr. It would be much better for all the networking tests to hit only python.org.
-
Neal Norwitz authored
be called at the end of each test that spawns children (perhaps it should be called from regrtest instead?). This will hopefully prevent some of the unexplained failures in the buildbots (hppa and alpha) during tests that spawn children. The problems were not reproducible. There were many zombies that remained at the end of several tests. In the worst case, this shouldn't cause any more problems, though it may not help either. Time will tell.
-
Fred Drake authored
-
Fred Drake authored
(modified patch by Sam Ruby; changed to use separate REs for start and end tags to reduce matching cost for end tags; extended tests; updated to avoid breaking previous changes to support IPv6 addresses in unquoted attribute values)
-
- 28 Jun, 2006 8 commits
-
-
Trent Mick authored
-
Georg Brandl authored
-
Andrew M. Kuchling authored
[Bug #1508766] Add docs for uuid module; this puts the module in the 'Internet Protocols' section. Arguably this module could also have gone in the chapters on strings or encodings, maybe even the crypto chapter. Fred, please move if you see fit.
-
Andrew M. Kuchling authored
[Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me.
-
Armin Rigo authored
-
Nick Coghlan authored
Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__')
-
Neal Norwitz authored
a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport.
-
Neal Norwitz authored
can be returned if fcntl (lockf) fails. This fixes the test failure on Tru64 by checking for either error rather than just EAGAIN.
-
- 27 Jun, 2006 1 commit
-
-
Ronald Oussoren authored
dylib at the root of the framework, that way tools that expect a unix-like install (python-config, but more importantly external products like mod_python) work correctly.
-