1. 6d340c3 remove assignment to unused variable by Fred Drake · 20 years ago
  2. 3b4ab23 update to reflect the current location of the SF bugs search box by Fred Drake · 20 years ago
  3. 0d73621 markup adjustment by Fred Drake · 20 years ago
  4. 23164a5 In order to fix SF bug # 824977, we replace calloc()/free() calls in by Barry Warsaw · 20 years ago
  5. fd0283e SF #832236: merge from release23-maint branch: wrap a bunch of by Greg Ward · 20 years ago
  6. dd69b0a Added a note describing how fp should be opened in binary mode, especially on by Barry Warsaw · 20 years ago
  7. fb85739 Point out that %p has no effect on the output hour in strptime unless %I is by Skip Montanaro · 20 years ago
  8. c7c9a3a don't make assumptions about $PATH in Cygwin instructions by Fred Drake · 20 years ago
  9. c29db26 _parse_headers(): Strip a trailing newline from the envelope header. Closes by Barry Warsaw · 20 years ago
  10. 6f3b033 _split_ascii(): Small optimization by RH. by Barry Warsaw · 20 years ago
  11. 300fa1d Temporarily disable doctest until genexps are in CVS by Raymond Hettinger · 20 years ago
  12. c533c98 Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work on multiple dirs, as by Mark Hammond · 20 years ago
  13. d285600 SF patch # 884030 by Amit Aronovitch; fixes the _subpart argument to match by Barry Warsaw · 20 years ago
  14. bfe18c0 test_mime_attachments_in_constructor(): New test to check for SF bug # 884030. by Barry Warsaw · 20 years ago
  15. bb3ed7e Add this year to the copyright notices. by Barry Warsaw · 20 years ago
  16. 2c823d6 we dont support any Python's before 2.3 now. by Barry Warsaw · 20 years ago
  17. 24f7976 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  18. 235c8eb Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  19. 5d84053 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  20. 4c3e33a Update to Python 2.3, getting rid of backward compatiblity crud. We don't by Barry Warsaw · 20 years ago
  21. 3d1f397 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  22. 36112f2 Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of a by Barry Warsaw · 20 years ago
  23. 418101f An updated FeedParser that should be RFC complaint, passes all existing by Barry Warsaw · 20 years ago
  24. 333e830 Add MessageDefect and subclasses. by Barry Warsaw · 20 years ago
  25. 41f6ad6 Update to Python 2.3, getting rid of backward compatiblity crud. by Barry Warsaw · 20 years ago
  26. 09356d4 Like msg_12.txt but with some extra vertical whitespace around the inner by Barry Warsaw · 20 years ago
  27. b8b57e7 A bunch of new tests, and updated tests for the email 3.0 FeedParser. by Barry Warsaw · 20 years ago
  28. e7169eb Add more examples. by Raymond Hettinger · 20 years ago
  29. 9d7c870 SF #950057: itertools.chain doesn't "process" exceptions as they occur by Raymond Hettinger · 20 years ago
  30. ffa5a50 Small fixes in freeze.py. by Gustavo Niemeyer · 20 years ago
  31. 253d1f4 Record UnixWare 7.1.4 as broken. Fixes #929689. Backported to 2.3. by Martin v. Löwis · 20 years ago
  32. 7d9c6c7 Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode. Fixes #931848. by Martin v. Löwis · 20 years ago
  33. 156c49a Revert last change. by Raymond Hettinger · 20 years ago
  34. 6924a00 Use sets instead of lists for membership testing by Raymond Hettinger · 20 years ago
  35. 30633c9 [Bug #945063] Get file extension correct. (2.3 bugfix candidate) by Andrew M. Kuchling · 20 years ago
  36. 67a521e note that descriptor objects must be instances of new-style types by Fred Drake · 20 years ago
  37. e143bbb fix documentation for ContentHandler.ignorableWhitespace() by Fred Drake · 20 years ago
  38. 56fcc23 markup adjustments by Fred Drake · 20 years ago
  39. ae20722 Consider output encoding in XMLGenerator. Fixes #938076. Backported to 2.3. by Martin v. Löwis · 20 years ago
  40. 0ea558f Properly delegate startElementNS in saxutils.XMLFilterBase. Fixes #936637. by Martin v. Löwis · 20 years ago
  41. 456ab1d Swap public and system ID in start_doctype_decl. Fixes #780300. by Martin v. Löwis · 20 years ago
  42. 8b3e871 Patch #944110: Properly process empty passwords. Fixes #944082. by Martin v. Löwis · 20 years ago
  43. f1f0560 Patch #940026: Explain "in" when it is first used. Backported to 2.3. by Martin v. Löwis · 20 years ago
  44. 99872c1 [Bug #810879] Document that copyfile() can fail if you don't have permissions; also, fix a double negative. by Andrew M. Kuchling · 20 years ago
  45. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  46. fdfe618 Nits: by Raymond Hettinger · 20 years ago
  47. 0468e41 SF patch #947476: Apply freelist technique to lists by Raymond Hettinger · 20 years ago
  48. 8aa8c84 add an index entry for __getnewargs__() by Fred Drake · 20 years ago
  49. 0de77d1 - note that __getinitargs__() is only for old-style classes by Fred Drake · 20 years ago
  50. 04d92c3 Remove list of pickle protocol names used by the copy module; there by Fred Drake · 20 years ago
  51. cee8879 note that the error code for socket.gaierror will be one of the EAI_* by Fred Drake · 20 years ago
  52. 4fe97ca SF #814606: merge from release23-maint branch: clarify/cleanup by Greg Ward · 20 years ago
  53. e9c2ecf Removed 'U' from the documentation for Py_BuildValue to bring it in line by Nicholas Bastin · 20 years ago
  54. 5068c87 Document readline module functions added in Python 2.3. See: by Phillip J. Eby · 20 years ago
  55. 843c734 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 20 years ago
  56. bac788a Replace str.find()!=1 with the more readable "in" operator. by Raymond Hettinger · 20 years ago
  57. c5e378d Testing for None should be done with 'is' by Raymond Hettinger · 20 years ago
  58. 0b569bb Stacks based on lists work better and read more clearly when they by Raymond Hettinger · 20 years ago
  59. 2d5914b Fix [ 947405 ] os.utime() raises bad exception for unicode filenames by Mark Hammond · 20 years ago
  60. 9f1340b Do not use the default namespace for attributes. by Martin v. Löwis · 20 years ago
  61. d7911a3 Minor documentation nits. by Raymond Hettinger · 20 years ago
  62. f5f9a370 Add an example application to the docs. by Raymond Hettinger · 20 years ago
  63. 6fbf703 the headers in an HTTP request are HTTP headers, not MIME headers by Fred Drake · 20 years ago
  64. c60c203 Add a test script for the colorsys module. by Walter Dörwald · 20 years ago
  65. ceeb191 remove out-of-date count of the functions in winsound by Fred Drake · 20 years ago
  66. 6d4c7b0 fix typo reported in a long-buried email by Fred Drake · 20 years ago
  67. 1a74a12 The filename of this module changed again... by Thomas Heller · 20 years ago
  68. e898d19 Complete perky's name change patch. by Raymond Hettinger · 20 years ago
  69. e3636e0 Fix a bug I introduced which causes all block openers at an indent level by Kurt B. Kaiser · 20 years ago
  70. ce97fbe Correct the file name of _heapq module. by Hye-Shik Chang · 20 years ago
  71. d00587a 1. Add an Options menu entry: Code Context by Kurt B. Kaiser · 20 years ago
  72. 610c7e0 1. Polish variables in EditorWindow extension loading and Tkinter variable code. by Kurt B. Kaiser · 20 years ago
  73. 46a16f2 SF bug #940579: section 5.10: 'not' returns boolean, not int by Raymond Hettinger · 20 years ago
  74. 6024722 Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so by Thomas Heller · 20 years ago
  75. cc10a85 Forgot to mention the SF number, and that Bob Ippolito provided the patch. by Thomas Heller · 20 years ago
  76. 1328b52 Two new public API functions, Py_IncRef and Py_DecRef. Useful for by Thomas Heller · 20 years ago
  77. 1a9d32b cvs ignore the user options files *.suo by Thomas Heller · 20 years ago
  78. 8598b10 Modules/heapqmodule.c removed. Modules/_heapmodule.c added. by Thomas Heller · 20 years ago
  79. 54d1a3b - New Extension: CodeContext. Provides block structuring hints for code by Kurt B. Kaiser · 20 years ago
  80. 9f62ecc SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  81. 0f5bf1e SF #926075: Fixed the bug that returns a wrong pattern object for by Hye-Shik Chang · 20 years ago
  82. 1660e0c * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  83. c46cb2a * Restore the pure python version of heapq.py. by Raymond Hettinger · 20 years ago
  84. 61e40bd Special case normalization of empty strings. Fixes #924361. Backported to 2.3. by Martin v. Löwis · 20 years ago
  85. e5fced7 SF bug #936827: PyNumber_And() 's description by Raymond Hettinger · 20 years ago
  86. b4fb862 The wininst-6.exe template binary for bdist_wininst is now linked by Thomas Heller · 20 years ago
  87. 89adf0a The wininst-7.1.exe template binary for bdist_wininst is now linked by Thomas Heller · 20 years ago
  88. 0ed6634 really scream out that people should use the file objects instead of by Fred Drake · 20 years ago
  89. c00fc84 Open file in universal newline mode when passing to compile(). Solution by Skip Montanaro · 20 years ago
  90. 10659f2 bring description of optional and keyword args for DictReader and DictWriter by Skip Montanaro · 20 years ago
  91. 26510d4 delete timing output - it appears after the </html> line. by Skip Montanaro · 20 years ago
  92. 9614219 Minor reformatting. by Thomas Heller · 20 years ago
  93. 8efc74d remove bogus markup that caused the docs to be wrong by Fred Drake · 20 years ago
  94. 54f9439 Bug #934635: Fix a bug where the configure script couldn't detect by Hye-Shik Chang · 20 years ago
  95. 0046839 Change two instance of format strings for PyString_FromFormat() to use %ld by Brett Cannon · 20 years ago
  96. 7892b1c * Add unittests for iterators that report their length by Raymond Hettinger · 20 years ago
  97. 45d0b5c Use Py_RETURN_NONE macro where applicable. by Raymond Hettinger · 20 years ago
  98. 501f02c Small refactoring saving one function() and eliminating some indirection. by Raymond Hettinger · 20 years ago
  99. 40a0382 * Specialize ins1() into app1() for appends. Saves several unnecessary by Raymond Hettinger · 20 years ago
  100. 71b2411 Record test_bsddb3 test results on WinXP. by Tim Peters · 20 years ago