1. 6ce7ed2 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
  2. 4bf108d Patch #802188: better parser error message for non-EOL following line cont. by Martin v. Löwis · 20 years ago
  3. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 20 years ago
  4. 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
  5. df37c8c Patch #1046831: Use get_python_version where appropriate in sysconfig.py. by Martin v. Löwis · 20 years ago
  6. c5574e8 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
  7. 4ea3ead Patch #1117339: Add cookielib special name tests. Backported to 2.4. by Martin v. Löwis · 20 years ago
  8. 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
  9. e869eb1 Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
  10. ff232d7 Clear internal call error in 'L' format. Fixes #723201. Backported to 2.4. by Martin v. Löwis · 20 years ago
  11. f2a8d63 Patch #1110248: SYNC_FLUSH the zlib buffer for GZipFile.flush. by Martin v. Löwis · 20 years ago
  12. df24153 Patch #1107973: tarfile.ExFileObject iterators. by Martin v. Löwis · 20 years ago
  13. 8ed338a Patch #1104111: Alter setup.py --help and --help-commands. by Martin v. Löwis · 20 years ago
  14. 5dc8ced Silence a gcc warning about putting in parentheses around && expressions mixed by Brett Cannon · 20 years ago
  15. 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 20 years ago
  16. 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 · 20 years ago
  17. c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 20 years ago
  18. 4afe154 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
  19. 5ce2587 Fix grammatical typo in a comment. by Brett Cannon · 20 years ago
  20. e94e74a Make test__locale more fine-grained. Now test localeconv and nl_langinfo by Brett Cannon · 20 years ago
  21. 46b0802 Fix small grammatical error in a docstring. by Brett Cannon · 20 years ago
  22. 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 20 years ago
  23. 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
  24. 049ade2 Complete the previous effort to factor out constant expressions by Raymond Hettinger · 20 years ago
  25. 9533e34 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
  26. c2a0ac2 Patch #1049151: adding bool support to xdrlib.py. by Martin v. Löwis · 20 years ago
  27. bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
  28. e63a078 Preserve sign of -0.0 when result is run through marshal. by Raymond Hettinger · 20 years ago
  29. 71dcc3e A few random updates to make things less horrifyingly out of date. by Michael W. Hudson · 20 years ago
  30. 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
  31. 07359a7 Document how the pattern recognizer keeps all of its references in bounds. by Raymond Hettinger · 20 years ago
  32. 467024c Fix some wording and grammar nits. by Raymond Hettinger · 20 years ago
  33. c26516b Made the module compatible with Python 2.2 again. by Peter Astrand · 20 years ago
  34. afd842f Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  35. 8012149 Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  36. 57e7447 * Beef-up tests for str.count(). by Raymond Hettinger · 20 years ago
  37. 7cbf1bc * Beef-up testing of str.__contains__() and str.find(). by Raymond Hettinger · 20 years ago
  38. 54c273c The error message "can't start new thread" should not end in a newline. by Guido van Rossum · 20 years ago
  39. bba6acc Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
  40. 3c24d96 Avoid using *W functions on Win95. Backported to 2.4. by Martin v. Löwis · 20 years ago
  41. af3b39a Add support for negative indices in UserString.MutableString.__setitem__ by Walter Dörwald · 20 years ago
  42. 612df8e Handle errors in imports of thread, threading by Vinay Sajip · 20 years ago
  43. 829dc51 Improved frame handling for 1.5.2, and now return func from findCaller (not actually used yet) by Vinay Sajip · 20 years ago
  44. 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 20 years ago
  45. 1fd4db9 Fix copy & paste error. by Walter Dörwald · 20 years ago
  46. 7f79152 Add tests for the methods added by UserString.MutableString. by Walter Dörwald · 20 years ago
  47. 5510f65 Avoid using items() in environ.update(). Fixes #1124513. Will backport to 2.4. by Martin v. Löwis · 20 years ago
  48. 3040b19 Add a basic test for UserString.MutableString. by Walter Dörwald · 20 years ago
  49. 8e1afab NEWS blurb for fix of: by Michael W. Hudson · 20 years ago
  50. 6ed710a update version numbers by Andrew MacIntyre · 20 years ago
  51. 578371f add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 20 years ago
  52. 744b313 add build machinery for the SSL socket module by Andrew MacIntyre · 20 years ago
  53. ee319f6 Fix by Michael W. Hudson · 20 years ago
  54. 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
  55. 2ca7c19 Remove dependency on order of mode flags by Raymond Hettinger · 20 years ago
  56. 46d9623 spwdmodule.c should only be built when either HAVE_GETSPNAM or HAVE_GETSPENT is by Brett Cannon · 20 years ago
  57. f0db38d Whitespace normalization. by Tim Peters · 20 years ago
  58. 90718a4 An instance of class PicklingError was used here simply as an example of by Tim Peters · 20 years ago
  59. f058858 Test that SystemExits are handled properly by the exit machinery. I by Michael W. Hudson · 20 years ago
  60. a1fb4c8 Exceedingly minor tweak. by Michael W. Hudson · 20 years ago
  61. 69bf13f Added copyright notice: Licensed to PSF under a Contributor Agreement. by Peter Astrand · 20 years ago
  62. ced04e0 Add mention of patch #1095802 (fixing "Macintosh" references to represent OS X). by Brett Cannon · 20 years ago
  63. 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 20 years ago
  64. 22c0706 fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
  65. 4380242 Modified test for tzset to not rely on tm->tm_zone's existence. Also added by Brett Cannon · 20 years ago
  66. 64d904b Remove set conversion optimization test (backed out of Python/compile.c in rev. by Brett Cannon · 20 years ago
  67. ba613c3 accept datetime.datetime instances when marshalling; by Fred Drake · 20 years ago
  68. bfd7d6a Fix typo by Andrew M. Kuchling · 20 years ago
  69. d38ddf4 Patch from Leandro Lucarella: replaced: by Peter Astrand · 20 years ago
  70. b615bf0 Remove the set conversion which didn't work with: [] in (0,) by Raymond Hettinger · 20 years ago
  71. 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
  72. 5e54796 Have set conversion replace existing constant if not used elsewhere. by Raymond Hettinger · 20 years ago
  73. 4d81ac9 Update PSF copyright year to 2005. by Trent Mick · 20 years ago
  74. 508e81e Convert splitlines to for-loop (handles case where input does not have a trailing newline). by Raymond Hettinger · 20 years ago
  75. a9620d1 Fix stupid typo: Don't read from a writer. by Walter Dörwald · 20 years ago
  76. bb5fbc4 Wholistic code cleanup / modernization: by Raymond Hettinger · 20 years ago
  77. 9aa890a add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
  78. 0f1f63c Close the discussion in SF bug 1069160. by Guido van Rossum · 20 years ago
  79. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 20 years ago
  80. fe59dc1 Revert previous checkin. by Raymond Hettinger · 20 years ago
  81. f715366 Reduce the usage of the types module. by Raymond Hettinger · 20 years ago
  82. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 20 years ago
  83. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  84. 07ead17 Code simplification -- eliminate lookup when value is known in advance. by Raymond Hettinger · 20 years ago
  85. f7bf02d SF patch #1028908 (John J Lee) by Raymond Hettinger · 20 years ago
  86. bab4143 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 20 years ago
  87. ab63050 Add NEWS item about future parser bug. by Jeremy Hylton · 20 years ago
  88. c9add9a Fix bug that allowed future statements virtually anywhere in a module. by Jeremy Hylton · 20 years ago
  89. 1f1d252 Add a test for UTF-16 reading where the byte sequence doesn't start with a BOM. by Walter Dörwald · 20 years ago
  90. 07561b3 Recompiled after source changes. by Thomas Heller · 20 years ago
  91. 9f2e3be Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 20 years ago
  92. 8abe7bf Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 20 years ago
  93. e4772f3 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 20 years ago
  94. d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
  95. 0676dfd Add config-main.def option to make the 'history' feature non-cyclic. by Kurt B. Kaiser · 20 years ago
  96. 69b8caa Simplify string comparison using startswith() by Steve Holden · 20 years ago
  97. faa7648 More bug #1077106 stuff, sorry -- modem induced impatiece! by Michael W. Hudson · 20 years ago
  98. 9867ced Fix by Michael W. Hudson · 20 years ago
  99. acdef85 Removed ability to configure tabs indent from Options dialog. This 'feature' by Kurt B. Kaiser · 20 years ago
  100. b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago