summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* Reverted 16efa8d27e4c after discussion with Eric.Vinay Sajip2014-04-151-2/+0
* Closed issue #8931: Make alternate formatting for 'c' raise an exception. Pat...Eric V. Smith2014-04-151-0/+2
* move SharedKeyTests to test_descrBenjamin Peterson2014-03-171-24/+2
* Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-231-2/+24
* Issue #15022: Ensure all pickle protocols are supported.Eric Snow2013-02-171-4/+9
* Issue #15022: Add pickle and comparison support to types.SimpleNamespace.Eric Snow2013-02-161-6/+26
* Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t...Eric Snow2012-10-171-0/+9
* renmae test method to avoid conflict (#16056)Benjamin Peterson2012-09-271-1/+1
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-1/+142
* Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-1/+250
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-3/+181
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-8/+22
* basicsize and itemsize are Py_ssize_t #9688Benjamin Peterson2010-08-251-0/+5
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78349 via svnmerge fromEric Smith2010-02-231-0/+22
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-6/+6
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-132/+17
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-4/+19
* Merged revisions 71802 via svnmerge fromEric Smith2009-04-221-0/+6
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-1/+48
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+11
* Merged revisions 65125 via svnmerge fromEric Smith2008-07-191-0/+6
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-10/+2
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-2/+10
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-1/+12
* Forward port of r64958.Eric Smith2008-07-151-0/+38
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-2/+13
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+9
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-7/+31
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-191-4/+249
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-3/+3
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-48/+0
* Fix test_types.py (broken due to removal of array.array('c')).Guido van Rossum2007-07-031-1/+1
* Rename checks for test_support.have_unicode (we alwaysWalter Dörwald2007-06-081-14/+1
* Make test_types.py pass.Guido van Rossum2007-05-041-14/+14
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-7/+7
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-30/+30
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-282/+268
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-1/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+8
* RFE #1436243: make integers in [0..256] preallocated.Georg Brandl2006-02-221-0/+4
* Whitespace normalization.Tim Peters2004-09-241-1/+1
* Add yet more tests for buffer().Neil Schemenauer2004-09-241-0/+11
* Add a few more tests for the buffer() object.Neil Schemenauer2004-09-241-0/+8
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-227/+1