- fc83757 Bug #1575746: fix typo in property() docs. by Georg Brandl · 18 years ago
- fe6e46d Note that the excel_tab class is registered as the "excel-tab" dialect. by Skip Montanaro · 18 years ago
- c536a64 Case fix by Andrew M. Kuchling · 18 years ago
- 3c108b0 - update links - remove Sleepycat name now that they have been bought by Fred Drake · 18 years ago
- 710513e Clarify what "re-initialization" means for init_builtin() and init_dynamic(). by Brett Cannon · 18 years ago
- f4686f9 Documentation clarified to mention optional parameters. by Vinay Sajip · 18 years ago
- cfbb7df Documentation omitted the additional parameter to LogRecord.__init__ which was added in 2.5. (See SF #1569622). by Vinay Sajip · 18 years ago
- 44a7b3a Bug #1546052: clarify that PyString_FromString(AndSize) copies the by Georg Brandl · 18 years ago
- fb25773 Bug #1566663: remove obsolete example from datetime docs. by Georg Brandl · 18 years ago
- 21d9943 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
- 5cee720 SF bug #1567976 : fix typo by George Yoshida · 18 years ago
- 656aee7 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
- 9356e11 SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
- 62e955a add boilerplate "What's New" document so the docs will build by Fred Drake · 18 years ago
- 13782a3 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
- a58f123 - fix module name in links in formatted documentation by Fred Drake · 18 years ago
- c9ded90 Correct elementtree module index entry. by Georg Brandl · 18 years ago
- cdf6afd Fix grammar errors and improve clarity. by Ka-Ping Yee · 18 years ago
- ab85687 More wordsmithing by Andrew M. Kuchling · 18 years ago
- 32cec80 Some editing, markup fixes by Andrew M. Kuchling · 18 years ago
- abd5520 Markup typo fix by Andrew M. Kuchling · 18 years ago
- af57f60 Fix typo in example by Andrew M. Kuchling · 18 years ago
- 6d75567 Use native SQLite types by Andrew M. Kuchling · 18 years ago
- 3d1839f Use native SQLite types by Andrew M. Kuchling · 18 years ago
- 2b46434 Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
- 7f295de Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
- 0449c51 Add missing word by Andrew M. Kuchling · 18 years ago
- 863f3d1 Add a warning notice on top of the generated grammar.txt. by Armin Rigo · 18 years ago
- a60b60e Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
- c48c9e2 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
- a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 18 years ago
- 5a901c6 Typo fix for decimal docs by Nick Coghlan · 18 years ago
- f1f42d8 Fix final documentation nits before backporting decimal module fixes to 2.5 by Nick Coghlan · 18 years ago
- 68b6d3b Fix documentation nits for decimal context managers. by Raymond Hettinger · 18 years ago
- e7877d9 Further corrections to the decimal module context management documentation by Nick Coghlan · 18 years ago
- d7df712 SF #1547931, fix typo (missing and). Will backport to 2.5 by Neal Norwitz · 18 years ago
- f29882d evalfile() should be execfile(). by Georg Brandl · 18 years ago
- eef345a - SF patch #1550263: Enhance and correct unittest docs by Fred Drake · 18 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 · 18 years ago
- f580b10 Doc fix: hashlib objects don't always return a digest of 16 bytes. by Armin Rigo · 18 years ago
- 2214507 Move functional howto into trunk by Andrew M. Kuchling · 18 years ago
- c855787 patch for documentation for recent uuid changes (from ping) by Anthony Baxter · 18 years ago
- c458433 Minor edits by Andrew M. Kuchling · 18 years ago
- e7c9bad Typo in tp_clear docs. by Georg Brandl · 18 years ago
- 648c110 Bug #1541682: Fix example in the "Refcount details" API docs. by Georg Brandl · 18 years ago
- b671c93 More post-release wibble by Neal Norwitz · 18 years ago
- f5af05a Tutorial: by Thomas Heller · 18 years ago
- 213e764 Update bug/patch counts by Andrew M. Kuchling · 18 years ago
- ddf3788 Link to docs; remove an XXX comment by Andrew M. Kuchling · 18 years ago
- 115ea43 Bump document version to 1.0; remove pystone paragraph by Andrew M. Kuchling · 18 years ago
- efd68c7 Add UnicodeWarning by Andrew M. Kuchling · 18 years ago
- b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
- 4873fb2 Improve markup in PyUnicode_RichCompare. by Georg Brandl · 18 years ago
- 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
- bfa5f0b SF bug #1539336, distutils example code missing by Neal Norwitz · 18 years ago
- 8a87f5d Patch #1538606, Patch to fix __index__() clipping. by Neal Norwitz · 18 years ago
- 4643c2f Followup to bug #1069160. by Tim Peters · 18 years ago
- 98c0480 Reindent code by Andrew M. Kuchling · 18 years ago
- 58aa6f7 Add missing 'self' parameters by Andrew M. Kuchling · 18 years ago
- 13300f2 [Patch #1534027] Add notes on locale module changes by Andrew M. Kuchling · 18 years ago
- b713660 [Bug #1536021] Mention __hash__ change by Andrew M. Kuchling · 18 years ago
- ab2f8f7 __hash__ may now return long int; the final hash by Martin v. Löwis · 18 years ago
- 7572f03 ``str`` is now the same object as ``types.StringType``. by Georg Brandl · 18 years ago
- 7f719c5 Bug #1536660: separate two words. by Georg Brandl · 18 years ago
- 6c223fe Bug #1536828: typo: TypeType should have been StringType. by Georg Brandl · 18 years ago
- 4f71b55 Bump version number by Andrew M. Kuchling · 18 years ago
- a977130 'Other changes' section now has only one item; move the item elsewhere and remove the section by Andrew M. Kuchling · 18 years ago
- 88eb45f Move obmalloc item into C API section by Andrew M. Kuchling · 18 years ago
- 30c0d1d Reword paragraph to clarify by Andrew M. Kuchling · 18 years ago
- 212b587 Patch #1534922: correct and enhance unittest docs. by Georg Brandl · 18 years ago
- f4152c3 Fix mangled sentence by Andrew M. Kuchling · 18 years ago
- d856ce0 fix typos by Gregory P. Smith · 18 years ago
- 5c387f2 Fix a mistake. by Thomas Heller · 18 years ago
- 6a0ce40 A few nore words about what ctypes does. by Thomas Heller · 18 years ago
- 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
- b7697a5 [Bug #848556] Remove \d* from second alternative to avoid exponential case when repeating match by Andrew M. Kuchling · 18 years ago
- aa95fdb [Bug #1514540] Instead of putting the standard types in a section, put them in a chapter of their own. This means string methods will now show up in the ToC. (Should the types come before or after the functions+exceptions+constants chapter? I've put them after, for now.) by Andrew M. Kuchling · 18 years ago
- fbf9699 Fix function name. by Georg Brandl · 18 years ago
- ec3a894 Remove reference to notation by Andrew M. Kuchling · 18 years ago
- 17159fe Typo fix by Andrew M. Kuchling · 18 years ago
- 04c897a Mention csv newline changes by Andrew M. Kuchling · 18 years ago
- 4bcfe53 Add PyErr_WarnEx() by Andrew M. Kuchling · 18 years ago
- 555ac45 Document PyErr_WarnEx. (Bad Neal! No biscuit!) by Andrew M. Kuchling · 18 years ago
- 43bae41 Add refcounts for PyErr_WarnEx by Andrew M. Kuchling · 18 years ago
- 759c185 minor tweaks by Skip Montanaro · 18 years ago
- 08bbccf minor tweaks by Skip Montanaro · 18 years ago
- 10183b8 Redo the comment about the 2.5 change in quoted-newline handling. by Andrew McNamara · 18 years ago
- 5b654ea Bug #1531349: right <-> left glitch in __rop__ description. by Georg Brandl · 18 years ago
- c760527 Rename struct.pack_to to struct.pack_into as changed in revision 46642. by George Yoshida · 18 years ago
- e34ac7c Bug #1002398: The documentation for os.path.sameopenfile now correctly by Georg Brandl · 18 years ago
- ad6911b Clarify that __op__ methods must return NotImplemented if they don't support the operation. by Georg Brandl · 18 years ago
- 33c3e29 - remove yet another reference to how commonly Tkinter is (thought to be) used by Fred Drake · 18 years ago
- 2173111 remove possibly-outdated comment on what GUI toolkit is most commonly used; by Fred Drake · 18 years ago
- c3c805e update information on wxPython, from Robin Dunn by Fred Drake · 18 years ago
- e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 18 years ago
- ad416d0 [Bug #793553] Correct description of keyword arguments for SSL authentication by Andrew M. Kuchling · 18 years ago
- d457a97 markup cleanups by Fred Drake · 18 years ago
- 2d5c8e3 Fix case for 'Unix' by Andrew M. Kuchling · 18 years ago
- b9a79c9 Follow TeX's conventions for hyphens by Andrew M. Kuchling · 18 years ago
- a650fb3 fix minor markup error that introduced extra punctuation by Fred Drake · 18 years ago