1. f773f9f Final update. Now Tim can cut the Windows installer and check in his by Guido van Rossum · 24 years ago
  2. 81a35c2 News about the 2.0.1 final release (planned for Friday 6/22/01). by Guido van Rossum · 24 years ago
  3. f502c73 Bring SRE up do date with Python 2.1 by Guido van Rossum · 24 years ago
  4. a5beccf Lib/xml/sax/xmlreader.py - import the exceptions this module can raise by Moshe Zadka · 24 years ago
  5. 67c2759 - #233253 - distutils/command/build_ext.py - the --define and --undef options by Moshe Zadka · 24 years ago
  6. aafd60c Backported pyexpat memory-leak plugs backported by Martin van Lowis by Moshe Zadka · 24 years ago
  7. bf9183e - distutils/command/install.py - make .get_outputs() produce a list of unique by Moshe Zadka · 24 years ago
  8. 6aae5c3 - #227562 - urllib.py - call URLopener.http_error_default when by Moshe Zadka · 24 years ago
  9. 9b80782 - #117606 - configure.in, configure - use gcc -shared and gcc -fPIC by Moshe Zadka · 24 years ago
  10. 7c9bcf8 - xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteral by Moshe Zadka · 24 years ago
  11. b91dffe - #12195 - webbrowser.py - there was typo in Mac code by Moshe Zadka · 24 years ago
  12. 80a5f0a - Update install-sh using version from automake 1.4. by Moshe Zadka · 24 years ago
  13. f371296 - #121706 - config.c - _PyImport_Inittab: define the exceptions module's init by Moshe Zadka · 24 years ago
  14. 2a56667 The ".pth" code knew about the layout of Python trees on unix and by Moshe Zadka · 24 years ago
  15. 98cf19b - #130306 - statcache.py - full of thread problems. by Moshe Zadka · 24 years ago
  16. 805e7c6 Fix two typos in __imul__. Closes Bug #117745. by Moshe Zadka · 24 years ago
  17. 175a46d - #119862 - getargs.c - patched memory leak by Moshe Zadka · 24 years ago
  18. d085188 Address a bug in the uuencode decoder, reported bu "donut" in SF bug by Moshe Zadka · 24 years ago
  19. 2010399 Make mpz's .binary() work on 64 bit platforms Make mpzmodule compile with cygwin by Moshe Zadka · 24 years ago
  20. 256a550 #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree by Moshe Zadka · 24 years ago
  21. 2c476bb curses.ascii - space (ASCII 32) is now considered whitespace by Moshe Zadka · 24 years ago
  22. 2112200 atexit.py - mutate list of functions in thread-safe way by Moshe Zadka · 24 years ago
  23. d4e7481 #123924: Windows - using OpenSSL, problem with socket in httplib.py. by Moshe Zadka · 24 years ago
  24. 9539076 - #119833 - close socket in smtplib if there was an error connecting by Moshe Zadka · 24 years ago
  25. 64c21a5 Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS. by Moshe Zadka · 24 years ago
  26. aece8f3f - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leak by Moshe Zadka · 24 years ago
  27. d5ceef4 Use Py_CHARMASK for ctype macros. Fixes bug #232787. by Moshe Zadka · 24 years ago
  28. 0a6e179 - #125981 -- socketmodule.c -- closing sockets was not thread-safe. by Moshe Zadka · 24 years ago
  29. 95e2265 - #122162 -- unicodeobject.c --- Fix unicode .split() off-by-one by Moshe Zadka · 24 years ago
  30. 23ec9eb - exceptions.c - make_class() Added a "goto finally" so that if by Moshe Zadka · 24 years ago
  31. f305203 Fixed deleting func_defaults causes segmentation fault bug by Moshe Zadka · 24 years ago
  32. c322667 - Add TELL64() hack #ifdef to FreeBSD, Apple and BSDI by Moshe Zadka · 24 years ago
  33. 93fe3d7 - Importing should now be safe with multiple Py_Initialize/Py_Finalize by Moshe Zadka · 24 years ago
  34. 81c7b62 Fixing bug #407504. -- did not close pwd/grp databases. by Moshe Zadka · 24 years ago
  35. 641efd3 Fixed bug in complex(). No SF id by Moshe Zadka · 24 years ago
  36. 2b2ac3a #126161 and 123634 -- Unicode strings could not be pickled correctly. by Moshe Zadka · 24 years ago
  37. f15aee5 Fixing #121965 -- containment in xrange objects. by Moshe Zadka · 24 years ago
  38. 5f45415 SF bug 119622: compile errors due to redundant atof decls. by Moshe Zadka · 24 years ago
  39. ff90535 Fixing #409651 -- \ in a character group by Moshe Zadka · 24 years ago
  40. 5984783 In Lib/locale.py, setlocale emulation, use != and not is not to compare strings by Moshe Zadka · 24 years ago
  41. fc2b761 More _curses compilation-problem fixes. by Moshe Zadka · 24 years ago
  42. 78a2569 Documenting the _curses bug fix. by Moshe Zadka · 24 years ago
  43. a2ec997 Document how to access bug reports by id. by Martin v. Löwis · 24 years ago
  44. 0a932b6 Move _tkinter.c 1.115 into release branch. by Martin v. Löwis · 24 years ago
  45. adfb94f Typo repair. by Tim Peters · 25 years ago
  46. d867a2c revise xml comment by Jeremy Hylton · 25 years ago
  47. 1a64050 Updated the XML package comment. by Fred Drake · 25 years ago
  48. 989b7b9 Filled in math-module info; fixed a typo or two. by Tim Peters · 25 years ago
  49. d6e2023 Add NEWS for 2.0 final (there are a few XXX comments that must be addressed). by Jeremy Hylton · 25 years ago
  50. 21000ca distutils setup files for Tkinter by Jeremy Hylton · 25 years ago
  51. 355e2f2 misc. RPM support files by Jeremy Hylton · 25 years ago
  52. 6040aaa add note explaining what a release candidate is by Jeremy Hylton · 25 years ago
  53. 46446d6 Repaired IDLE Unicode bug description. Added tokenize.py bugfix info. by Tim Peters · 25 years ago
  54. 56fe7f8 WAVE test + bugfix contributor. by Guido van Rossum · 25 years ago
  55. 5c2c604 And another. by Guido van Rossum · 25 years ago
  56. 32e20ff typo by Jeremy Hylton · 25 years ago
  57. fded5ed One more name. by Guido van Rossum · 25 years ago
  58. 1092120 added better description of BeOS changes from Donn Cave by Jeremy Hylton · 25 years ago
  59. ed9e644 Summary of changes between 2.0b2 and 2.0c1 by Jeremy Hylton · 25 years ago
  60. 30e7877 new name by Jeremy Hylton · 25 years ago
  61. 3105f92 Added Daniel Dittmar, for helping get the configuration working for by Fred Drake · 25 years ago
  62. 625915e typo by Jeremy Hylton · 25 years ago
  63. 9f11cf8 Capitalized an "if" that should have been -- noted by Grant Griffin by Fred Drake · 25 years ago
  64. 45888ff Added a missing "is" -- noted by Grant Griffin <grant.griffin@honeywell.com>. by Fred Drake · 25 years ago
  65. 97693b0 Fix GC news by Jeremy Hylton · 25 years ago
  66. 67233bc Fixed typo, description of changes to dbm module. by Fred Drake · 25 years ago
  67. fa2e2c1 The rest of the news for 2.0b2 by Jeremy Hylton · 25 years ago
  68. 64bb380 Elaborated the notes on the XML support. by Fred Drake · 25 years ago
  69. f62ed9c Fixed some typos, added some punctuation (e.g. consistently terminate by Guido van Rossum · 25 years ago
  70. 482c021 New info and fixed some typos. by Tim Peters · 25 years ago
  71. 1b61859 partial list of changes between 2.0b1 and 2.0b2 by Jeremy Hylton · 25 years ago
  72. ee76f0b Credit where credit is due. Also fixed an unalphabetic sequence. by Guido van Rossum · 25 years ago
  73. 5cd2f0d Updated according to the changes made to the "s#" parser marker by Marc-André Lemburg · 25 years ago
  74. 077a11d arraymodule: Fix SF bug 113960. by Tim Peters · 25 years ago
  75. 6456937 Describe the -h and -V flags. Closes patch #101496 by Barry Warsaw · 25 years ago
  76. 56db0950 Another typo (in the list comprehension example). by Guido van Rossum · 25 years ago
  77. 4338a28 Fix three typos. by Guido van Rossum · 25 years ago
  78. 8b09233 Added Windows news. Also repeated 1.6 Windows news since most people getting by Tim Peters · 25 years ago
  79. 24c3d60 All the NEWS that I could finish in 15 minutes (and then some) by Jeremy Hylton · 25 years ago
  80. bdebd54 current progress on 2.0 NEWS by Jeremy Hylton · 25 years ago
  81. b1156ba The malloc rearrangement was actually already in 1.6. by Guido van Rossum · 25 years ago
  82. 830ca2a Added readline news. (Skip) by Guido van Rossum · 25 years ago
  83. e905e95 Barry Warsaw: Fixed -+ operator. Added some new sections. Leave some by Guido van Rossum · 25 years ago
  84. f2ffce0 Added the 2.0b1 news. by Guido van Rossum · 25 years ago
  85. f2eac99 Added release dates (in some cases detemined by looking at the mtime by Guido van Rossum · 25 years ago
  86. a598c93 1.6 is history. by Guido van Rossum · 25 years ago
  87. 410a844 Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a by Guido van Rossum · 25 years ago
  88. ff07f8c Patch by Martin von Löwis to give him his umlaut, to remove Christian by Guido van Rossum · 25 years ago
  89. 46981de Updated to include all files here. by Guido van Rossum · 25 years ago
  90. 7524357 Delete too. by Guido van Rossum · 25 years ago
  91. 73eec63 Deleted. Long obsolete. by Guido van Rossum · 25 years ago
  92. 0fdd3dc Deleted. We no longer require disclaimers on contributions. by Guido van Rossum · 25 years ago
  93. 2d721e2 Deleted; this is ancient info. by Guido van Rossum · 25 years ago
  94. c13b39c Deleted. This is obsoleted by Tools/scripts/fixnotice.py. by Guido van Rossum · 25 years ago
  95. 8ed602b Remove the 1.5.2 news. 2.0 news is still to be done. by Guido van Rossum · 25 years ago
  96. 2001da4 Moved NEWS from 1.5.2 here. by Guido van Rossum · 25 years ago
  97. 44f6e68 Deleted. This information is now in ../LICENSE. by Guido van Rossum · 25 years ago
  98. f4a090d Clean up a bit. Drop -X option, update date, remove documentation by Guido van Rossum · 25 years ago
  99. c18b7d9 script that reports a fairly safe recursionlimit for a specific platform by Jeremy Hylton · 25 years ago
  100. 2ef0753 Added James Henstridge by Barry Warsaw · 25 years ago