1. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 20 years ago
  2. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
  3. 29bf4e4 Now that internal dialect type is immutable, and the dialect registry by Andrew McNamara · 20 years ago
  4. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  5. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 20 years ago
  6. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 20 years ago
  7. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 20 years ago
  8. 91b9746 Factor out the code for making a dialect instance. by Andrew McNamara · 20 years ago
  9. dbce261 Only set error string when dict lookup found no matching key (was setting by Andrew McNamara · 20 years ago
  10. b497c10 Whitespace normalization. by Tim Peters · 20 years ago
  11. a829263 When parsing args that return a single character, treat null string the by Andrew McNamara · 20 years ago
  12. 37d2bdf Where a string is desired, test for PyBaseString_Type derived type, by Andrew McNamara · 20 years ago
  13. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 20 years ago
  14. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 20 years ago
  15. 77ead87 Add missing PyObject_GC_Track and PyObject_GC_UnTrack calls to csv reader and by Andrew McNamara · 20 years ago
  16. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 20 years ago
  17. 41e4faa Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as by Johannes Gijsbers · 20 years ago
  18. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 20 years ago
  19. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 20 years ago
  20. 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
  21. 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
  22. c9a4762 comment tweak by Skip Montanaro · 20 years ago
  23. afd77d9 Add definitions for "up" and "down" commands that print/display the current by Skip Montanaro · 20 years ago
  24. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 20 years ago
  25. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
  26. c7fc10a Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools by Johannes Gijsbers · 20 years ago
  27. a3beee1 Clean up tests by reusing functions from other modules: by Johannes Gijsbers · 20 years ago
  28. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  29. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  30. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 20 years ago
  31. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 20 years ago
  32. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 20 years ago
  33. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 20 years ago
  34. 664b43b Re-running python with/without the -Qnew flag uses incorrectly optimized by Armin Rigo · 20 years ago
  35. 5a9fb3c Whitespace normalization. by Tim Peters · 20 years ago
  36. e4f5600 [Bug 1083177] Describe signal() change; add a link by Andrew M. Kuchling · 20 years ago
  37. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
  38. da49e19 Patch #1097739 by Bob Ippolito: by Jack Jansen · 20 years ago
  39. 5a3c7c3 Oops, there was a tab in there. by Jack Jansen · 20 years ago
  40. 30620ac Workaround for the fact that urllib2 doesn't default to "file:" urls. by Jack Jansen · 20 years ago
  41. c110f86 Always set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise it may be set by Jack Jansen · 20 years ago
  42. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
  43. dd3e6cb Fix to use PEP7 brace style. by Andrew McNamara · 20 years ago
  44. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 20 years ago
  45. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  46. bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
  47. 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
  48. 575a00b Delete Reader_getiter and replace with PyObject_SelfIter. by Andrew McNamara · 20 years ago
  49. becbdec add two missing items by Skip Montanaro · 20 years ago
  50. b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago
  51. 4f49e7d describe reset() by Skip Montanaro · 20 years ago
  52. bb0c9dc add a couple missing items by Skip Montanaro · 20 years ago
  53. f26285c add a couple missing docstrings by Skip Montanaro · 20 years ago
  54. 31043cd Clarify that DictMixin is still useful. Only the UserDict class was supplanted. by Raymond Hettinger · 20 years ago
  55. d61788b Fix typo. by Martin v. Löwis · 20 years ago
  56. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 20 years ago
  57. 362b929 Removed unused line. by Raymond Hettinger · 20 years ago
  58. 0c26ab0 Removed unused line. by Raymond Hettinger · 20 years ago
  59. 4483771 Since it is a possibility that LDFLAGS or CPPFLAGS were set with options that by Brett Cannon · 20 years ago
  60. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  61. 6458598 Create the wrapper scripts for gcc/g++ too. by Jack Jansen · 20 years ago
  62. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 20 years ago
  63. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 20 years ago
  64. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 20 years ago
  65. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 20 years ago
  66. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  67. f871d83 Remove some lambdas. by Raymond Hettinger · 20 years ago
  68. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  69. 54266fc cvsignore files generated by make_versioninfo. by Thomas Heller · 20 years ago
  70. 4810eb9 Strip out double dashes and dashes for options not used during parsing of by Brett Cannon · 20 years ago
  71. 79e0531 SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are called by Raymond Hettinger · 20 years ago
  72. 5c9e55e Add more test directories to testsuite. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  73. 658b50f Update to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  74. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 20 years ago
  75. 6cea693 Fix wrong variable name. by Walter Dörwald · 20 years ago
  76. a2cc269 Update example to VC 7.1. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  77. e1a0391 Fix wrong variable name. by Walter Dörwald · 20 years ago
  78. 0aa8ef1 Typo fix by Andrew M. Kuchling · 20 years ago
  79. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 20 years ago
  80. 935ca10 Just passing -undefined dynamic_lookup isn't enough: we also need to set by Jack Jansen · 20 years ago
  81. 3b585b3 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 20 years ago
  82. 078824e4 Added quotes around the destroot arguments, so empty destroot works. by Jack Jansen · 20 years ago
  83. de2ecb8 Updated version numbers. by Jack Jansen · 20 years ago
  84. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 20 years ago
  85. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 20 years ago
  86. 6116f07 A script to fix Apple-installed Python 2.3 (and a test whether the user by Jack Jansen · 20 years ago
  87. 9935e7f correct decorator example, tweak description slightly by Skip Montanaro · 20 years ago
  88. 2eba0d6 Update VC references. Backported to 2.4. by Martin v. Löwis · 20 years ago
  89. 7dbeed7 Use = instead of == as operator to test by Matthias Klose · 20 years ago
  90. ac7836a Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well. by Brett Cannon · 20 years ago
  91. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 20 years ago
  92. 0a6864e discuss how the __builtin__ module is normally used, and try to clarify the by Fred Drake · 20 years ago
  93. fb915fe fix weird capitalization of "built-in" by Fred Drake · 20 years ago
  94. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 20 years ago
  95. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 20 years ago
  96. ee4bb66 Recompiled after source changes. by Thomas Heller · 20 years ago
  97. 0f25b72 Close stdout and stderr, which are redirected into a temp file, before by Thomas Heller · 20 years ago
  98. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 20 years ago
  99. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 20 years ago
  100. 9fda931 Patch #1088716: build and incorporate libpython24.a. Backported to 2.4 by Martin v. Löwis · 20 years ago