1. b79b5c0 bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973) by matthewbelisle-wf · 6 years ago
  2. 2091448 bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660) by matthewbelisle-wf · 6 years ago
  3. 698865d bpo-33843: Remove deprecated stuff in cgi module (GH-7662) by INADA Naoki · 6 years ago
  4. 545c955 bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) by Amber Brown · 6 years ago
  5. cc3fa20 bpo-29979: Rewrite cgi.parse_multipart to make it consistent with FieldStorage (#991) by Pierre Quentel · 7 years ago
  6. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  7. 1cd2772 Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch by Martin Panter · 8 years ago
  8. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  9. 1e26dc7 (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  10. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  11. 0deefd5 merge 3.4 (#23801) by Benjamin Peterson · 9 years ago
  12. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 9 years ago
  13. bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 9 years ago
  14. 4d59a78 remove unused argument (closes #21135) by Benjamin Peterson · 10 years ago
  15. d87346c merge from 3.3 by Senthil Kumaran · 11 years ago
  16. b4cbb92 Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an by Senthil Kumaran · 11 years ago
  17. 12ec29f Closes #17335: remove no-op assignment. by Georg Brandl · 11 years ago
  18. f79126f Issue #18394: Explicitly close the file object cgi.FieldStorage caches. by Brett Cannon · 11 years ago
  19. 74a146d Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  20. 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 11 years ago
  21. 774bed7 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  22. c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 11 years ago
  23. 42d8773 merge from 3.3 by Senthil Kumaran · 11 years ago
  24. c1a7c56 merge from 3.2 by Senthil Kumaran · 11 years ago
  25. 6b102f2 Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and by Senthil Kumaran · 11 years ago
  26. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  27. 8b33dd8 Use OESeeror instead of os.error (#16720) by Andrew Svetlov · 12 years ago
  28. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  29. 6731775 Issue #13248: turn 3.2's PendingDeprecationWarning into 3.3's DeprecationWarning (cgi, importlib, nntplib, smtpd). by Florent Xicluna · 13 years ago
  30. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  31. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  32. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 13 years ago
  33. f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) by Victor Stinner · 13 years ago
  34. 5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not by Victor Stinner · 13 years ago
  35. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  36. 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 14 years ago
  37. 8c703a0 Merged revisions 78844 via svnmerge from by Benjamin Peterson · 14 years ago
  38. 894197d Merged revisions 78841-78842 via svnmerge from by Benjamin Peterson · 14 years ago
  39. a394f2d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  40. 9a0a65b Merged revisions 67528 via svnmerge from by Fred Drake · 16 years ago
  41. a27244b Added a warning filter to don't show the warning during by Facundo Batista · 16 years ago
  42. c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
  43. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  44. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  45. ab82a97 remove a mimetools import by Benjamin Peterson · 16 years ago
  46. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  47. 596097e Patch by Humberto Diogenes for issue 2849, removing rfc822 module from by Barry Warsaw · 16 years ago
  48. 49d1b4f Remove old backwards-compatibility classes from the cgi module. by Georg Brandl · 16 years ago
  49. 2add352 Remove one use of UserDict.UserDict by Raymond Hettinger · 16 years ago
  50. 8ce81f7 Merged revisions 58211-58220 via svnmerge from by Thomas Wouters · 17 years ago
  51. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  52. 92bab81 My wish for TempFile is fulfilled. by Guido van Rossum · 17 years ago
  53. a1a6852 Make test_cgi pass. I changed the internal file created by make_file() by Guido van Rossum · 17 years ago
  54. c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
  55. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  56. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  57. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  58. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  59. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  60. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  61. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  62. 3a703b6 Reverted revision 1.83, which introduced a bug and subtle incompatibility by Armin Rigo · 19 years ago
  63. 97b2fa2 Bring cgi.escape docstring slightly more in line with the library ref by Skip Montanaro · 19 years ago
  64. c7fc10a Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools by Johannes Gijsbers · 20 years ago
  65. f871d83 Remove some lambdas. by Raymond Hettinger · 20 years ago
  66. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  67. 9e15dd6 Let cgi.parse_header() properly unquote headers (patch #1008597). by Johannes Gijsbers · 20 years ago
  68. 66edb62 Don't return spurious empty fields if 'keep_empty_values' is True. by Neil Schemenauer · 20 years ago
  69. 8d9b60f Change parse_qsl() to accept control-name's with no equal sign (e.g., "name") by Brett Cannon · 20 years ago
  70. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  71. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  72. 4061cbe Patch suggested by Hamish Lawson: add an __iter__() that returns by Guido van Rossum · 22 years ago
  73. 46ac8eb Code modernization. Replace v=s[i]; del s[i] with single lookup v=s.pop(i) by Raymond Hettinger · 22 years ago
  74. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  75. a144900 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  76. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  77. db5d144 tighten up except - only ValueError can be raised in this situation by Skip Montanaro · 22 years ago
  78. 7fd41cc SF #515006, remove unnecessary import by Neal Norwitz · 22 years ago
  79. 4c85da4 "ib" should be "boundary"; reported by Neal Norwitz. by Fred Drake · 23 years ago
  80. 1bfb388 Class FieldStorage: add two new methods, getfirst() and getlist(), by Guido van Rossum · 23 years ago
  81. ab9ba27 Whitespace normalization. by Tim Peters · 23 years ago
  82. 2e441f7 Fix a denial-of-service attack, SF bug #443120. by Guido van Rossum · 23 years ago
  83. 52b8c29 Solve SF bug #231249: cgi.py opens too many (temporary) files. by Guido van Rossum · 23 years ago
  84. a8423a9 Add a whole lot of stuff to __all__. by Guido van Rossum · 23 years ago
  85. ff443a5 added missing element to __all__ by Skip Montanaro · 23 years ago
  86. 467d723 Added a comment explaining why this file must really have #! by Guido van Rossum · 23 years ago
  87. 7e9b4f5 String method conversion. by Eric S. Raymond · 23 years ago
  88. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  89. 88869f9 Whitespace normalization. by Tim Peters · 24 years ago
  90. 7dd0696 Make Traceback header conform to new traceback ("innermost last" -> by Guido van Rossum · 24 years ago
  91. 7fed217 This fixes several bug reports concering memory bloating during large by Barry Warsaw · 24 years ago
  92. 5191463 Undo Ping's change. by Guido van Rossum · 24 years ago
  93. 099e534 Change first line to #!/usr/bin/env python (really just to test check-in). by Ka-Ping Yee · 24 years ago
  94. a3c6a8a Patch #101121, by Ka-Ping Yee: cosmetic cleanup of cgi.py, using my by Guido van Rossum · 24 years ago
  95. 57d51f2 Improve the test output a bit. by Guido van Rossum · 24 years ago
  96. afde7e2 fix bug #110661 (PR#356) -- accept either & or ; as separator for CGI by Jeremy Hylton · 24 years ago
  97. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  98. c253d9a Remove very long doc string (it's all in the docs) by Jeremy Hylton · 24 years ago
  99. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  100. 98d9fd3 Simple changes by Gerrit Holl - move author acknowledgements out of by Guido van Rossum · 24 years ago