summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* #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
| | | | of modules, including the ability to block extension modules in order to test the pure Python fallbacks
* 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
| | | | Issue #2578
* #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. ↵Georg Brandl2009-04-052-11/+16
| | | | modules better.
* 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 ↵Georg Brandl2009-04-052-31/+58
| | | | methods as methods, not functions.
* 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
|
* Add some itemsAndrew M. Kuchling2009-04-031-4/+37
|
* Added warning about logging use from asynchronous signal handlers.Vinay Sajip2009-04-031-0/+3
|
* Update docs for namedtuple's renaming change.Raymond Hettinger2009-04-021-1/+1
|
* Issue #2396: backport the memoryview object.Antoine Pitrou2009-04-025-7/+407
|
* Add custom initializer argument to multiprocess.Manager*, courtesy of lekmaJesse Noller2009-04-021-2/+3
|
* Clarify that datetime strftime does not produce leap seconds and datetimeR. David Murray2009-04-021-2/+6
| | | | | | | strptime does not accept it in the strftime behavior section of the datetime docs. Closes issue 2568.
* Issue 3551: Raise ValueError if the size causes ERROR_NO_SYSTEM_RESOURCESJesse Noller2009-04-021-2/+5
|
* Better exception messages for unittest assert methods.Michael Foord2009-04-021-1/+19
| | | | | | | | | | | | - unittest.assertNotEqual() now uses the inequality operator (!=) instead of the equality operator. - Default assertTrue and assertFalse messages are now useful. - TestCase has a longMessage attribute. This defaults to False, but if set to True useful error messages are shown in addition to explicit messages passed to assert methods. Issue #5663
* PyImport_AppendInittab() took a char * as a first argument even though thatBrett Cannon2009-04-021-1/+1
| | | | | | | string was stored beyond the life of the call. Changed the signature to be const char * to help make this point. Closes issue #1419652.
* this should be :noindex:Benjamin Peterson2009-04-021-1/+1
|
* fix markupBenjamin Peterson2009-04-021-2/+1
|
* Typo fixAndrew M. Kuchling2009-04-021-2/+2
|
* #4572: add SEEK_* values as constants in io.py.Georg Brandl2009-04-011-3/+9
|
* Add link to an alternative generator with a long-period.Raymond Hettinger2009-04-011-0/+4
|
* Issue 3270: document Listener address restrictions on windowsJesse Noller2009-04-011-0/+6
|