summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Correct swapped descriptions of empty string splits.Raymond Hettinger2005-04-191-2/+2
* SF patch #1180062 by George Yoshida:Walter Dörwald2005-04-142-3/+3
* get_method() returns a method name, not take it as an argumentFred Drake2005-04-131-2/+2
* SF bug #1180392: StringIO's docs should mention overwriting of initial valueRaymond Hettinger2005-04-111-0/+1
* SF bug #1179957: Missing def'n of equality for set elementsRaymond Hettinger2005-04-102-1/+7
* Fill out one sectionAndrew M. Kuchling2005-04-091-3/+20
* Add more textAndrew M. Kuchling2005-04-091-7/+29
* Add grammar change for allowing ``class B(): pass`` syntax.Brett Cannon2005-04-091-1/+1
* SF bug #1178269 Clarify when isMappingType/isSequenceType is True.Raymond Hettinger2005-04-071-3/+5
* SF bug #1178255: 256 should read 255 in operator module docsRaymond Hettinger2005-04-071-1/+1
* Added threadName to LogRecordVinay Sajip2005-03-311-0/+1
* Minor wording fix.Michael W. Hudson2005-03-301-2/+3
* add 2.4.1 to the release historyFred Drake2005-03-291-0/+1
* Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.Martin v. Löwis2005-03-281-1/+3
* SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMTGreg Ward2005-03-281-8/+9
* 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
* Fix typo.Walter Dörwald2005-03-231-1/+1
* - fix markup bugsFred Drake2005-03-221-5/+14
* Add the upload command. Make all dist commands register theirMartin v. Löwis2005-03-211-0/+35
* 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
* 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
* 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
* - fix generated Texinfo markup for \deprecatedFred Drake2005-03-101-1/+10
* fix broken usage commentFred Drake2005-03-101-1/+1
* add missing entries from GNU info conversion tableFred Drake2005-03-101-0/+2
* correct several markup errors caught by the GNU info conversionFred Drake2005-03-101-22/+25
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-4/+11
* hmmm... moving def'n of version makes the __init__ unnecessary for theSkip Montanaro2005-03-091-2/+0
* 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 usefu...Raymond Hettinger2005-03-081-0/+8
* SF #1156412: document the __new__() static methodGreg Ward2005-03-081-0/+29
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-1/+16
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-1/+2
* 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