- e6a076d Issue #1869 (and 4707, 5118, 5473, 1456775): use the new by Mark Dickinson · 16 years ago
- 7efad9e Sort out some confusion in test_float.py: the two by Mark Dickinson · 16 years ago
- 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 16 years ago
- 2808d3c Merged revisions 71627 via svnmerge from by Benjamin Peterson · 16 years ago
- 4a1f593 Issue #4296: Fix PyObject_RichCompareBool so that "x in [x]" evaluates to by Mark Dickinson · 17 years ago
- d43029b Merged revisions 66277 via svnmerge from by Benjamin Peterson · 17 years ago
- 7e958d1 I modified the tests a bit to account for unicode string by Amaury Forgeot d'Arc · 17 years ago
- 589b795 Merged revisions 65958 via svnmerge from by Mark Dickinson · 17 years ago
- 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 17 years ago
- 38bbc48 Merged revisions 64981 via svnmerge from by Mark Dickinson · 17 years ago
- 65fe25e Merged revisions 64974 via svnmerge from by Mark Dickinson · 17 years ago
- 79e4803 remove test.support.have_unicode by Benjamin Peterson · 17 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
- 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 17 years ago
- 53876d9 Merged revisions 62380,62382-62383 via svnmerge from by Christian Heimes · 17 years ago
- 7b69c6c Restrict format presentation types to those specified in the 'Standard Format Specifiers' section of PEP 3101. by Eric Smith · 18 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 18 years ago
- b76922a Merged revisions 59450-59464 via svnmerge from by Christian Heimes · 18 years ago
- 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 18 years ago
- 254348e Rename buffer -> bytearray. by Guido van Rossum · 18 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
- 11fe3e0 Fixed test name. by Eric Smith · 18 years ago
- 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 18 years ago
- 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 18 years ago
- 2be161d Make tset_float pass. float(<unicode>) was never very good -- it used by Guido van Rossum · 18 years ago
- 5d36a55 Whitespace normalization. by Tim Peters · 20 years ago
- ba283e2 This is my patch: by Michael W. Hudson · 20 years ago