1. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 21 years ago
  2. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 21 years ago
  3. 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 21 years ago
  4. 64d904b Remove set conversion optimization test (backed out of Python/compile.c in rev. by Brett Cannon · 21 years ago
  5. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 21 years ago
  6. bfd7d6a Fix typo by Andrew M. Kuchling · 21 years ago
  7. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 21 years ago
  8. b615bf0 Remove the set conversion which didn't work with: [] in (0,) by Raymond Hettinger · 21 years ago
  9. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 21 years ago
  10. 5e54796 Have set conversion replace existing constant if not used elsewhere. by Raymond Hettinger · 21 years ago
  11. 4d81ac9 Update PSF copyright year to 2005. by Trent Mick · 21 years ago
  12. 508e81e Convert splitlines to for-loop (handles case where input does not have a trailing newline). by Raymond Hettinger · 21 years ago
  13. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 21 years ago
  14. bb5fbc4 Wholistic code cleanup / modernization: by Raymond Hettinger · 21 years ago
  15. 9aa890a add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 21 years ago
  16. 0f1f63c Close the discussion in SF bug 1069160. by Guido van Rossum · 21 years ago
  17. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 21 years ago
  18. fe59dc1 Revert previous checkin. by Raymond Hettinger · 21 years ago
  19. f715366 Reduce the usage of the types module. by Raymond Hettinger · 21 years ago
  20. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 21 years ago
  21. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 21 years ago
  22. 07ead17 Code simplification -- eliminate lookup when value is known in advance. by Raymond Hettinger · 21 years ago
  23. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 21 years ago
  24. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 21 years ago
  25. ab63050 Add NEWS item about future parser bug. by Jeremy Hylton · 21 years ago
  26. c9add9a Fix bug that allowed future statements virtually anywhere in a module. by Jeremy Hylton · 21 years ago
  27. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 21 years ago
  28. 07561b3 Recompiled after source changes. by Thomas Heller · 21 years ago
  29. 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 21 years ago
  30. 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 21 years ago
  31. e4772f3 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 21 years ago
  32. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
  33. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 21 years ago
  34. 69b8caa Simplify string comparison using startswith() by Steve Holden · 21 years ago
  35. faa7648 More bug #1077106 stuff, sorry -- modem induced impatiece! by Michael W. Hudson · 21 years ago
  36. 9867ced Fix by Michael W. Hudson · 21 years ago
  37. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 21 years ago
  38. b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 21 years ago
  39. 1d11de6 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
  40. 3069dbb Add keybindings for del-word-left and del-word-right. by Kurt B. Kaiser · 21 years ago
  41. 90cece7 Fixed typo in verbose output. by Brett Cannon · 21 years ago
  42. 13a1fde Partially revert #1074011; don't try to fflush stdin. Backported to 2.3 and 2.4. by Martin v. Löwis · 21 years ago
  43. bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 21 years ago
  44. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 21 years ago
  45. c560a00 happy new year! (on the trunk) by Anthony Baxter · 21 years ago
  46. 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 21 years ago
  47. 6267996 Put docstring for getspall into same #ifdef block as function definition by Neal Norwitz · 21 years ago
  48. 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 21 years ago
  49. 9c131f2 add missing word by Fred Drake · 21 years ago
  50. 926d45b shutil.copytree: move copystat call for the directory after the loop by Johannes Gijsbers · 21 years ago
  51. 8e3ca8a Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 21 years ago
  52. c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 21 years ago
  53. 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 21 years ago
  54. 1083c24 Add a slice test with high < low. by Walter Dörwald · 21 years ago
  55. d6c6e22 distutils/command/install.py change. by Thomas Heller · 21 years ago
  56. 1d1eac3 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 21 years ago
  57. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 21 years ago
  58. e612c8e install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 21 years ago
  59. ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 21 years ago
  60. 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 21 years ago
  61. 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 21 years ago
  62. b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 21 years ago
  63. 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 21 years ago
  64. 6af4498 1. Polish tabbing code. by Kurt B. Kaiser · 21 years ago
  65. 75eabd2 Change the name of the macro used by --with-tsc builds to the less by Michael W. Hudson · 21 years ago
  66. 46e6d92 tweaks, small updates by Michael W. Hudson · 21 years ago
  67. 969f485 -X died some time ago; remove a tiny bit of associated cruft. by Michael W. Hudson · 21 years ago
  68. b00e89f If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 21 years ago
  69. ff59f3c make thread stack size compile-time tunable on OS/2, increase main stack by Andrew MacIntyre · 21 years ago
  70. 2bea474 make thread stack size compile-time tunable on OS/2 by Andrew MacIntyre · 21 years ago
  71. 0588581 Document the reconvert module. by Skip Montanaro · 21 years ago
  72. 891a1ba allow triple-quoted string output from reconvert.quote() by Skip Montanaro · 21 years ago
  73. 5954623 Patch #1100140: improved smtp connect debugging by Johannes Gijsbers · 21 years ago
  74. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 21 years ago
  75. 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 21 years ago
  76. 5a8a037 Use descriptors. by Guido van Rossum · 21 years ago
  77. fee7b93 Use decorators. by Guido van Rossum · 21 years ago
  78. 75b64e6 Use decorators. by Guido van Rossum · 21 years ago
  79. 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 21 years ago
  80. 608c2ff Whitespace normalization. by Tim Peters · 21 years ago
  81. f69d94f Moved reader \r and \n processing from the iterator to the state machine - by Andrew McNamara · 21 years ago
  82. a1974c1 Improved SysLogHandler error recovery (patch by Erik Forsberg) by Vinay Sajip · 21 years ago
  83. 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 21 years ago
  84. 2f8c658 fix typo by Fred Drake · 21 years ago
  85. d7c27be remove unused variable by Fred Drake · 21 years ago
  86. 8231de0 Many updates to csv module doco. by Andrew McNamara · 21 years ago
  87. 5cfd837 Improve wording of parser error message. by Andrew McNamara · 21 years ago
  88. 7f2053e Add counting of source iterator lines to the reader object - handy for by Andrew McNamara · 21 years ago
  89. 0f0599d When quoting=QUOTE_NONNUMERIC, the reader now casts unquoted fields to floats. by Andrew McNamara · 21 years ago
  90. 5d45a8d Fix logic problem in quoting=csv.QUOTE_ALL, quotechar=None check, add test. by Andrew McNamara · 21 years ago
  91. c89f284 When using QUOTE_NONNUMERIC, we now test for "numericness" with by Andrew McNamara · 21 years ago
  92. 31d8896 Rename csv.set_field_limit to csv.field_size_limit (since it both sets and by Andrew McNamara · 21 years ago
  93. a08eecb Add news about csv module updates. by Andrew McNamara · 21 years ago
  94. af1e312 Improve test coverage fractionally. by Andrew McNamara · 21 years ago
  95. cf0fd5a Add belt and braces check of PyString_AsString return. by Andrew McNamara · 21 years ago
  96. 1b6f398 Improve error handling when .idlerc can't be created. by Kurt B. Kaiser · 21 years ago
  97. d4f5b07 Add duck-typing to the glossary. by Raymond Hettinger · 21 years ago
  98. faa10eb SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 21 years ago
  99. e4d05c4 Set an upper limit on the size of the field buffer, raise an exception by Andrew McNamara · 21 years ago
  100. 29bf4e4 Now that internal dialect type is immutable, and the dialect registry by Andrew McNamara · 21 years ago