| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Backport 1.42 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+5 |
| | | | | | module. | ||||
| * | Backport 1.13 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -1/+5 |
| | | | | | module. | ||||
| * | Backport 1.3 documenting impending deprecation in favor of the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+5 |
| | | | | | module. | ||||
| * | Backport 1.23 documenting impending deprecation in favor to the email | Raymond Hettinger | 2002-10-06 | 1 | -0/+4 |
| | | | | | package. | ||||
| * | Backport 1.4 documenting the impending deprecation of xreadlines. | Raymond Hettinger | 2002-10-06 | 1 | -0/+1 |
| | | |||||
| * | Backport 1.36 documenting Py2.3's impending deprecation of the non-tuple | Raymond Hettinger | 2002-10-06 | 1 | -4/+8 |
| | | | | | form. | ||||
| * | Backport 1.108 documenting Py2.3's impending deprecation of divmod() | Raymond Hettinger | 2002-10-06 | 1 | -0/+3 |
| | | | | | for complex numbers. | ||||
| * | Backport 1.94: | Raymond Hettinger | 2002-10-05 | 1 | -4/+10 |
| | | | | | Patch 543387. Document deprecation of complex %, //,and divmod(). | ||||
| * | Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol. | Raymond Hettinger | 2002-10-05 | 1 | -0/+7 |
| | | |||||
| * | Backport 1.88 and 1.87: | Raymond Hettinger | 2002-10-05 | 1 | -7/+11 |
| | | | | | Update docs to reflect that \b considers underscore to be part of a word. | ||||
| * | Backport 1.19: | Raymond Hettinger | 2002-10-05 | 1 | -2/+3 |
| | | | | | Document that the key should not contain null bytes. | ||||
| * | Backport 1.30 and 1.29: | Raymond Hettinger | 2002-10-05 | 1 | -1/+4 |
| | | | | | | | Markup adjustments; fix the names of modules referenced in an expression. Deprecated Random.cunifvariate clearing bug 506647. | ||||
| * | Backporting of email 2.4 from Python 2.3. Many newly added modules, | Barry Warsaw | 2002-10-04 | 8 | -644/+696 |
| | | | | | | | | | some updated modules, updated documentation, and updated tests. Note that Lib/test/regrtest.py added test_email_codecs to the expected skips for all platforms. Also note that test_email_codecs.py differs slightly from its Python 2.3 counterpart due to the difference in package location for TestSkipped. | ||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-10-04 | 7 | -0/+831 |
| | | | | | 'release22-maint'. | ||||
| * | Another try at clarifying what goes into and comes out of Unicode objects. | Fred Drake | 2002-09-24 | 1 | -4/+0 |
| | | |||||
| * | Clarify that len() of a Unicode string returns the number of storage units, | Fred Drake | 2002-09-24 | 1 | -0/+4 |
| | | | | | not abstract characters. | ||||
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2002-09-22 | 1 | -0/+254 |
| | | | | | 'release22-maint'. | ||||
| * | Fix typo reported by Paul Clifford. | Fred Drake | 2002-09-12 | 1 | -1/+3 |
| | | | | | Note that there is no str.joinfields(), use str.join() instead. | ||||
| * | Revise text about the level of DOM support, and provide pointers to | Fred Drake | 2002-09-11 | 1 | -29/+38 |
| | | | | | | | | | the work of the XML-SIG in the main body of the text. Incorporates changes made by Martin von Löwis in revision 1.20 on the trunk. Modify the markup in a few places to avoid wrapping lines in bad places, and just general cleanliness. | ||||
| * | Clarify who maintains Tkinter and who maintains Tk. | Fred Drake | 2002-09-10 | 1 | -3/+4 |
| | | |||||
| * | Fix typo | Raymond Hettinger | 2002-09-04 | 1 | -1/+1 |
| | | |||||
| * | Fix typo | Raymond Hettinger | 2002-09-04 | 1 | -1/+1 |
| | | |||||
| * | Note change in behavior from 1.5.2. The new argument to NameError is | Raymond Hettinger | 2002-08-27 | 1 | -2/+2 |
| | | | | | | | an error message and not just the missing name. Closes SF Bug 599869. | ||||
| * | Add strong security warning about the rexec module. | Fred Drake | 2002-08-27 | 1 | -5/+17 |
| | | | | | | | Closes SF patch #600861. Minor markup changes. | ||||
| * | Correct documentation of allow_reuse_address to match the actual script. | Raymond Hettinger | 2002-08-25 | 1 | -1/+1 |
| | | | | | Closes SF bug 599681. | ||||
| * | Fix typo reported to python-docs. | Fred Drake | 2002-08-23 | 1 | -1/+1 |
| | | |||||
| * | backport gvanrossum's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | revision 1.86 of libos.tex SF bug 563750 (Alex Martelli): posix_tmpfile(): The file returned by tmpfile() has mode w+b, so use that in the call to PyFile_FromFile(). Bugfix candidate. | ||||
| * | backport bwarsaw's checkin of | Michael W. Hudson | 2002-08-23 | 1 | -1/+1 |
| | | | | | | | revision 1.6 of emailutil.tex Minor typo: Message.getall() -> Message.get_all() | ||||
| * | Add a note that apply() is needed since the extended call syntax is | Fred Drake | 2002-08-22 | 1 | -0/+2 |
| | | | | | completely equivalent. | ||||
| * | Clarify that even though some of the relevant specifications define the | Fred Drake | 2002-08-21 | 1 | -8/+10 |
| | | | | | | | | order in which form variables should be encoded in a request, a CGI script should not rely on that since a client may not conform to those specs, or they may not be relevant to the request. Closes SF bug #596866. | ||||
| * | Clarify the endpos argument to the rx.match() method. | Fred Drake | 2002-08-20 | 1 | -2/+6 |
| | | | | | Closes SF bug #597177. | ||||
| * | Extend some comments on the order of values in the returns from | Fred Drake | 2002-08-19 | 1 | -8/+14 |
| | | | | | dict.items/keys/values/iteritems/iterkeys/itervalues(). | ||||
| * | Described responsibilty of weakly referenced extension types to initialize | Raymond Hettinger | 2002-08-07 | 1 | -2/+23 |
| | | | | | | the weakreflist to NULL in the constructor and to fill the tp_flags slot with Py_TPFLAGS_HAVE_WEAKREFS. Closes SF bug 586583. | ||||
| * | Documented os.fsync and os.fdatasync. Closes SF bug 584695. | Raymond Hettinger | 2002-08-07 | 1 | -0/+11 |
| | | |||||
| * | Clarify that the bool instances are acceptable return values from | Fred Drake | 2002-08-07 | 1 | -3/+7 |
| | | | | | __nonzero__(), in response to SF bug #579991. | ||||
| * | Added references to the email package. | Fred Drake | 2002-08-06 | 3 | -0/+9 |
| | | | | | Closes SF bug #586937. | ||||
| * | SF patch #591305 Documentation err in bytecode defs | Neal Norwitz | 2002-08-05 | 1 | -1/+1 |
| | | |||||
| * | SF patch #581414: info reader bug | Fred Drake | 2002-07-30 | 1 | -1/+3 |
| | | | | | | | | | The "Matching vs. Searching" Info node is unreachable from the Info program (but is fine in Emacs's Info mode). This patch seems to fix it. This is the only occurrence where the info reader fails, so probably it could be addressed in the python docs as a workaround. Forwarded the report to the info maintainer. | ||||
| * | Small clarifications when referring to the sys.exc_* variables so that | Fred Drake | 2002-07-25 | 1 | -15/+15 |
| | | | | | | | readers are not given the wrong impression that they should be using those on a regualar basis. This closes SF bug #585598. | ||||
| * | reduce(): Clarified what is returned in the case of a sequence 1 item long and | Fred Drake | 2002-07-17 | 1 | -6/+6 |
| | | | | | initial/default value. | ||||
| * | Clarify the return value of __nonzero__(): It *must* be an integer. | Fred Drake | 2002-07-12 | 1 | -3/+3 |
| | | | | | Closes SF bug #579991. | ||||
| * | Document gc.get_objects(). | Fred Drake | 2002-07-10 | 1 | -0/+6 |
| | | | | | Closes SF bug #578308. | ||||
| * | Note that unicode() can raise LookupError for unknown codecs. | Fred Drake | 2002-07-09 | 1 | -1/+2 |
| | | | | | Closes SF bug #513666. | ||||
| * | Fix typo reported by Kent Engström, and a bunch of broken markup. | Fred Drake | 2002-07-08 | 1 | -11/+11 |
| | | |||||
| * | Fix typo: "an Unicode string" --> "a Unicode string" | Fred Drake | 2002-07-08 | 1 | -2/+2 |
| | | | | | Clarify the return value when the parameter is a Unicode object. | ||||
| * | Add annotations that describe the change in the "errors" and "failures" | Fred Drake | 2002-07-02 | 1 | -0/+4 |
| | | | | | attributes of the TestResult. | ||||
| * | Update the documentation of the errors and failures attributes of the | Fred Drake | 2002-07-02 | 1 | -6/+48 |
| | | | | | | | TestResult object. Add an example of how to get even more information for apps that can use it. Closes SF bug #558278. | ||||
| * | Fixed bug 574978 shutil example out of sync with source code | Raymond Hettinger | 2002-06-30 | 1 | -2/+1 |
| | | |||||
| * | Fix bug 575221 referred to dictionary type instead of dict. | Raymond Hettinger | 2002-06-30 | 1 | -1/+1 |
| | | |||||
| * | Clarify the version information for the unicode() built-in. | Fred Drake | 2002-06-29 | 1 | -6/+9 |
| | | | | | Closes SF bug #575272. | ||||
