- 3156316 SF: 1397711 Set docs conflated immutable and hashable by Raymond Hettinger · 19 years ago
- 3f8aca1 Patch #1652681: create nonexistent files in append mode and by Lars Gustäbel · 19 years ago
- 129bd52 No more raising of string exceptions! by Brett Cannon · 19 years ago
- a051536 Bug #1648191: typo in docs. by Georg Brandl · 19 years ago
- 391e917 Strengthen warning about using lock() by Andrew M. Kuchling · 19 years ago
- aef4c6b Patch #1610575: Add support for _Bool to struct. by Martin v. Löwis · 19 years ago
- 1b0ce85 SF# 1635892: Fix docs for betavariate's input parameters . by Raymond Hettinger · 19 years ago
- 3ffcfe2 [Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and warn user to lock/unlock mailboxes when modifying them by Andrew M. Kuchling · 19 years ago
- f5c034a Add a note for strptime that just because strftime supports some extra by Brett Cannon · 19 years ago
- 2799aab Doc patch matching r53434 (htonl etc. now always take/return positive ints). by Guido van Rossum · 19 years ago
- 1ff01fb Added documentation for WatchedFileHandler (based on SF patch #1598415) by Vinay Sajip · 19 years ago
- 7ded34d Fix typo. by Georg Brandl · 19 years ago
- 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
- 78a132b Fix error where the end of a funcdesc environment was accidentally moved too by Brett Cannon · 19 years ago
- 764a7ec - Make the documentation match the code and the docstring by Matthias Klose · 19 years ago
- d92d3c7 typo fix by Gregory P. Smith · 19 years ago
- 8b96a35 Support linking of the bsddb module against BerkeleyDB 4.5.x by Gregory P. Smith · 19 years ago
- 92d54d5 Add EnvironmentVarGuard to test.test_support. Provides a context manager to by Brett Cannon · 19 years ago
- d5624cf Fix wrong markup of an argument in a method signature. Will backport. by Thomas Heller · 19 years ago
- 4a8d272 Mention the os.SEEK_* constants by Andrew M. Kuchling · 19 years ago
- 2dd7c8c [Bug #1619680] in_dll() arguments are documented in the wrong order by Andrew M. Kuchling · 19 years ago
- a490d59 Some other built-in functions are described with 'sequence' arguments by Andrew M. Kuchling · 19 years ago
- b688573 Two grammar fixes by Andrew M. Kuchling · 19 years ago
- 1be2ac9 [Bug #1619674] Make sum() use the term iterable, not sequence by Andrew M. Kuchling · 19 years ago
- ebbeed7 Patch #1484695: The tarfile module now raises a HeaderError exception by Georg Brandl · 19 years ago
- 8183c63 Updated documentation for findCaller() to indicate that a 3-tuple is now returned, rather than a 2-tuple. by Vinay Sajip · 19 years ago
- 64df22b [Bug #1613651] Document socket.recv_into, socket.recvfrom_into by Andrew M. Kuchling · 19 years ago
- 4cd69d4 [Bug #1618083] Add missing word; make a few grammar fixes by Andrew M. Kuchling · 19 years ago
- 7366fce Note that guard_warnings_filter was added in 2.6 by George Yoshida · 19 years ago
- 6d9520c Add test.test_support.guard_warnings_filter . This function returns a context by Brett Cannon · 19 years ago
- 0adf084 Fix a typo by Neal Norwitz · 19 years ago
- ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
- 70f4669 RFE #1592899: mention string.maketrans() in docs for str.translate, by Georg Brandl · 19 years ago
- 0a286d0 Fix pickle doc typo Patch #1608758 by George Yoshida · 19 years ago
- 9be4905 fix a versionchanged tag by George Yoshida · 19 years ago
- a00bcac Patch #1371075: Make ConfigParser accept optional dict type by Martin v. Löwis · 19 years ago
- 73e7e05 Bug #1603789: grammatical error in Tkinter docs. by Georg Brandl · 19 years ago
- 3f96902 Bug #1601630: little improvement to getopt docs by Georg Brandl · 19 years ago
- 7ac0396 Fix SF #1599879, socket.gethostname should ref getfqdn directly. by Neal Norwitz · 19 years ago
- 1e75386 Further markup fix. by Georg Brandl · 19 years ago
- 942f5e7 markup fix by George Yoshida · 19 years ago
- 0752935 Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. by Martin v. Löwis · 19 years ago
- 5408211 Bug #1597824: return the registered function from atexit.register() by Georg Brandl · 19 years ago
- adff8eb Bug #1597576: mention that the new base64 api has been introduced in py2.4. by Georg Brandl · 19 years ago
- 056dac1 Bug #1067760: Deprecate passing floats to file.seek. by Martin v. Löwis · 19 years ago
- 040a927 Patch #1065257: Support passing open files as body in HTTPConnection.request(). by Martin v. Löwis · 19 years ago
- 1ee79f1 Bug #1594758: wording improvement for dict.update() docs. by Georg Brandl · 19 years ago
- 361bc21 Bug #1594742: wrong word in stringobject doc. by Georg Brandl · 19 years ago
- 48b1007 [Feature request #1542920] Link to wsgi.org by Andrew M. Kuchling · 19 years ago
- fafdc3b Bug #1592533: rename variable in heapq doc example, to avoid shadowing "sorted". by Georg Brandl · 19 years ago
- 9bfc244 Fix grammatical error as well. by Thomas Heller · 19 years ago
- a2dd0f3 Fix markup. by Thomas Heller · 19 years ago
- 3230599 note that user can control directory location even if default dir is used by Skip Montanaro · 19 years ago
- be1bc3b Fix a code example by adding a missing import. by Thomas Heller · 19 years ago
- b114723 Replace the XXX marker in the 'Arrays and pointers' reference manual by Thomas Heller · 19 years ago
- 1241100 Added relativeCreated to Formatter doc (has been in the system for a long time - was unaccountably left out of the docs and not noticed until now). by Vinay Sajip · 19 years ago
- 4bb9b56 From SF 1557890, fix problem of using wrong type in example. by Neal Norwitz · 19 years ago
- 35692a0 Fix nth() itertool recipe. by Georg Brandl · 19 years ago
- d3aad01 Point users to the subprocess module in the docs for os.system, os.spawn*, os.popen2, and the popen2 and commands modules by Andrew M. Kuchling · 19 years ago
- 4bc64aa [Bug #1562583] Mention the set_reuse_addr() method by Andrew M. Kuchling · 19 years ago
- 14b0cab [Bug #1583946] Reword description of server and issuer by Andrew M. Kuchling · 19 years ago
- 514d0cf [Bug #1585690] Note that line_num was added in Python 2.5 by Andrew M. Kuchling · 19 years ago
- 1192044 Some wording changes and markup fixes by Andrew M. Kuchling · 19 years ago
- ee82c0e Patch #1567274: Support SMTP over TLS. by Martin v. Löwis · 19 years ago
- 10168f2 Patch #1580674: with this patch os.readlink uses the filesystem encoding to by Ronald Oussoren · 19 years ago
- 5a72372 Clean up the language of a sentence relating to the connect() function and by Brett Cannon · 19 years ago
- a9969a6 Small grammar fix, thanks Sjoerd. by Georg Brandl · 19 years ago
- 10f0f69 Add a note to fpectl docs that it's not built by default (bug #1556261). by Georg Brandl · 19 years ago
- 7d74a0e Bug #1546628: add a note about urlparse.urljoin() and absolute paths. by Georg Brandl · 19 years ago
- fc83757 Bug #1575746: fix typo in property() docs. by Georg Brandl · 19 years ago
- fe6e46d Note that the excel_tab class is registered as the "excel-tab" dialect. by Skip Montanaro · 19 years ago
- c536a64 Case fix by Andrew M. Kuchling · 19 years ago
- 3c108b0 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 19 years ago
- 710513e Clarify what "re-initialization" means for init_builtin() and init_dynamic(). by Brett Cannon · 19 years ago
- f4686f9 Documentation clarified to mention optional parameters. by Vinay Sajip · 19 years ago
- cfbb7df Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). by Vinay Sajip · 19 years ago
- fb25773 Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 19 years ago
- 13782a3 revise explanation of returns_unicode to reflect bool values by Fred Drake · 19 years ago
- a58f123 - fix module name in links in formatted documentation by Fred Drake · 19 years ago
- c9ded90 Correct elementtree module index entry. by Georg Brandl · 19 years ago
- cdf6afd Fix grammar errors and improve clarity. by Ka-Ping Yee · 19 years ago
- ab85687 More wordsmithing by Andrew M. Kuchling · 19 years ago
- 32cec80 Some editing, markup fixes by Andrew M. Kuchling · 19 years ago
- abd5520 Markup typo fix by Andrew M. Kuchling · 19 years ago
- af57f60 Fix typo in example by Andrew M. Kuchling · 19 years ago
- 6d75567 Use native SQLite types by Andrew M. Kuchling · 19 years ago
- 2b46434 Explain SQLite a bit more clearly by Andrew M. Kuchling · 19 years ago
- c48c9e2 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 19 years ago
- a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 19 years ago
- 5a901c6 Typo fix for decimal docs by Nick Coghlan · 19 years ago
- f1f42d8 Fix final documentation nits before backporting decimal module fixes to 2.5 by Nick Coghlan · 19 years ago
- 68b6d3b Fix documentation nits for decimal context managers. by Raymond Hettinger · 19 years ago
- e7877d9 Further corrections to the decimal module context management documentation by Nick Coghlan · 19 years ago
- eef345a - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 19 years ago
- 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 19 years ago
- f580b10 Doc fix: hashlib objects don't always return a digest of 16 bytes. by Armin Rigo · 19 years ago
- c855787 patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 19 years ago
- f5af05a Tutorial: by Thomas Heller · 19 years ago
- 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 19 years ago
- 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 19 years ago