Final head of the former 2.1 branch
  1. 5f55933 Close 2.1 branch. by Georg Brandl · 14 years ago 2.1
  2. a97ca43 Fix tag references in 2.1 branch. by Georg Brandl · 14 years ago
  3. 3c7a3ab Backport this fix: by Barry Warsaw · 22 years ago
  4. bde3873 Backport 2.3 FreeBSD recursion_limit settings. Fixes #553736. by Martin v. Löwis · 22 years ago
  5. 22eb8bc Backport 1.60 -- because this is an annoyance that Zope folks run into by Guido van Rossum · 23 years ago
  6. 0c71748 Change string version to "2.1.3+". by Guido van Rossum · 23 years ago
  7. caa765c Complete list of news since 2.1.3 was release. Just in case I feel by Guido van Rossum · 23 years ago
  8. cceafe2 Roll back the introduction of urlsplit() and urlunsplit() to by Guido van Rossum · 23 years ago
  9. 1caa072 Backport (the relevant part of) rexec.py 1.41. by Guido van Rossum · 23 years ago
  10. b6e835c Backport: by Guido van Rossum · 23 years ago
  11. 344f425 Fix SF bug [ 599838 ] httplib.connect broken in 2.1 branch by Jeremy Hylton · 23 years ago
  12. 4fa82fa Back-port the \ulink macro to the documentation package for Python 2.1.x by Fred Drake · 23 years ago
  13. 8bb9fe8 Correct some return value information. by Fred Drake · 23 years ago
  14. cf8b1ea Add strong security warning about the rexec module. Closes SF patch #600861. by Fred Drake · 23 years ago
  15. 1c7f511 The errno module needs to be statically linked, since it is now needed during by Fred Drake · 23 years ago
  16. d31a803 Backport of SF patch 590294: os._execvpe security fix (Zack Weinberg). by Guido van Rossum · 23 years ago
  17. a1a5a89 Add a dummy test_queue output file to make regrtest happy. by Guido van Rossum · 23 years ago
  18. 25fae7c Update test output. by Jeremy Hylton · 23 years ago
  19. def3b50 Backport changes. by Jeremy Hylton · 23 years ago
  20. f395df0 Backport various bug fixes from trunk. by Jeremy Hylton · 23 years ago
  21. 13aa64b Backport variety of SSL fixes accumulated on the trunk. by Jeremy Hylton · 23 years ago
  22. e8de1b6 SF # 572928 One word change for lib/libgettext.tex by Neal Norwitz · 23 years ago
  23. babfc0d Make the docs for string.capitalize() match those of str.capitalize() by Fred Drake · 23 years ago
  24. 4b11f2b Typo: bites --> bytes by Fred Drake · 23 years ago
  25. 3a2611f Add description of the deadlock problem with child processes and pipes, and by Fred Drake · 23 years ago
  26. 4a84870 Add a note about "as" not being a keyword, though it has special meaning by Fred Drake · 23 years ago
  27. 9200bc2 Note the limitation that mime_decode_header() only works for Latin-1. by Fred Drake · 23 years ago
  28. 3ab1798 Add a special case code to deal with unexpected large files. by Jeremy Hylton · 23 years ago
  29. 62fbb23 Corect speling and add \n\ to line ends in new docstring for access(). by Guido van Rossum · 23 years ago
  30. 9c6891b Clarified documentation for os.access(). by Fred Drake · 23 years ago
  31. 22cc627 Clarified description of error handling for shutil.rmtree(). by Fred Drake · 23 years ago
  32. 78c4095 PyModule_AddObject(): Added missing exceptions. Closes SF bug #523473. by Fred Drake · 23 years ago
  33. f89e4dd Do not claim that getlocale() returns a tulpe; that is not always true. by Fred Drake · 23 years ago
  34. 4c8d127 Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), by Fred Drake · 23 years ago
  35. a30cfea Add version annotations for some older changes to the calendar module. by Fred Drake · 23 years ago
  36. c90cda9 Completely revise markup for the list of list methods; the new markup matches by Fred Drake · 23 years ago
  37. 63ab3e2 Fix SF #561858 Assertion with very long lists by Neal Norwitz · 23 years ago
  38. c883ad6 Backport to 2.1.x: by Guido van Rossum · 23 years ago
  39. a5fd7ba Backport fix by tismer for #210682 by Neal Norwitz · 23 years ago
  40. 3722b84 Add availability information for a couple of the types. by Fred Drake · 23 years ago
  41. 2a0e6bf Fix typo: ptread --> pthread Closes SF bug #554644. by Fred Drake · 23 years ago
  42. e0a674f Add a note explaining the interaction between unbuffered input and by Fred Drake · 23 years ago
  43. 31cc898 Backport patch for revision 1.58 to the Py2.1.x maintenance branch. by Barry Warsaw · 23 years ago
  44. b040bc1 Update a SourceForge issue number; IDs less than 200000 are no longer valid. by Fred Drake · 23 years ago
  45. 1625eb8 Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 23 years ago
  46. 86c0240 Add information on support for repietition & concatenation for buffer by Fred Drake · 23 years ago
  47. d4a0500 Backport buffer() tests from trunk to avoid regression failures. by Fred Drake · 23 years ago
  48. 560fc40 Revise version/date information since we're not about to hit a release. by Fred Drake · 23 years ago
  49. e13ac93 Explain what os.read() returns at end of file. This closes SF bug #550409. by Fred Drake · 23 years ago
  50. 05e1fab Add missing right-parenthesis. by Fred Drake · 23 years ago
  51. c84dfeb Add a note about when the "%r" formatting code was added. by Fred Drake · 23 years ago
  52. 34d316c backport tim_one's patch: by Anthony Baxter · 23 years ago
  53. 88c646e backport tim_one's patch: by Anthony Baxter · 23 years ago
  54. b64e6dc Be more consistent, both internally and with recommended practice (within by Fred Drake · 23 years ago
  55. f9b7603 Add text about circular references caused by storing frames in local by Fred Drake · 23 years ago
  56. 047fa81 *sigh* did a 'make test' in the wrong window. fixing this up to by Anthony Baxter · 23 years ago
  57. 1f30f72 backport mhammond's patch: by Anthony Baxter · 23 years ago
  58. 01366b4 backport mhammond's patch: by Anthony Baxter · 23 years ago
  59. f599b74 Backport fixes for two nested scopes bugs. by Jeremy Hylton · 23 years ago
  60. 402a928 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
  61. cb6a9c0 Test for --export-dynamic directly to avoid problems with binutils 2.12. by Martin v. Löwis · 23 years ago
  62. 2167a09 backport gvanrossum's patch: by Anthony Baxter · 23 years ago
  63. 720ba1f backport gvanrossum's patch: by Anthony Baxter · 23 years ago
  64. 56f9350 backport nnorwitz's patch: by Anthony Baxter · 23 years ago
  65. ebaea2d Windows installer: disabled Wise's "delete in-use files" uninstall by Tim Peters · 23 years ago
  66. 817442f Adjust markup to worm around tool limitations; the "m" in "model" was being by Fred Drake · 23 years ago
  67. 5783121 Update the text of the README distributed with the PostScript files to by Fred Drake · 23 years ago
  68. 0ddc3b6 Changed last two remaining uses of "./" to "index.html" when referring to the by Fred Drake · 23 years ago
  69. 3acdd8b Remove repeated index entry; adds nothing different. Closes SF bug #518985. by Fred Drake · 23 years ago
  70. ba9c565 Document PyType_IS_GC(). Update description of PyType_Check(). by Fred Drake · 23 years ago
  71. bc4b507 This commit was manufactured by cvs2svn to create tag 'r213'. by cvs2svn · 23 years ago v2.1.3
  72. 9c55088 Weasle-word the SSL-on-Windows blurb. by Tim Peters · 23 years ago
  73. 80b5f50 re-adding the NEWS entry. SF ate my previous commit. by Anthony Baxter · 23 years ago
  74. 1eca91d backport 1.47's "add sendall() to FakeSocket class" by Anthony Baxter · 23 years ago
  75. 7a2d868 Change license text to refer to 2.1.3. by Tim Peters · 23 years ago
  76. 541481d Change 2.1.3 release date. by Tim Peters · 23 years ago
  77. 8a5e439 SF bug 497854: Short-cuts missing for All Users. by Tim Peters · 23 years ago
  78. b5fc8f2 Talk about uncoordinated dance partners! by Fred Drake · 23 years ago
  79. 1929e52 Add news about zlib 1.1.4 for the Windows installer. by Tim Peters · 23 years ago
  80. ebbfd0a Begin the Release Dance. by Fred Drake · 23 years ago
  81. d4ea28d Update Windows installer identification and resource strings for 2.1.3. by Tim Peters · 23 years ago
  82. 956524e Change 2.1.3 Windows build to use zlib 1.1.4. by Tim Peters · 23 years ago
  83. 96547c1 Change the 2.1.3 Windows buildno (#35). by Tim Peters · 23 years ago
  84. 709b628 Update 2.1.3 Windows buildno. by Tim Peters · 23 years ago
  85. 0247952 backport fred's by Anthony Baxter · 23 years ago
  86. 09d7fc6 beginning the dance of the sugar-plum micro-release. by Anthony Baxter · 23 years ago
  87. f5ffbbf Do not call "knee" a standard module. by Fred Drake · 23 years ago
  88. 7bbb8ae #457466: "popenx() argument mangling hangs python" [Win9x only] by Anthony Baxter · 23 years ago
  89. 830fdc4 Backport of bug 457466: "popenx() argument mangling hangs python" [Win9x only]." by Anthony Baxter · 23 years ago
  90. fc4afb3 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
  91. 69337c7 Add note about changes in xml.sax.expatreader. by Fred Drake · 23 years ago
  92. 9e3c42a Not sure why the regression test missed this, but the PyXML tests caught it. by Fred Drake · 23 years ago
  93. eed9a44 Mark the notice about the new development version of the docs as not needing by Fred Drake · 23 years ago
  94. 976e51d Avoid creating circular references between the ExpatParser and the by Fred Drake · 23 years ago
  95. 5d2c2ad Back-port Neal Norwitz's patch: libarray.tex 1.31.8.2 by Fred Drake · 23 years ago
  96. 5c7855a Add the PyObject_As*Buffer() functions that apply, now that the docs have been by Fred Drake · 23 years ago
  97. 2a5cf97 Update the PEP URL format to point to python.org. by Fred Drake · 23 years ago
  98. 34716c1 There is no PyArg_ConvertTuple(); call it by the right name. by Fred Drake · 23 years ago
  99. 5ef032d Update to push the docs to python.org instead of python.sf.net. by Fred Drake · 23 years ago
  100. a41b85d backport gvanrossum's checkin of revision 2.40 of mpzmodule.c by Martin v. Löwis · 23 years ago