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