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