summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expose the 'master' instance mentioned in the docs.Raymond Hettinger2003-07-111-0/+1
|
* Document Jim Fulton's docttest extensions.Raymond Hettinger2003-07-111-8/+70
|
* Don't include slash in search string; it's OS-specific.Jeremy Hylton2003-07-111-1/+1
|
* The Unpickler forget about its find_class attribute.Jeremy Hylton2003-07-111-0/+3
|
* Minor fixups and added sections for iterators and generators.Raymond Hettinger2003-07-111-3/+117
|
* Add whitespace.Jeremy Hylton2003-07-111-3/+3
|
* Change warnings to avoid importing re module during startup.Jeremy Hylton2003-07-113-43/+91
| | | | | | | | | Add API function simplefilter() that does not create or install regular expressions to match message or module. Extend the filters data structure to store None as an alternative to re.compile(""). Move the _test() function to test_warnings and add some code to try and avoid disturbing the global state of the warnings module.
* - fix typoFred Drake2003-07-111-1/+1
| | | | | - there's a weird variable name here (zimpimport), but I'll leave that for someone that's familiar with the ZIP import support
* patch #766650 - whichdb not identifying dbm DBs when dbm linked with gdbmAndrew MacIntyre2003-07-111-2/+5
| | | | | | | | | | | | | At this point, the problem appears particular to the OS/2 EMX port of gdbm (which is at v1.7.3) - this combination produces a .pag file but no .dir file. A more sophisticated patch which checks magic numbers when dbm.library indicates that dbm is linked to gdbm, and there is no .dir file, is still attached to the above patch entry for reconsideration after 2.3 is released. This checkin applies a workaround specific to the known failure case.
* [ 767645 ] correctly set the os.path.supports_unicode_filenames flag for OSXJust van Rossum2003-07-111-1/+5
|
* __setitem__: Use integer division for computing # of blocks.Tim Peters2003-07-111-2/+2
|
* Added a new randomized test.Tim Peters2003-07-111-0/+28
|
* normalize whitespaceFred Drake2003-07-111-78/+79
|
* update the reference to the Apple Publications Style GuideFred Drake2003-07-111-4/+2
|
* SF #767592: unittest docs don't suggest "unittest.main()"Raymond Hettinger2003-07-101-0/+96
| | | | | Expanded docs to have a quick start example showing how to create and run tests.
* avoid testing for -Kthread or -pthread if the default build environmentSkip Montanaro2003-07-102-2240/+3085
| | | | supports pthreads
* fix stupid typoFred Drake2003-07-101-1/+1
|
* SF Patch 763681Kurt B. Kaiser2003-07-101-4/+4
| | | | "Support IDLE Edit of .py/.pyw from idlelib"
* Missing markup.Raymond Hettinger2003-07-101-1/+1
|
* Fixed a bug that's been there from the beginning but wasn't noticedJust van Rossum2003-07-101-3/+3
| | | | | | | | until now: the inheritance of default values was the wrong way around. This caused app bundles to get a type of "BNDL" instead of "APPL". Apparently this is not a problem until you try to drag your app to the dock. ----------------------------------------------------------------------
* don't optimize empty stringsJust van Rossum2003-07-101-1/+1
|
* Fix wrong header name. The framework looks for auth_header.Jeremy Hylton2003-07-101-8/+10
|
* update OS/2 EMX port notesAndrew MacIntyre2003-07-101-4/+9
|
* Extend the pwd & grp emulations to support accessing the pwd/grpAndrew MacIntyre2003-07-102-4/+78
| | | | | | record tuple by name as well as index, to match the behaviour of the pwd/grp extension modules for Unix. These emulation modules now pass test_pwd & test_grp.
* patch #764612 - find DB 4.1/4.0/3.x on FreeBSD and systems with similarAndrew MacIntyre2003-07-101-2/+3
| | | | installation location policies.
* SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)Raymond Hettinger2003-07-0910-16/+14
|
* Add versionadded. Remove duplicate "to"Neal Norwitz2003-07-091-1/+2
|
* fix to work on python <= 2.1Gregory P. Smith2003-07-091-2/+2
|
* bugfix: proper import bsddb exists belowGregory P. Smith2003-07-091-1/+0
|
* Fix [ 766669 ] Consistent GPF on exitMark Hammond2003-07-091-1/+1
| | | | | Use Py_AtExit instead of atexit so we are called during Py_Finalize() rather than during DLL teardown.
* bsddb 4.1.6:Gregory P. Smith2003-07-096-51/+284
| | | | | | | | | | | * Extended DB & DBEnv set_get_returns_none functionality to take a "level" instead of a boolean flag. The boolean 0 and 1 values still have the same effect. A value of 2 extends the "return None instead of raising an exception" behaviour to the DBCursor set methods. This will become the default behaviour in pybsddb 4.2. * Fixed a typo in DBCursor.join_item method that made it crash instead of returning a value. Obviously nobody uses it. Wrote a test case for join and join_item.
* SF Bug 767794Kurt B. Kaiser2003-07-091-0/+2
| | | | "Break or continue outside loop causes crash"
* typoSkip Montanaro2003-07-081-1/+1
|
* I "cvs admin -kb"'ed these files to close a bug report. Now they needTim Peters2003-07-085-485/+485
| | | | to have genuwine Windows line ends.
* Adding "use warnings" to .../Doc/perl/python.perl raisesKurt B. Kaiser2003-07-081-1/+1
| | | | the Perl requirement to 5.6.0 or later.
* Document interrupt_main()Kurt B. Kaiser2003-07-081-5/+5
| | | | Remove obsolete reference to deprecated exit_thread() function
* add missing 'Neal Norwitz2003-07-081-1/+1
|
* Improve compatibility with more versions of LaTeX2HTML and more LaTeXFred Drake2003-07-081-0/+1
| | | | | markup. Not currently needed, but easier to save this now than to have to figure it out when we do.
* - clean up table markup for readabilityFred Drake2003-07-081-40/+46
| | | | | - don't use \constant for literals; it's for "defined" constants - fix various consistency issues
* Update Tkinter3000 notes based on text from Fredrik Lundh.Fred Drake2003-07-081-7/+9
|
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-082-14/+35
|
* Fixed a table that wasn't in a tableii block, and added a very simpleAnthony Baxter2003-07-081-26/+72
| | | | example to show how to log to a file.
* Use Boolean values for the capturestderr flag.Fred Drake2003-07-071-3/+3
|
* Use -fno-strict-aliasing if available. Fixes #766696. Will backport to 2.2.Martin v. Löwis2003-07-072-1/+60
|
* - explain about making Python scripts executable on Unix in moreFred Drake2003-07-071-2/+13
| | | | | detail - fix minor markup nit
* Fix a typo/cut-n-paste error in DBCursor.join_item so that it doesn'tGregory P. Smith2003-07-071-1/+1
| | | | | return a tuple. (this also implies that nobody uses this method; the bug has been here for a long time)
* removed trailing tabs in several places, including after the finalFred Drake2003-07-071-8/+7
| | | | newline
* Error noted in email to python-docs: PyObject corresponds toFred Drake2003-07-071-1/+1
| | | | PyObject_HEAD, not PyObject_VAR_HEAD.
* This file was moved to Lib/.Jeremy Hylton2003-07-071-729/+0
|
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-071-9/+4
|