1. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 19 years ago
  2. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 19 years ago
  3. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 19 years ago
  4. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 19 years ago
  5. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 19 years ago
  6. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 19 years ago
  7. 8659d90 Fix bug in InternalDate regexp that failed to allow leading 0 in day - courtesy of Rimon Barr <rimon.barr@cornell.edu> by Piers Lauder · 19 years ago
  8. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 19 years ago
  9. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 19 years ago
  10. 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 19 years ago
  11. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 19 years ago
  12. 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 19 years ago
  13. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 19 years ago
  14. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 19 years ago
  15. afd842f Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 19 years ago
  16. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 19 years ago
  17. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 19 years ago
  18. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 19 years ago
  19. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 19 years ago
  20. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 19 years ago
  21. 829dc51 Improved frame handling for 1.5.2, and now return func from findCaller (not actually used yet) by Vinay Sajip · 19 years ago
  22. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 19 years ago
  23. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 19 years ago
  24. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 19 years ago
  25. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 19 years ago
  26. ee319f6 Fix by Michael W. Hudson · 19 years ago
  27. 2ca7c19 Remove dependency on order of mode flags by Raymond Hettinger · 19 years ago
  28. f0db38d Whitespace normalization. by Tim Peters · 19 years ago
  29. 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 19 years ago
  30. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 19 years ago
  31. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 19 years ago
  32. 69bf13f Added copyright notice: Licensed to PSF under a Contributor Agreement. by Peter Astrand · 19 years ago
  33. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 19 years ago
  34. 64d904b Remove set conversion optimization test (backed out of Python/compile.c in rev. by Brett Cannon · 19 years ago
  35. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 19 years ago
  36. bfd7d6a Fix typo by Andrew M. Kuchling · 19 years ago
  37. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 19 years ago
  38. 508e81e Convert splitlines to for-loop (handles case where input does not have a trailing newline). by Raymond Hettinger · 19 years ago
  39. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 19 years ago
  40. bb5fbc4 Wholistic code cleanup / modernization: by Raymond Hettinger · 19 years ago
  41. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 19 years ago
  42. fe59dc1 Revert previous checkin. by Raymond Hettinger · 19 years ago
  43. f715366 Reduce the usage of the types module. by Raymond Hettinger · 19 years ago
  44. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 19 years ago
  45. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 19 years ago
  46. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 19 years ago
  47. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 19 years ago
  48. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 19 years ago
  49. 07561b3 Recompiled after source changes. by Thomas Heller · 19 years ago
  50. e4772f3 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 19 years ago
  51. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 19 years ago
  52. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 19 years ago
  53. 69b8caa Simplify string comparison using startswith() by Steve Holden · 19 years ago
  54. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 19 years ago
  55. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 19 years ago
  56. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 19 years ago
  57. 90cece7 Fixed typo in verbose output. by Brett Cannon · 19 years ago
  58. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 19 years ago
  59. 926d45b shutil.copytree: move copystat call for the directory after the loop by Johannes Gijsbers · 19 years ago
  60. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 19 years ago
  61. 1083c24 Add a slice test with high < low. by Walter Dörwald · 19 years ago
  62. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 19 years ago
  63. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 19 years ago
  64. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 19 years ago
  65. 891a1ba allow triple-quoted string output from reconvert.quote() by Skip Montanaro · 19 years ago
  66. 5954623 Patch #1100140: improved smtp connect debugging by Johannes Gijsbers · 19 years ago
  67. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 19 years ago
  68. 5a8a037 Use descriptors. by Guido van Rossum · 19 years ago
  69. fee7b93 Use decorators. by Guido van Rossum · 19 years ago
  70. 75b64e6 Use decorators. by Guido van Rossum · 19 years ago
  71. 608c2ff Whitespace normalization. by Tim Peters · 20 years ago
  72. a1974c1 Improved SysLogHandler error recovery (patch by Erik Forsberg) by Vinay Sajip · 20 years ago
  73. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
  74. 7f2053e Add counting of source iterator lines to the reader object - handy for by Andrew McNamara · 20 years ago
  75. 0f0599d When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields to floats. by Andrew McNamara · 20 years ago
  76. 5d45a8d Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. by Andrew McNamara · 20 years ago
  77. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 20 years ago
  78. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 20 years ago
  79. af1e312 Improve test coverage fractionally. by Andrew McNamara · 20 years ago
  80. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 20 years ago
  81. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 20 years ago
  82. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 20 years ago
  83. a422c34 SF 1098985: set objects cannot be marshalled by Raymond Hettinger · 20 years ago
  84. 7130ff5 Replace python-coded validation of csv dialect with a call to the C by Andrew McNamara · 20 years ago
  85. 8c94b42 No longer attempt to instantiate python classes describing dialects. This by Andrew McNamara · 20 years ago
  86. 8662597 Allow dialect-describing keywords to be supplied to register_dialect, by Andrew McNamara · 20 years ago
  87. b497c10 Whitespace normalization. by Tim Peters · 20 years ago
  88. 9fa0946 Fix and test for SF bug #1098990: codec readline() splits lines apart. by Walter Dörwald · 20 years ago
  89. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 20 years ago
  90. 36a7691 Fix parsing of csv files with escapes (escape character previously would be by Andrew McNamara · 20 years ago
  91. 41e4faa Patch #712317: In URLs such as http://www.example.com?query=spam, treat '?' as by Johannes Gijsbers · 20 years ago
  92. cdd625a Patch #1095362: replace hardcoded test for POST/GET with call to get_method, by Johannes Gijsbers · 20 years ago
  93. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 20 years ago
  94. 9ddb300 Patch #936774: unify the display of data descriptors, including slots, by Johannes Gijsbers · 20 years ago
  95. 9a98364 Replace rfc822.parseaddr with email.Utils.parseaddr. The implementation is by Johannes Gijsbers · 20 years ago
  96. c7fc10a Patch #1079734: remove dependencies on (deprecated) rfc822 and mimetools by Johannes Gijsbers · 20 years ago
  97. a3beee1 Clean up tests by reusing functions from other modules: by Johannes Gijsbers · 20 years ago
  98. 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
  99. e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
  100. 711906e threading._DummyThread.__init__(): document obscure new code. by Tim Peters · 20 years ago