summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* #5245: note that PyRun_SimpleString doesnt return on SystemExit.Georg Brandl2009-03-311-0/+4
* #837577: note cryptic return value of spawn*e on invalid env dicts.Georg Brandl2009-03-311-1/+3
* #970783: document PyObject_Generic[GS]etAttr.Georg Brandl2009-03-311-0/+21
* #992207: document that the parser only accepts \\n newlines.Georg Brandl2009-03-311-1/+6
* The unittest.TestCase.assertEqual() now displays the differences in lists,Gregory P. Smith2009-03-311-21/+205
* #5417: replace references to undocumented functions by ones to documented fun...Georg Brandl2009-03-311-12/+13
* #1386675: specify WindowsError as the exception, because it has a winerror at...Georg Brandl2009-03-311-9/+8
* #5529: backport new docs of import semantics written by Brett to 2.x.Georg Brandl2009-03-313-52/+177
* #5581: fget argument of abstractproperty is optional as well.Georg Brandl2009-03-311-1/+2
* #5566: fix versionadded from PyLong ssize_t functions.Georg Brandl2009-03-311-3/+3
* #5519: remove reference to Kodos, which seems dead.Georg Brandl2009-03-311-7/+1
* Add various itemsAndrew M. Kuchling2009-03-311-9/+55
* Add more itemsAndrew M. Kuchling2009-03-301-4/+46
* typo fixAndrew M. Kuchling2009-03-301-1/+1
* #5039: make it clear that the impl. note refers to CPython.Georg Brandl2009-03-301-2/+3
* A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),Barry Warsaw2009-03-301-1/+2
* Many editsAndrew M. Kuchling2009-03-301-75/+74
* Add several items and placeholdersAndrew M. Kuchling2009-03-301-42/+90