summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Clarify the behavior of any() and all() with an empty iterable.Raymond Hettinger2009-04-161-2/+4
* Less red ink (warning->note) and add link to def of side-by-side assembly.R. David Murray2009-04-161-4/+6
* Fix for issue3440: add warning to subprocess discussion ofR. David Murray2009-04-151-0/+7
* tupel -> tupleBenjamin Peterson2009-04-141-3/+3
* #5745: more linking for identifiers in email docs.Georg Brandl2009-04-138-111/+124
* Simplify markup.Georg Brandl2009-04-131-6/+3
* Fixed another typos. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
* Fixed typo. (email.Utils => email.utils)Hirokazu Yamamoto2009-04-131-2/+2
* fix missing quoteBenjamin Peterson2009-04-121-1/+1
* fix extra parenthesis #5774Benjamin Peterson2009-04-121-1/+1
* Take credit for my patch for issue 5237.Eric Smith2009-04-121-1/+1
* fix markupBenjamin Peterson2009-04-111-10/+9
* Take credit for a patch of mine.Georg Brandl2009-04-111-2/+2
* Re-wordAndrew M. Kuchling2009-04-111-3/+3
* Add various itemsAndrew M. Kuchling2009-04-111-12/+86
* #5732: added the check command into DistutilsTarek Ziadé2009-04-112-0/+65
* fixed linkTarek Ziadé2009-04-111-1/+1
* Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...Nick Coghlan2009-04-111-0/+24
* Add examples.Raymond Hettinger2009-04-101-74/+37
* Let "lambda" point to the correct heading.Georg Brandl2009-04-101-2/+1
* Fix the count of datatypes.Raymond Hettinger2009-04-101-1/+1
* Clarify the table entries for combinatorics.Raymond Hettinger2009-04-101-8/+13
* IE needs the border-left:0 for some reason.Raymond Hettinger2009-04-101-1/+2
* More table clean-upRaymond Hettinger2009-04-101-6/+2
* Center table headings.Raymond Hettinger2009-04-091-0/+4
* More table formatting.Raymond Hettinger2009-04-091-1/+6
* Add note on using keyword arguments with OrderedDict.Raymond Hettinger2009-04-091-0/+4
* Add a custom stylesheet with better table formatting.Georg Brandl2009-04-091-0/+415
* Typo fixesAndrew M. Kuchling2009-04-091-6/+6
* Add itemsAndrew M. Kuchling2009-04-091-5/+72
* Update ignore file for suspicious builder.Georg Brandl2009-04-081-0/+2
* Remove redundant backtick.Georg Brandl2009-04-081-1/+1
* Fix make.bat to match makefile changesRaymond Hettinger2009-04-071-1/+1
* Fixed #5095: msi missing from Distutils bdist formatsTarek Ziadé2009-04-051-4/+7
* Adding assertIs and assertIsNot methods to unittest.TestCaseMichael Foord2009-04-051-0/+17
* #5298: clarify docs about GIL by using more consistent wording.Georg Brandl2009-04-051-78/+79
* #5444: adapt make.bat to new htmlhelp output file name.Georg Brandl2009-04-051-1/+2
* #5370: doc update about unpickling objects with custom __getattr__ etc. methods.Georg Brandl2009-04-051-0/+9
* #1718017: document the relation of os.path and the posixpath, ntpath etc. mod...Georg Brandl2009-04-052-11/+16
* Avoid sure signs of a diseased mind.Georg Brandl2009-04-053-5/+6
* Normalize spelling of Mac OS X.Georg Brandl2009-04-053-7/+7
* #1742837: expand HTTP server docs, and fix SocketServer ones to document meth...Georg Brandl2009-04-052-31/+58
* note how using iter* are unsafe while mutating and document iter(dict)Benjamin Peterson2009-04-041-0/+14
* #5601: clarify that webbrowser is not meant for file names.Georg Brandl2009-04-041-0/+4
* #5642: clarify map() compatibility to the builtin.Georg Brandl2009-04-041-2/+2
* Fix error in description of 'oct' (issue 5678).R. David Murray2009-04-041-1/+1
* Add helpful link.Raymond Hettinger2009-04-041-0/+6
* Clarified warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-3/+4
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-038-8/+8
* Fix 'the the'; grammar fixAndrew M. Kuchling2009-04-031-2/+2