- 13 Nis, 2015 1 kayıt (commit)
-
-
Zachary Ware yazdı
I have compared output between pre- and post-patch runs of these tests to make sure there's nothing missing and nothing broken, on both Windows and Linux. The only differences I found were actually tests that were previously *not* run.
-
- 15 Ara, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 05 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
to the exhausted state.
-
- 23 Kas, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 Kas, 2012 1 kayıt (commit)
-
-
Mark Dickinson yazdı
-
- 03 Nis, 2012 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 05 Kas, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Daniel Urban.
-
- 23 Eki, 2011 1 kayıt (commit)
-
-
Mark Dickinson yazdı
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
-
- 15 Nis, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban.
-
- 12 Ock, 2011 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work)
-
- 03 Ara, 2010 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). Refer to the tracker issue for the language moratorium implications of this change
-
- 21 Kas, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
-
- 20 Kas, 2010 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
- 23 Ock, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 19 Ock, 2010 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
A patch from Dave Malcolm.
-
- 16 Kas, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 15 Kas, 2009 2 kayıt (commit)
-
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76292 | mark.dickinson | 2009-11-15 09:57:26 +0000 (Sun, 15 Nov 2009) | 6 lines Issue #7298: Fix a variety of problems leading to wrong results with the fast versions of range.__reversed__ and range iteration. Also fix wrong results and a refleak for PyLong version of range.__reversed__. Thanks Eric Smith for reviewing, and for suggesting improved tests. ........ r76293 | mark.dickinson | 2009-11-15 10:04:50 +0000 (Sun, 15 Nov 2009) | 1 line r76292 commit accidentally committed some extra code; remove it ........
-
Mark Dickinson yazdı
the fast versions of range.__reversed__ and range iteration. Also fix wrong results and a refleak for PyLong version of range.__reversed__. Thanks Eric Smith for reviewing, and for suggesting improved tests.
-
- 24 Eyl, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
applied to ints, not to instances of subclasses of int.
-
- 22 Eyl, 2009 1 kayıt (commit)
-
-
Mark Dickinson yazdı
does an O(1) check, if n is an integer. Non-integers aren't affected. Thanks Robert Lehmann.
-
- 13 Agu, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........
-
- 30 Haz, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 12 Haz, 2009 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 23 Eki, 2008 1 kayıt (commit)
-
-
Hirokazu Yamamoto yazdı
Reviewed by Benjamin Peterson.
-
- 10 Haz, 2008 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 20 May, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 04 Ara, 2007 1 kayıt (commit)
-
-
Christian Heimes yazdı
I replaced sys.maxint with sys.maxsize in Lib/*.py. Does anybody see a problem with the change on Win 64bit platforms? Win 64's long is just 32bit but the sys.maxsize is now 2**63-1 on every 64bit platform. Also added docs for sys.maxsize.
-
- 21 May, 2007 3 kayıt (commit)
-
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
type name in various spots.
-
Walter Dörwald yazdı
-
- 20 May, 2007 1 kayıt (commit)
-
-
Walter Dörwald yazdı
-
- 07 May, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
svn+ssh://pythondev@svn.python.org/python/branches/p3yk ........ r55077 | guido.van.rossum | 2007-05-02 11:54:37 -0700 (Wed, 02 May 2007) | 2 lines Use the new print syntax, at least. ........ r55142 | fred.drake | 2007-05-04 21:27:30 -0700 (Fri, 04 May 2007) | 1 line remove old cruftiness ........ r55143 | fred.drake | 2007-05-04 21:52:16 -0700 (Fri, 04 May 2007) | 1 line make this work with the new Python ........ r55162 | neal.norwitz | 2007-05-06 22:29:18 -0700 (Sun, 06 May 2007) | 1 line Get asdl code gen working with Python 2.3. Should continue to work with 3.0 ........ r55164 | neal.norwitz | 2007-05-07 00:00:38 -0700 (Mon, 07 May 2007) | 1 line Verify checkins to p3yk (sic) branch go to 3000 list. ........ r55166 | neal.norwitz | 2007-05-07 00:12:35 -0700 (Mon, 07 May 2007) | 1 line Fix this test so it runs again by importing warnings_test properly. ........ r55167 | neal.norwitz | 2007-05-07 01:03:22 -0700 (Mon, 07 May 2007) | 8 lines So long xrange. range() now supports values that are outside -sys.maxint to sys.maxint. floats raise a TypeError. This has been sitting for a long time. It probably has some problems and needs cleanup. Objects/rangeobject.c now uses 4-space indents since it is almost completely new. ........ r55171 | guido.van.rossum | 2007-05-07 10:21:26 -0700 (Mon, 07 May 2007) | 4 lines Fix two tests that were previously depending on significant spaces at the end of a line (and before that on Python 2.x print behavior that has no exact equivalent in 3.0). ........
-
- 15 Ock, 2007 1 kayıt (commit)
-
-
Guido van Rossum yazdı
(Rough first cut.)
-
- 21 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
-
- 17 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
silently converts floats to integers when expecting integer values.
-
- 04 Nis, 2006 1 kayıt (commit)
-
-
Thomas Wouters yazdı
least as big as a long. I believe this to be a safe assumption that is being made in many parts of CPython, but a check could be added. len(xrange(sys.maxint)) works now, so fix the testsuite's odd exception for 64-bit platforms too. It also fixes 'zip(xrange(sys.maxint), it)' as a portable-ish (if expensive) alternative to enumerate(it); since zip() now calls len(), this was breaking on (real) 64-bit platforms. No additional test was added for that behaviour.
-
- 14 Eki, 2004 1 kayıt (commit)
-
-
Neal Norwitz yazdı
rangeobject.c has an #ifdef that is reached only when LONG_MAX != INT_MAX
-