summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of 68K targets.Jack Jansen2000-11-1411-2150/+99
* Verify that str(a) and repr(a) don't blow up (part of SF patch 102068).Tim Peters2000-11-141-0/+5
* SF bug 119622: compile errors due to redundant atof decls. I don't understandTim Peters2000-11-142-3/+0
* Added a note about removing preferences and .pyc files when you move the Pyth...Jack Jansen2000-11-141-9/+13
* Typo for Mac code, fixing SF bug 12195.Guido van Rossum2000-11-131-1/+1
* Allow new.function() called with explicit 3rd arg of None, asGuido van Rossum2000-11-131-1/+6
* Added _HAVE_BSDI and __APPLE__ to the list of platforms that require aGuido van Rossum2000-11-131-1/+1
* Fix syntax error. Submitted by Bill Bumgarner. Apparently this isGuido van Rossum2000-11-131-1/+1
* Rip out DOS and Win16 support.Guido van Rossum2000-11-131-103/+1
* Rip out DOS-8x3 support.Guido van Rossum2000-11-131-17/+2
* Rip out Win3.1 and DOS supportGuido van Rossum2000-11-1327-8352/+10
* Removing DOS 8x3 supportGuido van Rossum2000-11-13113-18934/+0
* Jack Jansen: added 'get_command_list()' method, and Mac-specific code toGreg Ward2000-11-111-0/+38
* No reason to keep "Run as Python" in binhex form anymore, just put the binary...Jack Jansen2000-11-101-0/+1
* Fix for SF bug 117402, crashes on str(array) and repr(array). This was anTim Peters2000-11-101-3/+5
* Committing autoconf output forGuido van Rossum2000-11-091-111/+71
* Implement the suggestion of bug_id=122070: surround tell() call withGuido van Rossum2000-11-091-1/+5
* SMTP.connect(): If the socket.connect() raises a socket.error, be sureBarry Warsaw2000-11-081-1/+5
* Remove AC_C_INLINE test from configure.in, since the only place the symbolFred Drake2000-11-082-4/+0
* Added test cases to detect regression on SourceForge bug #121965.Fred Drake2000-11-081-0/+14
* Fixed support for containment test when a negative step is used; thisFred Drake2000-11-081-8/+34
* In the containment test, get the boundary condition right. ">" was usedFred Drake2000-11-081-2/+2
* Add 1994 Coroutine module by Tim PetersGuido van Rossum2000-11-084-0/+332
* Last CW Pro 5.3 projects.Jack Jansen2000-11-071-0/+0
* More names...Fred Drake2000-11-071-0/+2
* Fix for SF bug #117606:Greg Ward2000-11-072-9/+9
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-072-4/+62
* Document the proper exception to be raised by I/O operations on closedFred Drake2000-11-061-15/+19
* This fixes several bug reports concering memory bloating during largeBarry Warsaw2000-11-061-5/+1
* a few small optimizations that seem to give a 5-10% speedup; theJeremy Hylton2000-11-062-152/+160
* move pruneNext method to correct object (doh!)Jeremy Hylton2000-11-062-48/+48
* Change the graph structure to contain the code generator object forJeremy Hylton2000-11-066-42/+266
* If a function contains a doc string, remove the doc string node fromJeremy Hylton2000-11-062-2/+10
* Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, n...Mark Hammond2000-11-061-15/+6
* Added 38,642 missing characters to the Unicode database (first-lastFredrik Lundh2000-11-034-196/+241
* Fix Makefile so at least it uses Python 2.0, and compiles out of theGuido van Rossum2000-11-031-2/+2
* Move our own getopt() implementation to _PyOS_GetOpt(), and use itThomas Wouters2000-11-037-130/+73
* Make sure we clean up the index data each time it is written by LaTeX.Fred Drake2000-11-031-1/+4
* Fix cut & paste error that describes three paramters when there are onlyFred Drake2000-11-021-4/+3
* New configure script from latest configure.in with autoconf 2.13Guido van Rossum2000-11-021-1/+4
* Make sure the Modules/ directory is created before writing Modules/Setup.Fred Drake2000-11-021-0/+3
* Patch from Randall Hopper to fix PR #116172, "curses module fails toAndrew M. Kuchling2000-11-011-4/+38
* Typo: writeable --> writableFred Drake2000-11-011-2/+2
* Hack ndiff to display lines w/ leading tabs more intuitively. This synchsTim Peters2000-11-011-9/+24
* track recent change to test_extcall.pyJeremy Hylton2000-10-301-0/+4
* Hack to force -lpthread instead instead of -lcma on HPUX, by PhilippGuido van Rossum2000-10-302-433/+461
* Fix for SF bug #117241Jeremy Hylton2000-10-302-1/+33
* define_module(): Change the "index sub-item" for definitions at moduleFred Drake2000-10-301-1/+1
* Fix \withsubitem so that it actually works if the only indexing macro inFred Drake2000-10-301-10/+5
* Revise the message to be a little nicer.Fred Drake2000-10-291-3/+6