summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix SF bug #691276, shutil.copytree documentation bugNeal Norwitz2003-02-231-1/+4
* User requested changes to the itertools module.Raymond Hettinger2003-02-231-40/+52
* I'm am the PyPy sprint waiting for a Grand Renaming so I killed a fewMichael W. Hudson2003-02-211-2/+2
* Add some minimal doc for get_completer added for patch 676342Neal Norwitz2003-02-211-0/+5
* Fill in missing table entries.Raymond Hettinger2003-02-211-1/+5
* SF bug #685775: turtle circle() documentation errorRaymond Hettinger2003-02-211-4/+5
* Markup and nits.Raymond Hettinger2003-02-211-12/+11
* Add some notes about HIGHEST_PROTOCOL.Neal Norwitz2003-02-211-4/+15
* SF patch #687683, Patches to logging (updates from Vinay)Neal Norwitz2003-02-181-10/+11
* Fix SF bug #687655, String formatting conversions misleadingNeal Norwitz2003-02-171-1/+1
* Migrate definitions of several platform-dependent path-related variablesSkip Montanaro2003-02-141-0/+7
* extsep description:Fred Drake2003-02-141-2/+3
* add missing description of os.extsepSkip Montanaro2003-02-141-0/+5
* SF bug #663701: sets module reviewRaymond Hettinger2003-02-141-4/+4
* SF bug #663701. The caret wasn't printing well in the PDF documentation.Raymond Hettinger2003-02-141-1/+1
* Try to doc the new pickle details being implemented as part of PEP 307.Neal Norwitz2003-02-131-7/+63
* Cleanup from patch #683257:Neal Norwitz2003-02-121-0/+13
* Unparenting BZ2File, as discussed in SF patch #661796.Gustavo Niemeyer2003-02-111-2/+0
* Fix so it compiles at least.Michael W. Hudson2003-02-111-1/+1
* Remove erroneous period.Michael W. Hudson2003-02-101-1/+1
* C Code:Raymond Hettinger2003-02-091-66/+84
* Comparison for timedelta, time, date and datetime objects: __eq__ andTim Peters2003-02-071-1/+19
* SF bug #681003: itertools issuesRaymond Hettinger2003-02-071-0/+4
* Fix SF bug #675259, os.environ leaks under FreeBSD and Mac OS XNeal Norwitz2003-02-071-1/+7
* Update doc to reflect code changes for obsoleting use_statcache parameterNeal Norwitz2003-02-061-8/+3
* Typo fixesAndrew M. Kuchling2003-02-061-2/+2
* Fix description of filterwarnings() parameters (error noted by Richard Jones atAndrew M. Kuchling2003-02-061-4/+5
* Provide version changed infoNeal Norwitz2003-02-061-0/+1
* Updated version of [ 558544 ] cmd.py: add instance-specific stdin/outAnthony Baxter2003-02-061-5/+11
* Markup fixes; in particular, the tables are now reasonable widthAndrew M. Kuchling2003-02-051-104/+117
* supports_unicode_filenames was not in the right location.Fred Drake2003-02-041-7/+8
* Update to better reflect the usage of struct_time instances throughout;Fred Drake2003-02-041-24/+28
* Bug #678077: Suggest alternative to os.getlogin()Andrew M. Kuchling2003-02-031-1/+3
* Move itertools module from the sandbox and into production.Raymond Hettinger2003-02-012-0/+326
* Change the treatment of positions returned by PEP293Walter Dörwald2003-01-312-6/+17
* SF bug #671447: StringIO doc doesn't say it's sometimes read-only.Raymond Hettinger2003-01-311-0/+5
* Fix markup error.Fred Drake2003-01-301-1/+1
* Author markup: Andrew got to it firstRaymond Hettinger2003-01-301-1/+0
* Move a footnote to the end of the sentence, so the note mark won'tFred Drake2003-01-291-3/+4
* More markup changes for consistency.Fred Drake2003-01-281-14/+14
* Various minor markup adjustments.Fred Drake2003-01-281-16/+25
* Adjust some of Skip's latest changes slightly; these really are thingsFred Drake2003-01-271-5/+13
* * add \versionadded{} strings as appropriateSkip Montanaro2003-01-271-5/+23
* Fix minor typos.Raymond Hettinger2003-01-251-6/+6
* SF #638299, LaTeX documentation for logging packageNeal Norwitz2003-01-251-884/+846
* Fix markupNeal Norwitz2003-01-251-1/+1
* date and datetime comparison: when we don't know how toTim Peters2003-01-241-0/+16
* Fred drives and fixes a formatting nit.Barry Warsaw2003-01-241-2/+2
* SF bug 660872: datetimetz constructors behave counterintuitively (2.3a1).Tim Peters2003-01-231-10/+19
* Reimplemented datetime.now() to be useful.Tim Peters2003-01-231-8/+14