summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Added note about documenting the SSL support in the socket module.Fred Drake2000-08-311-0/+2
* Push a little more here to avoid style information in the generationFred Drake2000-08-301-0/+3
* Remove the reference to stdwin. The comment was still true, but noFred Drake2000-08-301-6/+4
* doc changes to parallel changes to calendar.py moduleSkip Montanaro2000-08-301-11/+46
* Fix markup errorAndrew M. Kuchling2000-08-301-1/+1
* Markup revisions. Nothing was actually required to be able to format it,Fred Drake2000-08-301-54/+55
* Added a couple of links to online documentation. Reasonable since thisFred Drake2000-08-301-0/+19
* Oops, spell MAL's name right.Barry Warsaw2000-08-301-1/+1
* Documentation for the gettext module.Barry Warsaw2000-08-301-0/+495
* Added libgettext.texBarry Warsaw2000-08-302-0/+2
* Removed forgotten text in list comprehensions section (taken from the HaskellAndrew M. Kuchling2000-08-301-213/+263
* Move a little more here.Fred Drake2000-08-291-0/+3
* Add a --style option to allow specifying an alternate CSS style sheet forFred Drake2000-08-291-4/+8
* Add a comment noting that the dependency information is stored inFred Drake2000-08-291-0/+3
* These files are not part of the current plan.Fred Drake2000-08-2925-1594/+0
* Document "print >> None"Barry Warsaw2000-08-291-3/+4
* Closing patch #101120 -- After everyone agreed.Moshe Zadka2000-08-251-35/+40
* Add reference to RFC 2396 in "See also" section.Fred Drake2000-08-251-6/+11
* Revised documentation relevant to SourceForge patch #100837Fred Drake2000-08-251-12/+23
* Documentation for poll() interface (SF patch #100852)Andrew M. Kuchling2000-08-251-1/+76
* Rough and incomplete documentation on augmented assignment, which followsThomas Wouters2000-08-243-4/+70
* Addresses the other half of Bug #112634 -- the documentation suggestedGuido van Rossum2000-08-241-1/+1
* Move references to RFCs to a "See also" section for consistency withFred Drake2000-08-241-5/+16
* Moshe Zadka <moshez@math.huji.ac.il>:Fred Drake2000-08-241-0/+12
* Make sure Thomas Wouters has enough to do. ;-)Fred Drake2000-08-241-0/+4
* Charles G. Waldman <cgw@fnal.gov>:Fred Drake2000-08-241-0/+7
* fix list comprehension discussion to use \keyword macro instead of simplySkip Montanaro2000-08-231-3/+4
* update commonprefix doc to make sure user is aware it worksSkip Montanaro2000-08-231-2/+4
* require list comprehensions to start with a for clauseSkip Montanaro2000-08-222-6/+23
* Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes.Barry Warsaw2000-08-211-2/+12
* PEP 214, Extended print Statement, has been accepted by the BDFL.Barry Warsaw2000-08-211-0/+12
* Strengthen the warning against using SerialCookie and SmartCookie.Andrew M. Kuchling2000-08-201-9/+12
* Disallow "import mod.submod as m", because the result is ambiguous. Does itThomas Wouters2000-08-191-1/+6
* Add entry for Cookie module.Fred Drake2000-08-192-0/+2
* Make it format.Fred Drake2000-08-191-166/+177
* Initial revision. Markup unchecked.Moshe Zadka2000-08-191-0/+232
* As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange()Fred Drake2000-08-181-14/+15
* Adjust the way __getslice__() is marked as deprecated; this will alsoFred Drake2000-08-181-2/+4
* Fix a markup error that caused formatting to fail.Fred Drake2000-08-181-16/+17
* Mention the new 'import X as Y' syntaxAndrew M. Kuchling2000-08-171-0/+4
* Document the returns_unicode attributeAndrew M. Kuchling2000-08-171-4/+11
* Apply SF patch #101135, adding 'import module as m' and 'from module importThomas Wouters2000-08-172-10/+21
* Apply SF patch #101029: call __getitem__ with a proper slice object if thereThomas Wouters2000-08-171-9/+18
* Remove an item that's been done.Fred Drake2000-08-171-2/+0
* A little more text, and some really minor cleanups.Fred Drake2000-08-171-3/+10
* Small cleanups, and note when zip() entered the menagerie.Fred Drake2000-08-171-3/+1
* Revise the comments about the exceptions module to not refer to sourceFred Drake2000-08-171-4/+4
* Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>:Fred Drake2000-08-171-0/+19
* \citetitle: Format the title, not the optional URL!Fred Drake2000-08-171-1/+1
* Add section on list comprehensionAndrew M. Kuchling2000-08-171-4/+120