- 03 Tem, 2006 11 kayıt (commit)
-
-
Martin v. Löwis yazdı
spec file generated by bdist_rpm.
-
Martin v. Löwis yazdı
and atof().
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
degrees and radians.
-
Martin v. Löwis yazdı
filling of arcs. Also fixes #1514693.
-
Martin v. Löwis yazdı
Fixes #1514703
-
Tim Peters yazdı
-
Thomas Heller yazdı
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 yazdı
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 yazdı
-
Thomas Heller yazdı
-
- 02 Tem, 2006 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Gerhard Häring yazdı
character before sending it to a custom converter. This has been fixed now.
-
- 01 Tem, 2006 4 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
- 30 Haz, 2006 8 kayıt (commit)
-
-
Fred Drake yazdı
(*should* be done by the presentation, but that requires changes all over) - avoid spreading the __name meme
-
Georg Brandl yazdı
-
Tim Peters yazdı
-
Thomas Heller yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Vinay Sajip yazdı
-
- 29 Haz, 2006 7 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
-
Thomas Heller yazdı
#ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing.
-
Neal Norwitz yazdı
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 yazdı
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 yazdı
-
Fred Drake yazdı
(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 Haz, 2006 8 kayıt (commit)
-
-
Trent Mick yazdı
-
Georg Brandl yazdı
-
Andrew M. Kuchling yazdı
[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 yazdı
[Bug #1508766] Add docs for uuid module; docs written by George Yoshida, with minor rearrangements by me.
-
Armin Rigo yazdı
-
Nick Coghlan yazdı
Make full module name available as __module_name__ even when __name__ is set to something else (like '__main__')
-
Neal Norwitz yazdı
a KeyboardInterrupt since PyTuple_Pack was passed a NULL. Will backport.
-
Neal Norwitz yazdı
can be returned if fcntl (lockf) fails. This fixes the test failure on Tru64 by checking for either error rather than just EAGAIN.
-