summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changed to use the fact that str(long) doesn't produce a trailing LMoshe Zadka2001-02-201-16/+16
| | | | Reindented
* Improve accuracy. In the .tex file, note the new "% BUG:" comments: anTim Peters2001-02-202-10/+15
| | | | extra backslash is getting displayed in the generated HTML.
* Added missing \item. See also bug 133213, about damaged HTML generatedTim Peters2001-02-201-1/+2
| | | | for \code(">>>"); don't know how to fix that one.
* Flesh out PlaySound() docs enough so that SND_ALIAS isn't hopelessly confusing.Tim Peters2001-02-202-6/+35
| | | | | If someone knows how to turn the new table of guaranteed-registered system sounds into a LaTeX table, be my guest.
* SF patch #103749: implicit tuple + default argJeremy Hylton2001-02-192-3/+40
|
* Fix for implicit tuple + default arguments, courtesy of Michael Hudson.Jeremy Hylton2001-02-191-1/+3
| | | | SF patch #103749
* ConfigParser.optionxform(): Document this since it is available forFred Drake2001-02-191-0/+10
| | | | sub-classes and application code to override.
* Clean up the "docs".Tim Peters2001-02-191-7/+16
|
* Wrap a bunch of long lines.Fred Drake2001-02-191-13/+23
|
* Fix a few small typos in the docstrings.Fred Drake2001-02-191-5/+5
| | | | | get_close_matches(): Do not use %-interpolation for strings when concatenation is more efficient.
* Michael Hudson <mwh21@cam.ac.uk>:Fred Drake2001-02-191-9/+440
| | | | | | New material on defining extension types. Thanks! (Small markup adjustments made, but this is mostly as received.)
* No longer needed since the main Makefile is "flat".Fred Drake2001-02-193-268/+0
|
* Convert to a "flat" Makefile.Fred Drake2001-02-192-381/+445
|
* Add an option allowing the user to determine where the output HTML is built.Fred Drake2001-02-191-3/+8
| | | | | Provide a way to set the paper size by name instead of only supporting separate options for each size.
* Fix markup so this document will format.Fred Drake2001-02-191-1/+1
|
* This never saw much use, so remove it.Fred Drake2001-02-193-151/+0
|
* SF Patch # 103839 byt dougfort: Allow ';' in attributesGuido van Rossum2001-02-191-1/+1
| | | | | | | sgmllib does not recognize HTML attributes containing the semicolon ';' character. This may be in accordance with the HTML spec, but there are sites that use it (excite.com) and the browsers I regularly use (IE5, Netscape, Opera) all handle it. Doug Fort Downright Software LLC
* Revert SF patch #103655Neil Schemenauer2001-02-191-2/+2
|
* Revert SF patch #103655. Martin Löwis says:Neil Schemenauer2001-02-191-1/+1
| | | | | | | | | | | | | | -shared does the following things: - invoke the linker with -G -dy -z text (the latter only if -mimpure-text was not given) - drop crt1.o from the list of objects being linked - drop -lc from the list of libraries being linked OTOH, -G is just passed through to the linker. The things that -shared does are necessary: crt1.o defines _start, and requires main, so it should not be present in a shared library. Likewise, -z text should be used to detect position-dependent code at compile time.
* Make the top-level index.html depend on the individual document index.htmlFred Drake2001-02-191-1/+5
| | | | files so that the date is properly updated on the front page.
* Checked in with Andrew's blessing, I leave the comments with whichThomas Heller2001-02-191-26/+106
| | | | | | | | | | | | | | | this was posted to distutils-sig in. Here is what I've hacked together over some spare time at the weekend. I would appreciate feedback, as I've told before I'm neither a great author, nor native english speaker, nor anything else. Mostly I've completed (and written) docs for bdist_wininst (where I'm an experert for), also I've started some stuff for the data_files and scripts option. Should I continue in this way? Would others like to jump in?
* Added entries for difflib documentation.Fred Drake2001-02-192-0/+2
|
* Documentation for the difflib module, converted from the module docstrings.Fred Drake2001-02-191-0/+315
|
* Add simple section for assert, including assert w/ lambdasJeremy Hylton2001-02-192-0/+7
|
* When running python -O, do not include blocks defined in asserts inJeremy Hylton2001-02-191-0/+11
| | | | | | | | the symbol table pass. These blocks were already ignored by the code gen pass. Both passes must visit the same set of blocks in the same order. Fixes SF buf 132820
* Add test for syntax error on "x = 1 + 1".Jeremy Hylton2001-02-194-22/+13
| | | | Move check_syntax() function into test_support.
* fix long lineJeremy Hylton2001-02-191-1/+2
|
* Tolerate ill-formed trees in symtable_assign(). Fixes SF bug 132510.Jeremy Hylton2001-02-191-5/+8
|
* DOMException._get_code():Fred Drake2001-02-191-0/+3
| | | | | | New method; this is the "alternate" access to the exception code. (Useful for Python DOM implementations that support the accessor method approach to retrieving attribute values.)
* Enhancements to the bdist_wininst command:Thomas Heller2001-02-191-265/+282
| | | | | | | | | | | | | | | | | --bitmap command line option allows to use a different bitmap file instead of the build-in python powered logo. --title lets you specify the text to display on the background. The editbox in the first screen now longer is selected (highlighted), it had the WS_TABSTOP flag. This is the patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103687&group_id=5470 with two changes: 1. No messagebox displayed when the compilation to .pyc or .pyo files failes, this will only confuse the user (and it will fail under certain cases, where sys.path contains garbage). 2. A debugging print statement was removed from bdist_wininst.py.
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
| | | | | | | | | | | | and also takes the sys.platform name into account. This helps on platforms where there are multiple possible compiler backends (the one with which Python itself was compiled is preferred over others in this case). The patch uses this new technique to enable using cygwin compiler per default for cygwin compiled Pythons. Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
* More typos. libwinsound.tex typo noted by Peter Funk (thanks!).Tim Peters2001-02-192-2/+2
|
* Repair tab/space screwup.Tim Peters2001-02-191-1/+1
|
* Take a tour of hell's seedier neighborhoods to try to make winsound.Beep()Tim Peters2001-02-193-43/+113
| | | | | do something non-useless on Win9X boxes. WinME unknown to me. Someone with NT/2000 make sure it still works there!
* The usual.Neil Schemenauer2001-02-191-227/+231
|
* Use -G option for linking shared libraries on Solaris (SF patch #103656).Neil Schemenauer2001-02-191-1/+5
| | | | | | Compile shared object files using -fPIC option when using GCC on Solaris (SF patch #103865). Closes bug #132783. Move config.c generated by makesetup to the Modules directory.
* Fix bug in clean target (closes SF patch 103864 and bug 132879). The clobberNeil Schemenauer2001-02-191-10/+4
| | | | target now removes some configure files (like it did before).
* reorganized PyUnicode_DecodeUnicodeEscape a bit (in order to make itFredrik Lundh2001-02-181-110/+69
| | | | less likely that bug #132817 ever appears again)
* renamed internal functions to avoid name clashes under OpenVMSFredrik Lundh2001-02-181-17/+18
| | | | (fixes bug #132815)
* detect attempts to repeat anchors (fixes bug #130748)Fredrik Lundh2001-02-182-0/+5
|
* sre_{parse, compile} no longer define __all__.Tim Peters2001-02-181-2/+0
|
* - restored 1.5.2 compatibility (sorry, eric)Fredrik Lundh2001-02-185-31/+39
| | | | | - removed __all__ cruft from internal modules (sorry, skip) - don't assume ASCII for string escapes (sorry, per)
* stupid typo (for some reason, this only caused problems on OpenVMS).Fredrik Lundh2001-02-181-1/+1
|
* Fixed misspelling.Tim Peters2001-02-181-1/+1
|
* Bug #132921: None treated differently in cmp() / sort() in 2.1a2.Tim Peters2001-02-181-0/+7
| | | | Just mentioning that in the NEWS file.
* Move docstrings out of function table to constants defined near theFred Drake2001-02-181-11/+23
| | | | function implementations.
* Bug #132313 error message confusing for assignment in lambda.Tim Peters2001-02-181-1/+8
| | | | | | | | They're actually complaining about something more specific, an assignment in a lambda as an actual argument, so that Python parses the lambda as if it were a keyword argument. Like f(lambda x: x[0]=42). The "lambda x: x[0]" part gets parsed as if it were a keyword, being bound to 42, and the resulting error msg didn't make much sense.
* removed __all__ from several modulesSkip Montanaro2001-02-1816-63/+0
|
* removed __all__ - should probably rename makedict to _makedict unless it isSkip Montanaro2001-02-181-6/+0
| | | | to be exported
* add module-level constants to __all__Skip Montanaro2001-02-181-0/+3
|