| Commit message (Expand) | Author | Age | Files | Lines |
* | The Unpickler forget about its find_class attribute. | Jeremy Hylton | 2003-07-11 | 1 | -0/+3 |
|
|
* | Minor fixups and added sections for iterators and generators. | Raymond Hettinger | 2003-07-11 | 1 | -3/+117 |
|
|
* | Add whitespace. | Jeremy Hylton | 2003-07-11 | 1 | -3/+3 |
|
|
* | Change warnings to avoid importing re module during startup. | Jeremy Hylton | 2003-07-11 | 3 | -43/+91 |
|
|
* | - fix typo | Fred Drake | 2003-07-11 | 1 | -1/+1 |
|
|
* | patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbm | Andrew MacIntyre | 2003-07-11 | 1 | -2/+5 |
|
|
* | [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSX | Just van Rossum | 2003-07-11 | 1 | -1/+5 |
|
|
* | __setitem__: Use integer division for computing # of blocks. | Tim Peters | 2003-07-11 | 1 | -2/+2 |
|
|
* | Added a new randomized test. | Tim Peters | 2003-07-11 | 1 | -0/+28 |
|
|
* | normalize whitespace | Fred Drake | 2003-07-11 | 1 | -78/+79 |
|
|
* | update the reference to the Apple Publications Style Guide | Fred Drake | 2003-07-11 | 1 | -4/+2 |
|
|
* | SF #767592: unittest docs don't suggest "unittest.main()" | Raymond Hettinger | 2003-07-10 | 1 | -0/+96 |
|
|
* | avoid testing for -Kthread or -pthread if the default build environment | Skip Montanaro | 2003-07-10 | 2 | -2240/+3085 |
|
|
* | fix stupid typo | Fred Drake | 2003-07-10 | 1 | -1/+1 |
|
|
* | SF Patch 763681 | Kurt B. Kaiser | 2003-07-10 | 1 | -4/+4 |
|
|
* | Missing markup. | Raymond Hettinger | 2003-07-10 | 1 | -1/+1 |
|
|
* | Fixed a bug that's been there from the beginning but wasn't noticed | Just van Rossum | 2003-07-10 | 1 | -3/+3 |
|
|
* | don't optimize empty strings | Just van Rossum | 2003-07-10 | 1 | -1/+1 |
|
|
* | Fix wrong header name. The framework looks for auth_header. | Jeremy Hylton | 2003-07-10 | 1 | -8/+10 |
|
|
* | update OS/2 EMX port notes | Andrew MacIntyre | 2003-07-10 | 1 | -4/+9 |
|
|
* | Extend the pwd & grp emulations to support accessing the pwd/grp | Andrew MacIntyre | 2003-07-10 | 2 | -4/+78 |
|
|
* | patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similar | Andrew MacIntyre | 2003-07-10 | 1 | -2/+3 |
|
|
* | SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds) | Raymond Hettinger | 2003-07-09 | 10 | -16/+14 |
|
|
* | Add versionadded. Remove duplicate "to" | Neal Norwitz | 2003-07-09 | 1 | -1/+2 |
|
|
* | fix to work on python <= 2.1 | Gregory P. Smith | 2003-07-09 | 1 | -2/+2 |
|
|
* | bugfix: proper import bsddb exists below | Gregory P. Smith | 2003-07-09 | 1 | -1/+0 |
|
|
* | Fix [ 766669 ] Consistent GPF on exit | Mark Hammond | 2003-07-09 | 1 | -1/+1 |
|
|
* | bsddb 4.1.6: | Gregory P. Smith | 2003-07-09 | 6 | -51/+284 |
|
|
* | SF Bug 767794 | Kurt B. Kaiser | 2003-07-09 | 1 | -0/+2 |
|
|
* | typo | Skip Montanaro | 2003-07-08 | 1 | -1/+1 |
|
|
* | I "cvs admin -kb"'ed these files to close a bug report. Now they need | Tim Peters | 2003-07-08 | 5 | -485/+485 |
|
|
* | Adding "use warnings" to .../Doc/perl/python.perl raises | Kurt B. Kaiser | 2003-07-08 | 1 | -1/+1 |
|
|
* | Document interrupt_main() | Kurt B. Kaiser | 2003-07-08 | 1 | -5/+5 |
|
|
* | add missing ' | Neal Norwitz | 2003-07-08 | 1 | -1/+1 |
|
|
* | Improve compatibility with more versions of LaTeX2HTML and more LaTeX | Fred Drake | 2003-07-08 | 1 | -0/+1 |
|
|
* | - clean up table markup for readability | Fred Drake | 2003-07-08 | 1 | -40/+46 |
|
|
* | Update Tkinter3000 notes based on text from Fredrik Lundh. | Fred Drake | 2003-07-08 | 1 | -7/+9 |
|
|
* | Fix SF bug 764095: Don't use network in test_httplib. | Jeremy Hylton | 2003-07-08 | 2 | -14/+35 |
|
|
* | Fixed a table that wasn't in a tableii block, and added a very simple | Anthony Baxter | 2003-07-08 | 1 | -26/+72 |
|
|
* | Use Boolean values for the capturestderr flag. | Fred Drake | 2003-07-07 | 1 | -3/+3 |
|
|
* | Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2. | Martin v. Löwis | 2003-07-07 | 2 | -1/+60 |
|
|
* | - explain about making Python scripts executable on Unix in more | Fred Drake | 2003-07-07 | 1 | -2/+13 |
|
|
* | Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn't | Gregory P. Smith | 2003-07-07 | 1 | -1/+1 |
|
|
* | removed trailing tabs in several places, including after the final | Fred Drake | 2003-07-07 | 1 | -8/+7 |
|
|
* | Error noted in email to python-docs: PyObject corresponds to | Fred Drake | 2003-07-07 | 1 | -1/+1 |
|
|
* | This file was moved to Lib/. | Jeremy Hylton | 2003-07-07 | 1 | -729/+0 |
|
|
* | Patch from Zooko to remove an experimental feature. | Jeremy Hylton | 2003-07-07 | 1 | -9/+4 |
|
|
* | add versionadded for getcheckinterval | Neal Norwitz | 2003-07-07 | 1 | -0/+1 |
|
|
* | New function sys.getcheckinterval(), to complement setcheckinterval(). | Tim Peters | 2003-07-06 | 4 | -2/+24 |
|
|
* | Include grp.h in setgroups test. Fixes #765822. | Martin v. Löwis | 2003-07-06 | 2 | -3/+11 |
|
|