1. 5d45a8d Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. by Andrew McNamara · 21 years ago
  2. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 21 years ago
  3. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 21 years ago
  4. af1e312 Improve test coverage fractionally. by Andrew McNamara · 21 years ago
  5. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 21 years ago
  6. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 21 years ago
  7. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 21 years ago
  8. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 21 years ago
  9. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 21 years ago
  10. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 21 years ago
  11. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 21 years ago
  12. b497c10 Whitespace normalization. by Tim Peters · 21 years ago
  13. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 21 years ago
  14. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 21 years ago
  15. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 21 years ago
  16. 41e4faa Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as by Johannes Gijsbers · 21 years ago
  17. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 21 years ago
  18. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 21 years ago
  19. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 21 years ago
  20. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 21 years ago
  21. c7fc10a Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools by Johannes Gijsbers · 21 years ago
  22. a3beee1 Clean up tests by reusing functions from other modules: by Johannes Gijsbers · 21 years ago
  23. 836f543 Patch #943206: by Johannes Gijsbers · 21 years ago
  24. e4172ea Patch #1094015: by Johannes Gijsbers · 21 years ago
  25. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 21 years ago
  26. 84d5489 Converted to a unittest. Added checks that the bounded semaphore actually by Tim Peters · 21 years ago
  27. e6539c4 In _DummyThread objects the lock stored in __block (allocated thanks to by Brett Cannon · 21 years ago
  28. 922b3e2 Remove test for BINARY_DIVIDE. by Raymond Hettinger · 21 years ago
  29. 5a9fb3c Whitespace normalization. by Tim Peters · 21 years ago
  30. 1dd087c Allow relative URLs for included databases and packages. by Jack Jansen · 21 years ago
  31. 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 21 years ago
  32. 1196cf1 Improved the implementation of the internal "dialect" type. The new by Andrew McNamara · 21 years ago
  33. f26285c add a couple missing docstrings by Skip Montanaro · 21 years ago
  34. af304a6 - Added an "installer" flavor, which uses the "open" command to install by Jack Jansen · 21 years ago
  35. 362b929 Removed unused line. by Raymond Hettinger · 21 years ago
  36. 0c26ab0 Removed unused line. by Raymond Hettinger · 21 years ago
  37. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 21 years ago
  38. f791d7a On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 21 years ago
  39. 454f767 New subprocess utility function: check_call. Closes #1071764. by Peter Astrand · 21 years ago
  40. ed2dbe3 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 21 years ago
  41. 346e67f SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 21 years ago
  42. f871d83 Remove some lambdas. by Raymond Hettinger · 21 years ago
  43. a617271 Use cStringIO where available. by Raymond Hettinger · 21 years ago
  44. ee1d247 Add a test that checks the basic functionality of every encoding. by Walter Dörwald · 21 years ago
  45. 6cea693 Fix wrong variable name. by Walter Dörwald · 21 years ago
  46. e1a0391 Fix wrong variable name. by Walter Dörwald · 21 years ago
  47. 702af67 - getDefaultDatabase wasn't listed in __all__. by Jack Jansen · 21 years ago
  48. 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 · 21 years ago
  49. c77f6df Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destroot by Jack Jansen · 21 years ago
  50. be95462 After discussion on the PythonMac-SIG it was decided that it is better by Jack Jansen · 21 years ago
  51. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 21 years ago
  52. e852c19 Improve error message if rpc'l localcall() fails with unexpected exception. by Kurt B. Kaiser · 21 years ago
  53. 5c3df35 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 21 years ago
  54. ee4bb66 Recompiled after source changes. by Thomas Heller · 21 years ago
  55. b300ae3 Two small changes, SF bug #974757 and SF patch #1037974. by Jeremy Hylton · 21 years ago
  56. 6414cd8 SF patch #1055159 via Titus Brown: Document redirect limitation. by Jeremy Hylton · 21 years ago
  57. 7c404a4 add __file__ to the globals available for tests loaded via DocFileSuite; by Fred Drake · 21 years ago
  58. e57d7b1 The changes to the stateful codecs in 2.4 resulted in StreamReader.readline() by Walter Dörwald · 21 years ago
  59. dcba662 The remote procedure call module rpc.py can now access data attributes of by Kurt B. Kaiser · 21 years ago
  60. 6065d32 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 21 years ago
  61. 2ccea17 Any call to marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 21 years ago
  62. 7b4b788 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 21 years ago
  63. 94eaee6 Skip test_imp if threading is not available. by Brett Cannon · 21 years ago
  64. 7e71fa5 Bug #1083645 by Raymond Hettinger · 21 years ago
  65. bf72b71 Refactor: by Raymond Hettinger · 21 years ago
  66. b0900e6 SF #1085304: Make array.array pickle-able by Raymond Hettinger · 21 years ago
  67. 29ddfba Fix copy & paste error in comments. by Walter Dörwald · 21 years ago
  68. b4cebd4 Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib by Marc-André Lemburg · 21 years ago
  69. 1542f34 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 21 years ago
  70. cb9015d Patch #736962: port test_inspect to unittest. As part of this, move out by Johannes Gijsbers · 21 years ago
  71. 6b220b0 Use os.geteuid() for checking whether we are root, as suggested by by Johannes Gijsbers · 21 years ago
  72. a9ef5e5 SF bug #1083202L UnboundLocalError raised by atexit module by Raymond Hettinger · 21 years ago
  73. bb4f1bd locale.py now uses an updated locale alias table (built using by Marc-André Lemburg · 21 years ago
  74. 9ab8818 Rearranged mappings to value sorting order. by Marc-André Lemburg · 21 years ago
  75. 7f06187 Whitespace normalization. by Tim Peters · 21 years ago
  76. 333da5f remove the other half of one of the regsub-related comments; the other by Fred Drake · 21 years ago
  77. 6c1e0fe Remove reference to old pickle feature. by Raymond Hettinger · 21 years ago
  78. 57aef9c Remove outdated references to the regsub module. by Raymond Hettinger · 21 years ago
  79. a6b45cc Eliminate the deprecated option to return None instead of a tuple of arguments in __reduce__(). by Raymond Hettinger · 21 years ago
  80. 84667c0 Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse by Brett Cannon · 21 years ago
  81. 25946dd Patch #1075928: AUTH PLAIN in smtplib. by Johannes Gijsbers · 21 years ago
  82. b8b09d0 SF bug #1076467: don't run test_on_error as root, as the permission by Johannes Gijsbers · 21 years ago
  83. c8aa848 Have test_mkalias_relative check that sys.prefix already exists; otherwise test by Brett Cannon · 21 years ago
  84. 5f5e141 Changed signature of call function to avoid confusion: this 'args' is not the same as the one to the Popen constructor by Peter Astrand · 21 years ago
  85. c7979f1 Removed deprecated tzparse module. by Raymond Hettinger · 21 years ago
  86. b259405 Added optional None arguments to itertools.islice(). by Raymond Hettinger · 21 years ago
  87. 3489cad Removed the deprecated bin parameter from the pickle module. by Raymond Hettinger · 21 years ago
  88. 4ebe364 Remove the deprecated statcache module. by Raymond Hettinger · 21 years ago
  89. 1bc82f8 Removed deprecated method arguments from the shelve module. by Raymond Hettinger · 21 years ago
  90. 7cf9ce2 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 21 years ago
  91. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 21 years ago
  92. f3fa946 Removed deprecated use_statcache argument. by Raymond Hettinger · 21 years ago
  93. 664347b SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 21 years ago
  94. 46ea4c8 For the benefit of historians . . . by Raymond Hettinger · 21 years ago
  95. 784ab76 Remove the deprecated whrandom module. by Raymond Hettinger · 21 years ago
  96. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 21 years ago
  97. 58d89db Restore Python 2.1 compatibility (os.extsep was introduced in Python 2.2). by Marc-André Lemburg · 21 years ago
  98. 4901a1f Add key= argument to heapq.nsmallest() and heapq.nlargest(). by Raymond Hettinger · 21 years ago
  99. 0e920a7 Recompiled binaries after source changes. by Thomas Heller · 21 years ago
  100. 738131d Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago