- 30 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Mar, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 14 Ara, 2013 1 kayıt (commit)
-
-
Loic Bistuer yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 17 Eki, 2013 1 kayıt (commit)
-
-
Bouke Haarsma yazdı
Thanks Aymeric Augustin for the suggestion.
-
- 18 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks margieroginski for the suggestion.
-
- 03 Eyl, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 02 Eyl, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 29 Haz, 2013 1 kayıt (commit)
-
-
Ramiro Morales yazdı
-
- 26 Nis, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks mark.harviston et gmail.com for the report.
-
- 19 Nis, 2013 1 kayıt (commit)
-
-
Anton Baklanov yazdı
MergeDict evaluates now to False if all contained dicts are empty. Thanks til for the report and the initial patch.
-
- 12 Nis, 2013 1 kayıt (commit)
-
-
Preston Timmons yazdı
-
- 26 Şub, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
-
- 29 Ara, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Also added stacklevel argument, fixed #18127.
-
- 26 Eki, 2012 2 kayıt (commit)
-
-
Luke Plant yazdı
-
Luke Plant yazdı
Refs #19038
-
- 15 Eki, 2012 1 kayıt (commit)
-
-
Mitar yazdı
-
- 25 Tem, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
The keys/items/values methods return iterators in Python 3, and the iterkeys/items/values methods don't exist in Python 3. The behavior under Python 2 is unchanged.
-
- 24 Tem, 2012 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 22 Tem, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 15 Tem, 2012 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 30 Nis, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Fixed #18175 -- Calling SortedDict.__copy__() resulted in changes to the original dictionary. The reason was likely related to subclassing dict. Thanks to linovia for report and patch.
-
- 09 Şub, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #17634 -- Optimized the performance of MultiValueDict by using append instead of copy and by minimizing the number of dict lookups. Refs #736. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Agu, 2011 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite. Replaced them with a new assertRaisesMessage method of a new SimpleTestCase, a lightweight subclass of unittest.TestCase. Both are also available for usage in user tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16610 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 16 Haz, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a QueryDict) to a dictionary of key-value pairs. Thanks, oinopion and hvdklauw. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 22 May, 2011 1 kayıt (commit)
-
-
Jannis Leidel yazdı
Fixed #6580 -- Added `default` parameter to `MultiValueDict.getlist` method (the base class for `QueryDict`). Many thanks to mk and andrewebdev. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Mar, 2011 2 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 changes from r15927. Thanks to mk for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Adrian Holovaty yazdı
Removed a bunch more Python 2.4 workarounds now that we don't support that version. Refs #15702 -- thanks to jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 03 Mar, 2011 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
assert_ -> assertTrue assertEquals -> assertEqual failUnless -> assertTrue For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Eki, 2010 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 28 Eyl, 2010 2 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Migrated regressiontest/datastructures doctest, and moved it into the existing utils datastructures package. Thanks to Stephan Jaekel. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
Russell Keith-Magee yazdı
A few test optimizations; using native unittest where no Django-specific TestCase features are required. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 27 Eyl, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 23 Tem, 2008 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
in [8055]. Thanks, Karen. Refs #7745. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 13 Tem, 2008 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 11 Tem, 2008 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #7303 -- Clarified a test case that was dependent on dict ordering. Thanks to leosoto for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7890 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 29 Kas, 2007 1 kayıt (commit)
-
-
Malcolm Tredinnick yazdı
initialising SortedDict. Patch from Collin Grady and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-