Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a22e8bdfd92cd4f1bc3d60e91df6410c4efde6a0
/
Lib
/
test
/
test_cgi.py
3add4d7
Raise statement normalization in Lib/test/.
by Collin Winter
· 18 years ago
a1a6852
Make test_cgi pass. I changed the internal file created by make_file()
by Guido van Rossum
· 18 years ago
09549f4
Changes in anticipation of stricter str vs. bytes enforcement.
by Guido van Rossum
· 18 years ago
34d1928
SF patch# 1770008 by Christian Heimes (plus some extras).
by Guido van Rossum
· 18 years ago
c1f779c
Merged revisions 56125-56153 via svnmerge from
by Guido van Rossum
· 18 years ago
cd16bf6
Merged revisions 55817-55961 via svnmerge from
by Guido van Rossum
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 19 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
89f507f
Four months of trunk changes (including a few releases...)
by Thomas Wouters
· 19 years ago
47b9ff6
Restructure comparison dramatically. There is no longer a default
by Guido van Rossum
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
d271721
Removed use of 'cgi.initlog()' - the first call to cgi.log is actually
by Anthony Baxter
· 21 years ago
66edb62
Don't return spurious empty fields if 'keep_empty_values' is True.
by Neil Schemenauer
· 21 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 23 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 25 years ago
846d6db
Fix a bizarre typo in the helper class ComparableException: the
by Guido van Rossum
· 25 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
afde7e2
fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI
by Jeremy Hylton
· 25 years ago
a1a4b59
Closing patch #101120 -- After everyone agreed.
by Moshe Zadka
· 25 years ago
d9827c4
test the non-multipart sections of the cgi module
by Jeremy Hylton
· 25 years ago