summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace.Raymond Hettinger2005-03-271-1/+1
|
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-9/+7
|
* Function signatures for tp_descr_get and tp_descr_set.Thomas Heller2005-03-241-1/+15
|
* clean up the underscore mess for the typeset formats so that subscriptsFred Drake2005-03-244-28/+256
| | | | work in math displays (thanks to Bo Peng on the Doc-SIG)
* Fix typo.Walter Dörwald2005-03-231-1/+1
|
* - fix markup bugsFred Drake2005-03-221-5/+14
| | | | | - more consistent markup - elaborate a couple of points
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+35
| | | | outputs with the distribution object.
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
|
* fix obscure markup error, wrapping a long lineFred Drake2005-03-211-2/+2
|
* fix environment broken in revision 1.6Fred Drake2005-03-211-0/+1
|
* PEP 314 implementation (client side):Fred Drake2005-03-202-0/+84
| | | | added support for the provides, requires, and obsoletes metadata fields
* Write part of PEP 309 sectionAndrew M. Kuchling2005-03-201-1/+22
|
* Describe how to get back lib-old; if this isn't the best way, please let me knowAndrew M. Kuchling2005-03-201-1/+14
|
* Add itemAndrew M. Kuchling2005-03-201-1/+11
|
* Describe various thingsAndrew M. Kuchling2005-03-201-6/+44
|
* Fill-in missing argspec.Raymond Hettinger2005-03-191-1/+1
|
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+6
|
* add UnicodeReader and UnicodeWriter example classesSkip Montanaro2005-03-181-0/+35
|
* Revised the itertools quantifier recipes to match the performance of theRaymond Hettinger2005-03-111-8/+8
| | | | new builtins.
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+26
|
* Fix test for socket.getfqdn() to also include the name returned byBrett Cannon2005-03-111-2/+2
| | | | | | | socket.gethostname() in the check for a valid return. Also clarified docs (official and docstring) that the value from gethostname() is returned if gethostbyaddr() doesn't do the job.
* - fix generated Texinfo markup for \deprecatedFred Drake2005-03-101-1/+10
| | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2)
* fix broken usage commentFred Drake2005-03-101-1/+1
|
* add missing entries from GNU info conversion tableFred Drake2005-03-101-0/+2
| | | | (ported from release24-maint branch revision 1.10.4.1)
* correct several markup errors caught by the GNU info conversionFred Drake2005-03-101-22/+25
| | | | (ported from release24-maint branch revision 1.86.2.3)
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-4/+11
| | | | | of multiple fields. This provides direct support for sorting by multiple keys.
* hmmm... moving def'n of version makes the __init__ unnecessary for theSkip Montanaro2005-03-091-2/+0
| | | | example
* Correct description/example of how to override User-agent.Skip Montanaro2005-03-091-4/+4
|
* Make functional.partial() more closely match the spec by emulating some ↵Raymond Hettinger2005-03-081-0/+8
| | | | | | | useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc.
* SF #1156412: document the __new__() static methodGreg Ward2005-03-081-0/+29
| | | | (merge from release24-maint branch).
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-1/+16
| | | | attributes to oss_audio_device object: 'closed', 'name', and 'mode'.
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-1/+2
| | | | stream compression; add, for symmetry reasons, r:* as a synonym of r.
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+25
|
* Updates to the exceptions documentation (this is my patch #1156102).Michael W. Hudson2005-03-042-23/+27
|
* Patch #1107221: Updated "Working on Cygwin" section.Martin v. Löwis2005-03-031-17/+28
| | | | Will backport to 2.4.
* minor edits:Fred Drake2005-03-031-3/+4
| | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-2/+4
| | | | file size.
* Document quiet parameter to decode. Fixes #803413.Martin v. Löwis2005-03-031-1/+5
|
* Noted that the module is new in version 2.5.Raymond Hettinger2005-03-021-0/+1
|
* Improve (?) description of system dependence of access to the pw_passwdSkip Montanaro2005-03-021-2/+5
| | | | field on systems that support shadow passwords.
* Note various changes that need to be describedAndrew M. Kuchling2005-03-011-3/+26
|
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-282-0/+73
| | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
* Update an example to match current output.Raymond Hettinger2005-02-231-3/+1
|
* Document missing opcodes.Raymond Hettinger2005-02-211-0/+8
|
* Fix some wording and grammar nits.Raymond Hettinger2005-02-211-5/+5
|
* Fixed documentation for SMTPHandlerVinay Sajip2005-02-181-2/+1
|
* Fix name for PyDateTime_FromDateAndTime.Brett Cannon2005-02-171-1/+1
| | | | Closes bug #1124278.
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-1317-622/+191
| | | | | | 9. Applies patch #1095802. Thanks Jack Jansen.
* SF bug #1119700: list extend() accepts args besides listsRaymond Hettinger2005-02-091-1/+1
|
* add 2.3.5, 2.4 to the history and licensing infoFred Drake2005-02-081-0/+2
|