1. 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 20 years ago
  2. 99b5548 Very few little improvements. by Facundo Batista · 20 years ago
  3. fc93e17 - Added tests for the string load/dump function. by Just van Rossum · 20 years ago
  4. 1f74ef0 Made <data> output match Apple's exactly. To do that I had to add a custom by Just van Rossum · 20 years ago
  5. 8b8dece also escape '>', to closer match Apple's plist output by Just van Rossum · 20 years ago
  6. 182ac85 SF #737473: Show up-to-date source code in tracebacks always. by Hye-Shik Chang · 20 years ago
  7. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 20 years ago
  8. 368c0b2 Deprecating Dict class; going through a few hoops to get the warnings right. by Just van Rossum · 20 years ago
  9. 7c94487 - Removed Date class. We don't really need it for b/w compatibility since by Just van Rossum · 20 years ago
  10. c6fdd1b - added two more convenience functions: readPlistFromString() and by Just van Rossum · 20 years ago
  11. 561fbf1 SF bug #1054139: serious string hashing error in 2.4b1 by Raymond Hettinger · 20 years ago
  12. 15cf4f0 Updated doc strings. by Just van Rossum · 20 years ago
  13. 86ca902 Deprecate Plist class by Just van Rossum · 20 years ago
  14. 10e52db Removed superfluous **kwargs constructor cruft: this class predates by Just van Rossum · 20 years ago
  15. 95387a1 Patch from Bob Ippolito, slighly edited: by Just van Rossum · 20 years ago
  16. 8ceefc5 Whitespace normalization. by Tim Peters · 20 years ago
  17. 16e3cf5 format_paragraph_event(): Patch 961387 introduced a bug here, causing by Tim Peters · 20 years ago
  18. 2ef7e6c SF bug #1052503: pdb runcall should accept keyword arguments by Raymond Hettinger · 20 years ago
  19. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 20 years ago
  20. dccd432 Fixed bug in handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  21. c19ccc9 Removed test_close_fds, because it's too unreliable. We simply cannot by Peter Astrand · 20 years ago
  22. 8bc462f [Patch #1043972, for bug #1017553] filemode() returns an incorrect value for the mode 07111 by Andrew M. Kuchling · 20 years ago
  23. d4f2552 Add test case for bug #1017553 by Andrew M. Kuchling · 20 years ago
  24. 910b282 when only using half of the return value of os.path.split(), use by Fred Drake · 20 years ago
  25. 4ed315a Changed handling of args in LogRecord.__init__. by Vinay Sajip · 20 years ago
  26. 06d9b1f SF bug #902037: relative on-disk SYSTEM id handling is incorrect by Raymond Hettinger · 20 years ago
  27. e54e726 SF patch #1038388: __main__ for whichdb.py (Contributed by Oleg Broytmann.) by Raymond Hettinger · 20 years ago
  28. 76e60d6 SF bug #1048728: Bug fixes and cleanup for decimal.py by Raymond Hettinger · 20 years ago
  29. 8520b94 Display helpful message; print repr() of return value so the whitespace is clearer by Andrew M. Kuchling · 20 years ago
  30. ccab001 [Bug #1048816] Fix bug when you do Ctrl-K at the start of a line; fix from Stefan Heimann by Andrew M. Kuchling · 20 years ago
  31. a13ea55 Make magic coordinates more readable by Andrew M. Kuchling · 20 years ago
  32. 8dc25ad Fix comments. by Brett Cannon · 20 years ago
  33. 8abcc5d Add support for %U and %W to contribute to calculating the date when the year by Brett Cannon · 20 years ago
  34. af5c7cf SF #1048865: Fix a trivial typo that breaks StreamReader.readlines() by Hye-Shik Chang · 20 years ago
  35. a9f6092 Fix and test weak referencing of itertools.tee objects. by Raymond Hettinger · 20 years ago
  36. 837dd93 Fix docstring formatting of escape sequences. by Raymond Hettinger · 20 years ago
  37. 6627a96 Invalid patterns to substitute and safe_substitute would crash since pattern by Neal Norwitz · 20 years ago
  38. 1338946 Use proper value for False by Neal Norwitz · 20 years ago
  39. 2fa0b9d Remove unnecessary imports by Neal Norwitz · 20 years ago
  40. 15aaacc return codes are available on all platforms, not just on Unix by Fredrik Lundh · 20 years ago
  41. 6a587c1 release shenanigans by Anthony Baxter · 20 years ago
  42. 5e7d51b make sure to check for this limit even if we're running with -O by Fredrik Lundh · 20 years ago
  43. 4d03791 SF bug #1046855: httplib index out of range by Raymond Hettinger · 20 years ago
  44. a024034 Patch 1046644 - improved distutils support for SWIG. by Anthony Baxter · 20 years ago
  45. 1dbf243 remove_stderr_debug_decorations(): Always try the substitution. Else by Tim Peters · 20 years ago
  46. 64fa74d Get test to pass on amd64 (opteron). This is pretty hacky, but by Neal Norwitz · 20 years ago
  47. 4b9059b Require minimally PyXML 0.8.4. by Martin v. Löwis · 20 years ago
  48. 3e73a01 Replace dynamic try/except with "if 0", to keep py2exe happy. If you by Fredrik Lundh · 20 years ago
  49. 22dcf66 Patch 983206: distutils obeys LDSHARED env var. Removed the code in by Anthony Baxter · 20 years ago
  50. 7d42878 Fixed a small bug. doctest didn't handle unicode docstrings containing by Jim Fulton · 20 years ago
  51. 73cc847 oops. how did _that_ happen? by Anthony Baxter · 20 years ago
  52. f2113f0 Backing out the basic dependency checking (from pycon sprint). by Anthony Baxter · 20 years ago
  53. 9e29fc5 Don't spend quite as much time looking for leaks on Windows, where by Fredrik Lundh · 20 years ago
  54. 59c0559 normalize case when comparing directory names (problem reported by by Fredrik Lundh · 20 years ago
  55. 7069c31 removed info@pythonware.com reference by Fredrik Lundh · 20 years ago
  56. f7e74b7 Add a comment explaining -kb. by Martin v. Löwis · 20 years ago
  57. 3761e8d New helper remove_stderr_debug_decorations(). This test passes in a by Tim Peters · 20 years ago
  58. 29b6b4f Kill several problems at once: test_poll() failed sometimes for me. by Tim Peters · 20 years ago
  59. 4052fe5 test_stdout_none(): Don't print "banana" to the screen in the middle by Tim Peters · 20 years ago
  60. 876c432 Windows test_creationflags() test: print msg to stderr informing the by Tim Peters · 20 years ago
  61. e8374a5 Folded long lines. by Tim Peters · 20 years ago
  62. f73cc97 XXX about extreme expense of test_no_leaking() on Windows. I'm not sure by Tim Peters · 20 years ago
  63. 7b759da Experience with Zope2's tests showed it's a Bad Idea to make unittest by Tim Peters · 20 years ago
  64. 3b01a70 Wrap long lines. by Tim Peters · 20 years ago
  65. e718f61 Whitespace normalization. by Tim Peters · 20 years ago
  66. 25b38c8 Improvements when running pdb as a script. by Johannes Gijsbers · 20 years ago
  67. 51ee66e Typo fix by Andrew M. Kuchling · 20 years ago
  68. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago
  69. abf8a56 Don't use mutable values for method defaults. by Raymond Hettinger · 20 years ago
  70. 9fc9789 Document that on Unix, the 'cmd' argument to the os.popen2/3/4 and by Johannes Gijsbers · 20 years ago
  71. c054a8b This is jiwon's patch to fix: by Michael W. Hudson · 20 years ago
  72. 29589a0 Open source files in universal newlines mode. by Michael W. Hudson · 20 years ago
  73. 3dd9e46 Added a usegmt flag to email.Utils.formatdate - this allows it to be by Anthony Baxter · 20 years ago
  74. 2294bfc All known bugs are closed, and Python 2.4b1 is coming out soon, so bump by Barry Warsaw · 20 years ago
  75. dee0cf1 Fix SF bug # 1030941. In _parsegen(), in the clause where we're by Barry Warsaw · 20 years ago
  76. 6bd55ee An example message for SF bug # 1030941. by Barry Warsaw · 20 years ago
  77. 83f1a1b test_missing_start_boundary(): A test for SF bug # 1030941. by Barry Warsaw · 20 years ago
  78. f267b62 Fix for SF bug # 1010102. The default is PureProxy not SMTPProxy. by Barry Warsaw · 20 years ago
  79. ea7c7af __init__(): Coerce the input_charset to unicode (with ascii encoding) before by Barry Warsaw · 20 years ago
  80. dab988d SF patch #1043218 by Raymond Hettinger · 20 years ago
  81. c09acfd Fix bug in _checkquote that raised an exception on empty "arg". by Piers Lauder · 20 years ago
  82. 7db385e Rewrite rmtree using os.walk to fix bug #1025127: by Johannes Gijsbers · 20 years ago
  83. ffa5cf9 Fix bug introduced by the previous patch by changing TimeRE.__seqToRe() to by Brett Cannon · 20 years ago
  84. f7948c2 Convert a listcomp to a gencomp (was already editing code). by Brett Cannon · 20 years ago
  85. 4f35c71 Locale data that contains regex metacharacters are now properly escaped. by Brett Cannon · 20 years ago
  86. b9b5f16 Fix a small typo in the docstring for system_methodSignature . by Brett Cannon · 20 years ago
  87. e7d4066 Changes made to maintain 1.5.2 compatibility. by Vinay Sajip · 20 years ago
  88. 2d5fee0 Version number updated to 0.4.9.5 by Vinay Sajip · 20 years ago
  89. ab9b32c Whitespace normalization. by Tim Peters · 20 years ago
  90. 1cbf206 SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser & RawConfigParser behavior alone, and documented the conditions under which non-string values work. by David Goodger · 20 years ago
  91. 68a1abd SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-set options. by David Goodger · 20 years ago
  92. 1b64359 Fix test for FeedParser results. by Barry Warsaw · 20 years ago
  93. 05bef93 as_string(): Indicate that this mangles From_ lines. by Barry Warsaw · 20 years ago
  94. bb11386 Big email 3.0 API changes, with updated unit tests and documentation. by Barry Warsaw · 20 years ago
  95. 2cdd608 removed 2.2 support by Just van Rossum · 20 years ago
  96. 16c3e08 use new readPlist() and writePlist() functions by Just van Rossum · 20 years ago
  97. 974d757 Upon insertion, if memory runs out, the deque was left in a corrupted state. by Armin Rigo · 20 years ago
  98. 4c3d054 Which reminds me, I've had a much improved plistlib.py lying around for by Just van Rossum · 20 years ago
  99. 10c7e86 deque_traverse(): If the deque had one block, and its rightindex was by Tim Peters · 20 years ago
  100. 7b46f6b Add tests for syntax errors. by Raymond Hettinger · 20 years ago