summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* PyImport_AppendInittab() took a char * as a first argument even though thatBrett Cannon2009-04-021-1/+1
* 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
* Fix multiprocessing.event to match the new threading.Event APIJesse Noller2009-04-011-0/+6
* Fix for failing asyncore tests.Josiah Carlson2009-04-011-1/+2
* Dont shout to users.Georg Brandl2009-03-311-1/+1
* Improve examples for collections.deque()Raymond Hettinger2009-03-311-25/+24
* #5018: remove confusing paragraph.Georg Brandl2009-03-311-7/+5
* #5583 Added optional Extensions in DistutilsTarek Ziadé2009-03-311-0/+4
* #3427: document correct return type for urlopen().info().Georg Brandl2009-03-311-1/+1
* #5563: more documentation for bdist_msi.Georg Brandl2009-03-311-1/+9
* #5598: document DocFileSuite *args argument.Georg Brandl2009-03-311-32/+34
* #1530012: move TQS section before raw strings.Georg Brandl2009-03-311-15/+14
* #1674032: return value of flag from Event.wait(). OKed by Guido.Georg Brandl2009-03-311-3/+9
* Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.Gregory P. Smith2009-03-311-0/+21
* #5618: fix typo.Georg Brandl2009-03-311-1/+1
* #4411: document mro() and __mro__. (I hope I got it right.)Georg Brandl2009-03-311-1/+16
* Fix-up unwanted change.Georg Brandl2009-03-311-1/+1
* #1096310: document usage of sys.__std*__ a bit better.Georg Brandl2009-03-311-3/+8
* #4882: document named group behavior a bit better.Georg Brandl2009-03-311-7/+9
* #5241: document missing U in regex howto.Georg Brandl2009-03-311-0/+12
* #5227: note that Py_Main doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4