summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Adjust to understand use of either single- or double-quotes to quoteFred Drake2001-06-221-20/+23
* Add the new texinputs/license.tex to the shared dependencies.Fred Drake2001-06-221-0/+1
* Fix & clean up the information about building Python with large file supportFred Drake2001-06-221-4/+3
* Move license information to a less annoying location in the document.Fred Drake2001-06-201-0/+13
* Update to include the license information in a less annoying place.Fred Drake2001-06-205-0/+16
* Separate the copyright statements and license text; include some newFred Drake2001-06-202-96/+261
* Separate the version number and release status into two separate values.Fred Drake2001-06-201-1/+2
* Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO.Fred Drake2001-06-201-5/+5
* Added support for new \setreleaseinfo macro.Fred Drake2001-06-201-65/+76
* Add a little more support for describing version information. ThisFred Drake2001-06-201-0/+3
* Document the new encodestring() and decodestring() functions. Also,Barry Warsaw2001-06-191-2/+19
* Add some information on the use of \verbatiminput to display sources fromFred Drake2001-06-181-0/+15
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-171-2/+3
* Document that filter is added in 2.2.Martin v. Löwis2001-06-161-0/+1
* Implement the \verbatiminput LaTeX macro; this contains more magic thanFred Drake2001-06-151-0/+46
* Add a version annotation for the Q and q format codes.Fred Drake2001-06-151-1/+2
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* Make the option processing more robust.Fred Drake2001-06-121-7/+31
* Fixed reference to table notes for {}.keys() and {}.items() -- theseFred Drake2001-06-121-4/+4
* Added q/Q standard (x-platform 8-byte ints) mode in struct module.Tim Peters2001-06-121-7/+10
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* Fix recent changes so that this section will format again.Fred Drake2001-06-111-2/+3
* Initial support for 'q' and 'Q' struct format codes: for now, only inTim Peters2001-06-101-5/+6
* Fix the attributions for the new floating point text.Fred Drake2001-06-081-2/+1
* Added credits in the right places.Fred Drake2001-06-081-0/+2
* Text from Tim & Guido discussing floating point arithmetic and what usersFred Drake2001-06-081-0/+265
* add warning about situation where code may be executed twice, once whenSkip Montanaro2001-06-081-0/+10
* In the section on extending the profiler, add some additional discussionFred Drake2001-06-081-10/+45
* Document filter.Martin v. Löwis2001-06-071-0/+5
* Typo: "descrition" --> "description"Fred Drake2001-06-061-3/+10
* Add references to the documentation for the Python documentation markup.Fred Drake2001-06-062-0/+14
* Fix bug #422702: Make flag argument to open optional, and document it that way.Martin v. Löwis2001-06-051-1/+1
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* Added entry for HTMLParser documentation.Fred Drake2001-05-302-0/+2
* Michel Pelletier <michel@digicool.com>:Fred Drake2001-05-301-0/+136
* New solution to the "Someone stuck a colon in that filename!" problem:Fred Drake2001-05-291-3/+10
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* Hack to make this play nicer with *old* versions of Python: os.path.abspath()Fred Drake2001-05-291-0/+10
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-10/+15
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Removed information on the old third parameter to _PyTuple_Resize().Fred Drake2001-05-291-1/+20
* If the input line does not contain enough fields, raise a meaningfulFred Drake2001-05-291-0/+2
* Do not start API descriptions with "Does the same, but ..." -- actuallyFred Drake2001-05-291-10/+13