summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Final update. Now Tim can cut the Windows installer and check in hisGuido van Rossum2001-06-221-1/+2
* News about the 2.0.1 final release (planned for Friday 6/22/01).Guido van Rossum2001-06-201-0/+9
* Bring SRE up do date with Python 2.1Guido van Rossum2001-06-131-0/+2
* Lib/xml/sax/xmlreader.py - import the exceptions this module can raiseMoshe Zadka2001-04-131-0/+6
* - #233253 - distutils/command/build_ext.py - the --define and --undef optionsMoshe Zadka2001-03-311-0/+7
* Backported pyexpat memory-leak plugsMoshe Zadka2001-03-311-0/+2
* - distutils/command/install.py - make .get_outputs() produce a list of uniqueMoshe Zadka2001-03-311-1/+4
* - #227562 - urllib.py - call URLopener.http_error_default whenMoshe Zadka2001-03-311-0/+9
* - #117606 - configure.in, configure - use gcc -shared and gcc -fPICMoshe Zadka2001-03-311-0/+2
* - xmllib.py - Moved clearing of "literal" flag. The flag is set in setliteralMoshe Zadka2001-03-311-0/+8
* - #12195 - webbrowser.py - there was typo in Mac codeMoshe Zadka2001-03-311-0/+2
* - Update install-sh using version from automake 1.4.Moshe Zadka2001-03-311-0/+2
* - #121706 - config.c - _PyImport_Inittab: define the exceptions module's initMoshe Zadka2001-03-311-0/+3
* The ".pth" code knew about the layout of Python trees on unix andMoshe Zadka2001-03-311-0/+3
* - #130306 - statcache.py - full of thread problems.Moshe Zadka2001-03-311-0/+4
* Fix two typos in __imul__. Closes Bug #117745.Moshe Zadka2001-03-311-0/+7
* - #119862 - getargs.c - patched memory leakMoshe Zadka2001-03-311-0/+5
* Address a bug in the uuencode decoder, reported bu "donut" in SF bugMoshe Zadka2001-03-311-0/+2
* Make mpz's .binary() work on 64 bit platformsMoshe Zadka2001-03-311-0/+3
* #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse treeMoshe Zadka2001-03-311-0/+2
* curses.ascii - space (ASCII 32) is now considered whitespaceMoshe Zadka2001-03-311-0/+2
* atexit.py - mutate list of functions in thread-safe wayMoshe Zadka2001-03-311-0/+2
* #123924: Windows - using OpenSSL, problem with socket in httplib.py.Moshe Zadka2001-03-311-0/+2
* - #119833 - close socket in smtplib if there was an error connectingMoshe Zadka2001-03-311-0/+7
* Fixing #233200 - cPickle did not use Py_BEGIN_ALLOW_THREADS.Moshe Zadka2001-03-311-0/+2
* - posixmodule.c - Add missing prototypes in for SunOS 4.1.4, plug memory leakMoshe Zadka2001-03-311-0/+7
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Moshe Zadka2001-03-311-0/+2
* - #125981 -- socketmodule.c -- closing sockets was not thread-safe.Moshe Zadka2001-03-311-0/+6
* - #122162 -- unicodeobject.c --- Fix unicode .split() off-by-oneMoshe Zadka2001-03-311-0/+4
* - exceptions.c - make_class() Added a "goto finally" so that ifMoshe Zadka2001-03-301-0/+12
* Fixed deleting func_defaults causes segmentation fault bugMoshe Zadka2001-03-301-0/+2
* - Add TELL64() hack #ifdef to FreeBSD, Apple and BSDIMoshe Zadka2001-03-301-0/+1
* - Importing should now be safe with multiple Py_Initialize/Py_FinalizeMoshe Zadka2001-03-301-0/+3
* Fixing bug #407504. -- did not close pwd/grp databases.Moshe Zadka2001-03-301-0/+4
* Fixed bug in complex(). No SF idMoshe Zadka2001-03-301-0/+3
* #126161 and 123634 -- Unicode strings could not be pickled correctly.Moshe Zadka2001-03-301-0/+5
* Fixing #121965 -- containment in xrange objects.Moshe Zadka2001-03-301-0/+2
* SF bug 119622: compile errors due to redundant atof decls.Moshe Zadka2001-03-301-0/+3
* Fixing #409651 -- \ in a character groupMoshe Zadka2001-03-301-0/+2
* In Lib/locale.py, setlocale emulation, use != and not is not to compareMoshe Zadka2001-03-301-0/+4
* More _curses compilation-problem fixes.Moshe Zadka2001-03-301-0/+6
* Documenting the _curses bug fix.Moshe Zadka2001-03-301-0/+2
* Document how to access bug reports by id.Martin v. Löwis2001-03-151-0/+6
* Move _tkinter.c 1.115 into release branch.Martin v. Löwis2001-03-151-0/+11
* Typo repair.Tim Peters2000-10-161-1/+1
* revise xml commentJeremy Hylton2000-10-161-2/+2
* Updated the XML package comment.Fred Drake2000-10-161-3/+3
* Filled in math-module info; fixed a typo or two.Tim Peters2000-10-161-6/+12
* Add NEWS for 2.0 final (there are a few XXX comments that must beJeremy Hylton2000-10-161-9/+79
* distutils setup files for TkinterJeremy Hylton2000-10-162-0/+31