Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SF bug 533625 (Armin Rigo). rexec: potential security hole | Guido van Rossum | 2002-05-31 | 1 | -0/+12 |
| | | | | | | | | | | If a rexec instance allows writing in the current directory (a common thing to do), there's a way to execute bogus bytecode. Fix this by not allowing imports from .pyc files (in a way that allows a site to configure things so that .pyc files *are* allowed, if writing is not allowed). I'll apply this to 2.2 and 2.1 too. | ||||
* | Explain that tp_basicsize must provide alignment for the items. | Guido van Rossum | 2002-05-31 | 1 | -0/+8 |
| | |||||
* | Update links and information on PyQt/PyKDE. | Fred Drake | 2002-05-31 | 1 | -6/+13 |
| | |||||
* | Add OS/2 text | Andrew M. Kuchling | 2002-05-29 | 1 | -9/+16 |
| | |||||
* | Various minor rewrites | Andrew M. Kuchling | 2002-05-29 | 1 | -42/+52 |
| | |||||
* | More additions | Andrew M. Kuchling | 2002-05-29 | 1 | -25/+15 |
| | |||||
* | As discussed on python-dev, add a mechanism to indicate features | Neal Norwitz | 2002-05-29 | 3 | -16/+31 |
| | | | | | that are in the process of deprecation (PendingDeprecationWarning). Docs could be improved. | ||||
* | Rearrange paragraph | Andrew M. Kuchling | 2002-05-27 | 1 | -5/+5 |
| | |||||
* | This is patch | Michael W. Hudson | 2002-05-27 | 2 | -4/+56 |
| | | | | | | | [ 559250 ] more POSIX signal stuff Adds support (and docs and tests and autoconfery) for posix signal mask handling -- sigpending, sigprocmask and sigsuspend. | ||||
* | Define the "all" target more reasonably, but retain "html" as the default | Fred Drake | 2002-05-25 | 1 | -1/+2 |
| | | | | target. | ||||
* | Mention math.degrees() and math.radians() | Andrew M. Kuchling | 2002-05-24 | 1 | -12/+24 |
| | | | | Other minor rewrites | ||||
* | Move really open-ended XXX items into comments | Andrew M. Kuchling | 2002-05-24 | 1 | -9/+7 |
| | | | | Remove 1.5.2 reference: who cares? | ||||
* | Markup adjustments; fix the names of modules referenced in an expression. | Fred Drake | 2002-05-23 | 1 | -2/+2 |
| | |||||
* | Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings. | Raymond Hettinger | 2002-05-23 | 1 | -1/+4 |
| | |||||
* | Added missing dependency on the refcount data file. | Fred Drake | 2002-05-23 | 1 | -2/+2 |
| | |||||
* | Use Perl function prototypes to help avoid definition/usage mismatches | Fred Drake | 2002-05-23 | 2 | -102/+106 |
| | | | | | while modifying these files. Minor style changes to make the use of "my" with arrays more consistent. | ||||
* | Add refcount information for PySequence_ITEM(). | Fred Drake | 2002-05-23 | 1 | -0/+4 |
| | |||||
* | Add version annotation for PySequence_ITEM(). | Fred Drake | 2002-05-23 | 1 | -1/+2 |
| | |||||
* | Remove spurious "()" from the __str__() description. | Fred Drake | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | Jack's documentation for the U mode character on the file() | Barry Warsaw | 2002-05-22 | 2 | -0/+27 |
| | | | | constructor, vetted by Barry. | ||||
* | Added a version annotation for StringTypes. | Fred Drake | 2002-05-22 | 1 | -0/+7 |
| | | | | Added documentation for BooleanType. | ||||
* | Minor typo: Message.getall() -> Message.get_all() | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | Patch 543387. Document deprecation of complex %, //,and divmod(). | Raymond Hettinger | 2002-05-21 | 3 | -10/+21 |
| | |||||
* | Patch 533291. Deprecate None return form of __reduce__. | Raymond Hettinger | 2002-05-21 | 1 | -4/+8 |
| | |||||
* | Add additional comments on the use of \deprecated. | Fred Drake | 2002-05-21 | 1 | -1/+4 |
| | |||||
* | Add availability information for a couple of the types, and notes on writing | Fred Drake | 2002-05-21 | 1 | -5/+10 |
| | | | | string-type tests for versions of Python built without Unicode support. | ||||
* | Typo. | Guido van Rossum | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | Fix broken reference, minor clarification. | Fred Drake | 2002-05-16 | 1 | -8/+10 |
| | |||||
* | Typo: build -> built | Fred Drake | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | Patch 547037. Corrected documentation to match | Raymond Hettinger | 2002-05-16 | 1 | -8/+6 |
| | | | | actual module behavior for adding newlines. | ||||
* | Added missing index entries for mapping methods. Closes patch #548693. | Raymond Hettinger | 2002-05-15 | 1 | -1/+7 |
| | |||||
* | Minor wording changes, plus correct a typo. | Fred Drake | 2002-05-14 | 1 | -7/+7 |
| | |||||
* | Closes SF bug 527139. Brings docs inline with random.py 1.29 | Raymond Hettinger | 2002-05-13 | 1 | -1/+1 |
| | | | | which fixes the unnecessarily restricted method domain. | ||||
* | Correct gammavariate's method name and domain. | Raymond Hettinger | 2002-05-13 | 1 | -2/+2 |
| | | | | Partial solution to SF bug 527139. | ||||
* | Added degrees() and radians() to mathmodule. Closing patch 552452 and | Raymond Hettinger | 2002-05-13 | 1 | -0/+8 |
| | | | | feature request 426539. | ||||
* | Closes SF patch: 552468. | Raymond Hettinger | 2002-05-12 | 1 | -4/+2 |
| | | | | Type class unification invalidated the statement: x.__getitem__[i] is not equivalent to x[i]. | ||||
* | Give the enumerate() PEP a section of its own | Andrew M. Kuchling | 2002-05-10 | 1 | -36/+50 |
| | | | | | Add some credits Fill in a link | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -9/+202 |
| | | | | Start fleshing out the "Examples" section. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -2/+4 |
| | | | | The zipfile module has been in the standard library for some time now. | ||||
* | [from Oct 2000] | Greg Ward | 2002-05-10 | 1 | -14/+18 |
| | | | | Clarify explanations of header file search directories. | ||||
* | Fix markup error that suppressed space. | Fred Drake | 2002-05-10 | 1 | -1/+1 |
| | | | | Closes SF bug #554257. Not relevant to older releases. | ||||
* | Updates and rewriting | Andrew M. Kuchling | 2002-05-08 | 1 | -110/+112 |
| | |||||
* | Patch #552433: Special-case tuples. Avoid sub-type checking for lists. | Martin v. Löwis | 2002-05-08 | 1 | -0/+7 |
| | | | | | Avoid checks for negative indices and duplicate checks for support of the sequence protocol. | ||||
* | Move 'Tips and Tricks' to be the last section | Andrew M. Kuchling | 2002-05-07 | 1 | -227/+227 |
| | |||||
* | Add section on Setup file | Andrew M. Kuchling | 2002-05-07 | 1 | -109/+137 |
| | | | | | Updates for 2.2 Remove references to Makefile.pre.in build method | ||||
* | More filling out | Andrew M. Kuchling | 2002-05-07 | 1 | -80/+170 |
| | |||||
* | Write two sections, and write some partial text for some other sections | Andrew M. Kuchling | 2002-05-06 | 1 | -39/+224 |
| | |||||
* | Add a note explaining the interaction between unbuffered input and | Fred Drake | 2002-05-06 | 1 | -1/+3 |
| | | | | | xreadlines.xreadlines(). This closes SF patch #552804. | ||||
* | Integrated SF patch #539487 by Matthias Klose: | Fred Drake | 2002-05-03 | 5 | -59/+958 |
| | | | | | | | | This patch adds Milan Zamazal's conversion script and modifies the mkinfo script to build the info doc files from the LaTeX sources. Currently, the mac, doc and inst TeX files are not handled. Explicitly checks for GNU Emacs 21. | ||||
* | Boost the list of stop words, by merging in the little list Jeremy | Tim Peters | 2002-05-02 | 1 | -7/+9 |
| | | | | | just checked into Zope's ZCTextIndex branch. This reduces the size of the .chm file by about 100KB. |