- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
- 2066559 Issue #8816: Extra tests for some built-in functions. These tests are by Mark Dickinson · 15 years ago
- 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 15 years ago
- a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 15 years ago
- d44b2fc Issue 7994: Make object.__format__ with a non-empty format string a PendingDecprecationWarning. Still need to remove uses of this from various tests. by Eric Smith · 15 years ago
- 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
- a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
- aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
- ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
- 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
- a8fd66d Issue #7251: Break out round tests for large values into a separate by Mark Dickinson · 16 years ago
- 4e1be94 Make sure every run of test_intern() interns a new string, otherwise that test fails e.g. when some other test in test_builtin fails and it is rerun in verbose mode. by Georg Brandl · 16 years ago
- bfd2dc7 Protect against attempts to replace PyNumber_Add with PyNumber_InPlaceAdd in builtin sum by Mark Dickinson · 16 years ago
- ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
- 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
- 1bdf7e9 Issue #1869: Fix a couple of minor round() issues. by Mark Dickinson · 16 years ago
- 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
- 39fd672 #3479: unichr(2**32) used to return u'\x00'. by Amaury Forgeot d'Arc · 17 years ago
- 9c437af Revert 64424, 64438, and 64439. by Raymond Hettinger · 17 years ago
- e0e7114 Issue 3008: hex/oct/bin can show floats exactly. by Raymond Hettinger · 17 years ago
- c6d64ec revert 63425 over Guido's Febuary message about this, that I missed by Benjamin Peterson · 17 years ago
- 79a922d add Py3k warnings to oct and hex. backport hex behavior (because it's not different) by Benjamin Peterson · 17 years ago
- b9030f4 #2196 hasattr now allows SystemExit and KeyboardInterrupt to propagate by Benjamin Peterson · 17 years ago
- 979395b Moved testing of builtin types out of test_builtin and into type specific modules by Benjamin Peterson · 17 years ago
- 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
- 9ff19b5 Finished backporting PEP 3127, Integer Literal Support and Syntax. by Eric Smith · 17 years ago
- fb0742f Tests for bin() builtin. These need to get merged into py3k, which has no tests for bin. by Eric Smith · 17 years ago
- ce584d4 Moved test_format into the correct TestCase. by Eric Smith · 17 years ago
- a9f7d62 Backport of PEP 3101, Advanced String Formatting, from py3k. by Eric Smith · 17 years ago
- d058cd2 Rename rational.Rational to fractions.Fraction, to avoid name clash by Mark Dickinson · 17 years ago
- a26cf9b Make int() and long() fall back to __trunc__(). See issue 2002. by Jeffrey Yasskin · 18 years ago
- 4cab8ec Test round-trip on float.as_integer_ratio() and float.__truediv__(). by Raymond Hettinger · 18 years ago
- 04c96d5 Issue #1996: float.as_integer_ratio() should return fraction in lowest terms. by Raymond Hettinger · 18 years ago
- ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
- 3ea7b41 Moved Rational._binary_float_to_ratio() to float.as_integer_ratio() because by Jeffrey Yasskin · 18 years ago
- 14404b6 Fix #1679: "0x" was taken as a valid integer literal. by Georg Brandl · 18 years ago
- 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
- 3b83549 Patch #1725 by Mark Dickinson, fixes incorrect conversion of -1e1000 by Guido van Rossum · 18 years ago
- 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
- 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
- 871f1bc Backport from Py3k branch: by Georg Brandl · 18 years ago
- 00cd818 Patch #1638879: don't accept strings with embedded NUL bytes in long(). by Georg Brandl · 18 years ago
- 2c1375c Bug #1545497: when given an explicit base, int() did ignore NULs by Georg Brandl · 19 years ago
- 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 19 years ago
- 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 19 years ago
- 51fc8c4 Fix and test for an infinite C recursion. by Armin Rigo · 19 years ago
- ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 19 years ago
- 8e24a96 Whitespace normalization. by Tim Peters · 19 years ago
- d336e98 Don't produce output in test_builtin. by Georg Brandl · 19 years ago
- 7e3ba2a Bug #1535165: fixed a segfault in input() and raw_input() when by Georg Brandl · 19 years ago
- fcfff0a Bug #1417699: Reject locale-specific decimal point in float() and atof(). by Martin v. Löwis · 19 years ago
- 215f13d Normalized a few cases of whitespace in function declarations. by Martin Blais · 19 years ago
- 696cf43 Heavily fiddled variant of patch #1442927: PyLong_FromString optimization. by Tim Peters · 19 years ago
- b713ec2 Bug #1334662 / patch #1335972: int(string, base) wrong answers. by Tim Peters · 19 years ago
- de9b624 Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0. by Georg Brandl · 19 years ago
- 8ddab27 Fix __import__("") to raise ValueError rather than return None. by Thomas Wouters · 19 years ago
- ccadf84 Patch #1460496: round() now accepts keyword arguments. by Georg Brandl · 19 years ago
- b82cb8d Part of bug 1459808: fiddle test_input_and_raw_input() so it passes w/ -Qnew. by Tim Peters · 19 years ago
- ed1e497 Correct test_builtin locale handling. by Georg Brandl · 20 years ago
- e7214a1 Get float() to be more portable across platforms. Disable hex strings. by Neal Norwitz · 20 years ago
- ede187f Test another error case in PyFloat_FromString(). by Walter Dörwald · 20 years ago
- fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 20 years ago
- 5898fa2 improve test coverage in Python/pystrtod.c and Python/mystrtoul.c. by Neal Norwitz · 20 years ago
- 4e41a4b Disable a few other tests, that can't work if Python is compiled without by Walter Dörwald · 20 years ago
- c3647ac Make subclasses of int, long, complex, float, and unicode perform type by Brett Cannon · 20 years ago
- 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
- fee7b93 Use decorators. by Guido van Rossum · 21 years ago
- 7f06187 Whitespace normalization. by Tim Peters · 21 years ago
- 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 21 years ago
- 5ea7e31 Improve test coverage. by Raymond Hettinger · 21 years ago
- aa241e0 Checkin Tim's fix to an error discussed on python-dev. Also, add a testcase. by Raymond Hettinger · 21 years ago
- 4c989dd Subclasses of string can no longer be interned. The semantics of by Jeremy Hylton · 21 years ago
- 2a7dede SF bug #1004669: Type returned from .keys() is not checked by Raymond Hettinger · 21 years ago
- 66bd233 Completed the patch for Bug #215126. by Raymond Hettinger · 21 years ago
- 513ffe8 * Fix missing return after error message is set. by Raymond Hettinger · 21 years ago
- 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 21 years ago
- 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
- ff83c2b Fix input() builtin function to respect compiler flags. by Hye-Shik Chang · 22 years ago
- 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 22 years ago
- a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago
- 2b3eb40 Deleting cyclic object comparison. by Armin Rigo · 22 years ago
- c8cb5d9 Make a copy of L before appending, so the global L remains by Walter Dörwald · 22 years ago
- eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 22 years ago
- 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 22 years ago
- 91bbd9a Used sets.Set() to compare unordered sequences. Improves clarity and brevity. by Raymond Hettinger · 22 years ago
- 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
- a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 22 years ago
- 357981e Add a few errors tests for range(). by Walter Dörwald · 22 years ago
- 299b3df test_range(): The C code changed to raise TypeError in one of these by Tim Peters · 22 years ago
- efbbb1c Patch by Chad Netzer (with significant change): by Guido van Rossum · 22 years ago
- f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
- 8dd1932 Change filtertuple() to use tp_as_sequence->sq_item by Walter Dörwald · 22 years ago
- 1918f77 Change filterstring() and filterunicode(): If the by Walter Dörwald · 22 years ago
- 3aaf42c patch #683515: "Add unicode support to compile(), eval() and exec" by Just van Rossum · 22 years ago
- f032f86 patch 680474 that fixes bug 679880: compile/eval/exec refused utf-8 bom by Just van Rossum · 22 years ago
- c3da83f Make sure filter() never returns tuple, str or unicode by Walter Dörwald · 23 years ago
- 5e61e24 Add a test that checks that filter() honors the sq_item slot for by Walter Dörwald · 23 years ago
- 903f1e0 filterstring() and filterunicode() in Python/bltinmodule.c by Walter Dörwald · 23 years ago