Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
f6067ec336e2eff1fc1cce90c67c20b0d4e80c22
/
Lib
/
test
/
test_builtin.py
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
abcb0c0
Fix SF bug# 676155, RuntimeWarning with tp_compare
by Neal Norwitz
· 23 years ago
bf51707
Fix comment typos
by Walter Dörwald
· 23 years ago
8afd757
Patch #636005: Filter unicode into unicode.
by Martin v. Löwis
· 23 years ago
919497e
Combine test_b1.py and test_b2.py into test_builtin.py,
by Walter Dörwald
· 23 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
3bead09
Initial revision
by Guido van Rossum
· 34 years ago