1. a222759 This commit was manufactured by cvs2svn to create tag 'r201'. by cvs2svn · 24 years ago v2.0.1
  2. 68a2fa3 We surely intended to fiddle the version number #defines for this release. by Tim Peters · 24 years ago
  3. 8283363 Windows fiddling for the 2.0.1 release. by Tim Peters · 24 years ago
  4. f773f9f Final update. Now Tim can cut the Windows installer and check in his by Guido van Rossum · 24 years ago
  5. c334b3a Added documentation for PyErr_SetFromErrnoWithFilename(). by Fred Drake · 24 years ago
  6. c79ac00 Adjust so that the copyright statements remain at the front but all the long by Fred Drake · 24 years ago
  7. 31ba593 Added the new license.tex as shared dependency. by Fred Drake · 24 years ago
  8. 484cf5c This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 24 years ago
  9. 7841103 Update version number and date for 2.0.1 final release. by Fred Drake · 24 years ago
  10. 81a35c2 News about the 2.0.1 final release (planned for Friday 6/22/01). by Guido van Rossum · 24 years ago
  11. dc3e329 Fix SF #433233: syntax error. by Guido van Rossum · 24 years ago
  12. 87ce6ac Fix an improperly placed comma. by Fred Drake · 24 years ago
  13. 334e00c Fix two mentions of 2.1 instead of 2.0.1. Not worth fixing this in by Guido van Rossum · 24 years ago
  14. 4aa13df This commit was manufactured by cvs2svn to create tag 'r201c1'. by cvs2svn · 24 years ago v2.0.1c1
  15. af5d388 Also record the 2.0.1c1 Windows buildno in the branch, although the by Tim Peters · 24 years ago
  16. 36b5711 Set Windows buildno to 17 for 2.0.1c1. by Tim Peters · 24 years ago
  17. 27ff017 Change installer dialog titles to say Python 2.0.1c1. by Tim Peters · 24 years ago
  18. f9c24dd Update version number and date for patch release candidate. by Fred Drake · 24 years ago
  19. 17ed606 Update version number for patch release candidate. by Fred Drake · 24 years ago
  20. 858e991 Change the version to 2.0.1c1 -- release candidate 1, that is. by Guido van Rossum · 24 years ago
  21. f502c73 Bring SRE up do date with Python 2.1 by Guido van Rossum · 24 years ago
  22. 5cf87aa Backported two fixes from the Py2.1 tree (pre-unittest rewrite): by Barry Warsaw · 24 years ago
  23. cbe99a1 The SF patch (#129288 - urllib.py - chanign %02x to %02X in quoting) by Barry Warsaw · 24 years ago
  24. 1f6982a Fix the version information to reflect that this is the maintenance branch. by Fred Drake · 24 years ago
  25. d37ddbc Make the license GPL-compatible. by Guido van Rossum · 24 years ago
  26. 7c7d1f8 Correct two floating-point representations printed by the interpreter in by Fred Drake · 24 years ago
  27. aac257d Add clause 8, as in the 2.1 version of the license. by Guido van Rossum · 24 years ago
  28. a5beccf Lib/xml/sax/xmlreader.py - import the exceptions this module can raise by Moshe Zadka · 24 years ago
  29. 1a65473 Updated copyright situation; removed most BeOpen and all PythonLabs by Guido van Rossum · 24 years ago
  30. 20d4594 Updated the license situation. Basically, this is the exact same by Guido van Rossum · 24 years ago
  31. 097cf85 Inspired by Tim Peters' 1.14->1.15 checkin to asynchat by Moshe Zadka · 24 years ago
  32. abbae5b Checking the diff from PC/getpatchp.c 1.22 to 1.23 by Moshe Zadka · 24 years ago
  33. 67c2759 - #233253 - distutils/command/build_ext.py - the --define and --undef options by Moshe Zadka · 24 years ago
  34. aafd60c Backported pyexpat memory-leak plugs backported by Martin van Lowis by Moshe Zadka · 24 years ago
  35. bf9183e - distutils/command/install.py - make .get_outputs() produce a list of unique by Moshe Zadka · 24 years ago
  36. 6aae5c3 - #227562 - urllib.py - call URLopener.http_error_default when by Moshe Zadka · 24 years ago
  37. 9b80782 - #117606 - configure.in, configure - use gcc -shared and gcc -fPIC by Moshe Zadka · 24 years ago
  38. 7c9bcf8 - xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral by Moshe Zadka · 24 years ago
  39. ea96661 Treat \r as whitespace too, when removing trailing whitespace by Moshe Zadka · 24 years ago
  40. b91dffe - #12195 - webbrowser.py - there was typo in Mac code by Moshe Zadka · 24 years ago
  41. 80a5f0a - Update install-sh using version from automake 1.4. by Moshe Zadka · 24 years ago
  42. f371296 - #121706 - config.c - _PyImport_Inittab: define the exceptions module's init by Moshe Zadka · 24 years ago
  43. 2a56667 The ".pth" code knew about the layout of Python trees on unix and by Moshe Zadka · 24 years ago
  44. 98cf19b - #130306 - statcache.py - full of thread problems. by Moshe Zadka · 24 years ago
  45. 805e7c6 Fix two typos in __imul__. Closes Bug #117745. by Moshe Zadka · 24 years ago
  46. 8b21969 - #128713 - mmapmodule.c - type(mmap_object) blew up on Linux. by Moshe Zadka · 24 years ago
  47. 175a46d - #119862 - getargs.c - patched memory leak by Moshe Zadka · 24 years ago
  48. d085188 Address a bug in the uuencode decoder, reported bu "donut" in SF bug by Moshe Zadka · 24 years ago
  49. 2010399 Make mpz's .binary() work on 64 bit platforms Make mpzmodule compile with cygwin by Moshe Zadka · 24 years ago
  50. 256a550 #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree by Moshe Zadka · 24 years ago
  51. 2c476bb curses.ascii - space (ASCII 32) is now considered whitespace by Moshe Zadka · 24 years ago
  52. 2112200 atexit.py - mutate list of functions in thread-safe way by Moshe Zadka · 24 years ago
  53. d4e7481 #123924: Windows - using OpenSSL, problem with socket in httplib.py. by Moshe Zadka · 24 years ago
  54. 9539076 - #119833 - close socket in smtplib if there was an error connecting by Moshe Zadka · 24 years ago
  55. a60cde3 Fixing #125452 - shlex.shlex hangs when it encounters a string with an by Moshe Zadka · 24 years ago
  56. 64c21a5 Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS. by Moshe Zadka · 24 years ago
  57. aece8f3f - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak by Moshe Zadka · 24 years ago
  58. d5ceef4 Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Moshe Zadka · 24 years ago
  59. 0a6e179 - #125981 -- socketmodule.c -- closing sockets was not thread-safe. by Moshe Zadka · 24 years ago
  60. 95e2265 - #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one by Moshe Zadka · 24 years ago
  61. 23ec9eb - exceptions.c - make_class() Added a "goto finally" so that if by Moshe Zadka · 24 years ago
  62. 324ebb1 - #121013 - stringobject.c -- "".join(u"this is a test") dumped core by Moshe Zadka · 24 years ago
  63. f305203 Fixed deleting func_defaults causes segmentation fault bug by Moshe Zadka · 24 years ago
  64. c322667 - Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI by Moshe Zadka · 24 years ago
  65. 93fe3d7 - Importing should now be safe with multiple Py_Initialize/Py_Finalize by Moshe Zadka · 24 years ago
  66. 81c7b62 Fixing bug #407504. -- did not close pwd/grp databases. by Moshe Zadka · 24 years ago
  67. 4bdc967 Fix memory leak with from import ... by Moshe Zadka · 24 years ago
  68. 641efd3 Fixed bug in complex(). No SF id by Moshe Zadka · 24 years ago
  69. 2b2ac3a #126161 and 123634 -- Unicode strings could not be pickled correctly. by Moshe Zadka · 24 years ago
  70. f15aee5 Fixing #121965 -- containment in xrange objects. by Moshe Zadka · 24 years ago
  71. 5f45415 SF bug 119622: compile errors due to redundant atof decls. by Moshe Zadka · 24 years ago
  72. ff90535 Fixing #409651 -- \ in a character group by Moshe Zadka · 24 years ago
  73. 5984783 In Lib/locale.py, setlocale emulation, use != and not is not to compare strings by Moshe Zadka · 24 years ago
  74. fc2b761 More _curses compilation-problem fixes. by Moshe Zadka · 24 years ago
  75. 78a2569 Documenting the _curses bug fix. by Moshe Zadka · 24 years ago
  76. 0cf3bad Yay! First fix I'm commiting on the way to 2.0.1 by Moshe Zadka · 24 years ago
  77. c9a822a Merge Moshe's patch (fix argcnt for _cmp() into the 2.0.1 branch. by Guido van Rossum · 24 years ago
  78. a2ec997 Document how to access bug reports by id. by Martin v. Löwis · 24 years ago
  79. 0a932b6 Move _tkinter.c 1.115 into release branch. by Martin v. Löwis · 24 years ago
  80. b5790c1 Fix core dump whenever PyList_Reverse() was called. by Guido van Rossum · 24 years ago
  81. 5696eb2 forgot to update the comment to reflect the change in default linkage by Skip Montanaro · 25 years ago
  82. d8f38d8 change default linkage of bsddb to shared - closes bug #126564 by Skip Montanaro · 25 years ago
  83. 0ae1490 This commit was manufactured by cvs2svn to create branch 'release20-maint'. by cvs2svn · 25 years ago
  84. ff139a8 This commit was manufactured by cvs2svn to create tag 'release20'. by cvs2svn · 25 years ago v2.0
  85. adfb94f Typo repair. by Tim Peters · 25 years ago
  86. d867a2c revise xml comment by Jeremy Hylton · 25 years ago
  87. 1a64050 Updated the XML package comment. by Fred Drake · 25 years ago
  88. 989b7b9 Filled in math-module info; fixed a typo or two. by Tim Peters · 25 years ago
  89. d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). by Jeremy Hylton · 25 years ago
  90. b675081 the usual by Jeremy Hylton · 25 years ago
  91. e216705 the usual (part II) by Jeremy Hylton · 25 years ago
  92. 98c8184 Test for math.* exceptional behavior only in verbose mode, so that the by Tim Peters · 25 years ago
  93. a8268e9 the usual by Jeremy Hylton · 25 years ago
  94. 1a2ca86 Patch #101936: Auto-detect DEC threads (which need "-threads" argument) by Jeremy Hylton · 25 years ago
  95. 75f8101 find(): Application of (slightly modified) SF patch #101928 by Ulf by Barry Warsaw · 25 years ago
  96. 21000ca distutils setup files for Tkinter by Jeremy Hylton · 25 years ago
  97. 355e2f2 misc. RPM support files by Jeremy Hylton · 25 years ago
  98. ac5f748 Demos of the new XML support from Lars Marius Garshol <[email protected]>. by Fred Drake · 25 years ago
  99. f155170 Correct form of FourThought's name by Andrew M. Kuchling · 25 years ago
  100. 0eb75b4 Bump version to 1.0.1. by Greg Ward · 25 years ago