- 08 Ock, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
- 07 Tem, 2009 3 kayıt (commit)
-
-
Mark Dickinson yazdı
make sure that out-of-range values consistently raise struct.error.
-
Mark Dickinson yazdı
reorganize the test_struct module to remove duplicated code and tests.
-
Mark Dickinson yazdı
-
- 05 Tem, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
integer packing, and reenable some previously broken tests.
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 31 Mar, 2009 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
tuples, dicts and sets on failure. Many new handy type and comparison specific assert* methods have been added that fail with error messages actually useful for debugging. Contributed in by Google and completed with help from mfoord and GvR at PyCon 2009 sprints. Discussion lives in http://bugs.python.org/issue2578.
-
- 13 Şub, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 10 Şub, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
negative arguments. Previously, it raised TypeError. Thanks Lisandro Dalcin.
-
- 01 Ock, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
in struct's L format.
-
- 09 Eyl, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
-
- 23 Agu, 2008 1 kayıt (commit)
-
-
Mark Hammond yazdı
-
- 13 Tem, 2008 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
-
- 14 Haz, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
buildbot.
-
- 11 Haz, 2008 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
Added checks for integer overflows, contributed by Google. Some are only available if asserts are left in the code, in cases where they can't be triggered from Python code.
-
Benjamin Peterson yazdı
I had to disable one test because it was functioning incorrectly, see #1530559 I also removed the debugging prints
-
- 14 Mar, 2008 1 kayıt (commit)
-
-
Mark Dickinson yazdı
across platforms: it should now raise OverflowError on all platforms. (Previously it raised OverflowError only on non IEEE 754 platforms.) Also fix the (already existing) test for this behaviour so that it actually raises TestFailed instead of just referencing it.
-
- 05 Mar, 2008 1 kayıt (commit)
-
-
Thomas Heller yazdı
compatibility with PEP3118.
-
- 14 Agu, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
test.test_support.catch_warning is more full-featured and provides the same functionality. Since guard_warnings_filter was added in 2.6 there is no backwards-compatibility issues.
-
- 05 Nis, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Ock, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 21 Ock, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 13 Ara, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
manager that protects warnings.filter from being modified once the context is exited.
-
- 04 Agu, 2006 1 kayıt (commit)
-
-
Bob Ippolito yazdı
Passing float arguments to struct.pack when integers are expected now triggers a DeprecationWarning.
-
- 05 Haz, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
string_reverse(): Simplify. assertRaises(): Raise TestFailed on failure. test_unpack_from(), test_pack_into(), test_pack_into_fn(): never use `assert` to test for an expected result (it doesn't test anything when Python is run with -O).
-
- 04 Haz, 2006 2 kayıt (commit)
-
-
Martin Blais yazdı
- Following Guido's comments, renamed * pack_to -> pack_into * recv_buf -> recv_into * recvfrom_buf -> recvfrom_into - Made fixes to _struct.c according to Neal Norwitz comments on the checkins list. - Converted some ints into the appropriate -- I hope -- ssize_t and size_t.
-
Tim Peters yazdı
-
- 02 Haz, 2006 1 kayıt (commit)
-
-
Martin Blais yazdı
-
- 31 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
since the deprecation warning wouldn't be raised.
-
- 30 May, 2006 2 kayıt (commit)
-
-
Bob Ippolito yazdı
-
Tim Peters yazdı
are run in the order: test_genexps (or any other doctest-based test) test_struct test_doctest The `warnings` module needs an advertised way to save/restore its internal filter list.
-
- 29 May, 2006 1 kayıt (commit)
-
-
Bob Ippolito yazdı
struct: modulo math plus warning on all endian-explicit formats for compatibility with older struct usage (ugly)
-
- 27 May, 2006 1 kayıt (commit)
-
-
Bob Ippolito yazdı
-
- 26 May, 2006 4 kayıt (commit)
-
-
Bob Ippolito yazdı
-
Bob Ippolito yazdı
-
Tim Peters yazdı
-
Martin Blais yazdı
* Added socket.recv_buf() and socket.recvfrom_buf() methods, that use the buffer protocol (send and sendto already did). * Added struct.pack_to(), that is the corresponding buffer compatible method to unpack_from(). * Fixed minor typos in arraymodule.
-
- 24 May, 2006 1 kayıt (commit)
-
-
Bob Ippolito yazdı
-
- 27 Eyl, 2004 1 kayıt (commit)
-
-
Armin Rigo yazdı
-