- e275d3d Mention other placeholders by Andrew M. Kuchling · 19 years ago
- 3b336c7 Add an item; also, escape % by Andrew M. Kuchling · 19 years ago
- 1271f00 Mention other placeholders by Andrew M. Kuchling · 19 years ago
- 12238d7 Add an SQLite introduction, taken from the 'What's New' text by Andrew M. Kuchling · 19 years ago
- dba6318 On python-dev Thomas Heller said these were committed by Tim Peters · 19 years ago
- 56dab85 Specify argtypes for all test functions. Maybe that helps on strange ;-) architectures by Thomas Heller · 19 years ago
- 5332989 [Bug #1470026] Include link to list of classifiers by Andrew M. Kuchling · 19 years ago
- 760872d Remove use of Trove name, which isn't very helpful to users by Andrew M. Kuchling · 19 years ago
- bf0400a Remove doctest.testmod's deprecated (in 2.4) `isprivate` by Tim Peters · 19 years ago
- 1985ff7 Mention second encoding speedup by Andrew M. Kuchling · 19 years ago
- 28eeefe Revert revisions: by Tim Peters · 19 years ago
- 67966be Markup fix by George Yoshida · 19 years ago
- 660a4e9 Remove a redundant word by George Yoshida · 19 years ago
- fb2a169 Drop Mac wrappers for the WASTE library. by Ronald Oussoren · 19 years ago
- 6539d2d Patch #1454481: Make thread stack size runtime tunable. by Andrew MacIntyre · 19 years ago
- 4094b3d Minor rewording by Andrew M. Kuchling · 19 years ago
- 27ca711 [Bug #1441864] Clarify description of 'data' argument by Andrew M. Kuchling · 19 years ago
- 794c89b [Bug #1475554] Strengthen text to say 'must' instead of 'should' by Andrew M. Kuchling · 19 years ago
- 29d530b [Bug #1472084] Fix description of do_tag by Andrew M. Kuchling · 19 years ago
- d609b1a pprint functions used to sort a dict (by key) if and only if by Tim Peters · 19 years ago
- 07cf072 Mention SimpleXMLRPCServer change by Andrew M. Kuchling · 19 years ago
- 622f144 [Bug #1473048] by Andrew M. Kuchling · 19 years ago
- 0d272bb 'functional' module was renamed to 'functools' by Andrew M. Kuchling · 19 years ago
- 14a0952 Clarify wording on default values for strptime(); defaults are used when better by Brett Cannon · 19 years ago
- 261e251 Patches #1497027 and #972322: try HTTP digest auth first, by Georg Brandl · 19 years ago
- c649ec5 Apply modified version of Collin Winter's patch #1478788 by Nick Coghlan · 19 years ago
- f3c65de Patch #1080727: add "encoding" parameter to doctest.DocFileSuite by George Yoshida · 19 years ago
- a2d6c8a fix typo by George Yoshida · 19 years ago
- 3689571 End of Ch.3 is now about "with statement". by George Yoshida · 19 years ago
- 5e0b882 minor markup nits by George Yoshida · 19 years ago
- 87f5471 credit where credit is due by Richard Jones · 19 years ago
- dae266e Mention new-style exceptions by Andrew M. Kuchling · 19 years ago
- 7b9558d Conversion of exceptions over from faked-up classes to new-style C types. by Richard Jones · 19 years ago
- b98d65c Add Py_LOCAL macros by Andrew M. Kuchling · 19 years ago
- d004fc8 Patch 1494554: Update numeric properties to Unicode 4.1. by Martin v. Löwis · 19 years ago
- a89dbec Patch #1492218: document None being a constant. by Georg Brandl · 19 years ago
- cc7570f Write more docs. by Thomas Heller · 19 years ago
- e001816 Exception isn't the root of all exception classes anymore. by Georg Brandl · 19 years ago
- afe6598 Add rpartition() and path caching by Andrew M. Kuchling · 19 years ago
- 9c0e9c0 needspeed: rpartition documentation, tests, and a bug fixes. by Fredrik Lundh · 19 years ago
- 2d6c5a8 Reordered, and wrote more docs. by Thomas Heller · 19 years ago
- 69bfaab Write some docs. by Thomas Heller · 19 years ago
- ada638b For now, I gave up with automatic conversion of reST to Python-latex, by Thomas Heller · 19 years ago
- c6f5c87 Typo fix by Andrew M. Kuchling · 19 years ago
- 230c3e1 Add buffer support for struct, socket by Andrew M. Kuchling · 19 years ago
- ad0cb65 Add str.partition() by Andrew M. Kuchling · 19 years ago
- a0fcf50 Typo fixes by Andrew M. Kuchling · 19 years ago
- 0c93ff6 Clarify docs for str.partition(). by Georg Brandl · 19 years ago
- 06a69dd needforspeed: partition implementation, part two. by Fredrik Lundh · 19 years ago
- 485dbd1 Add a x-ref to newer calling APIs. by Georg Brandl · 19 years ago
- 9d67d5e Someone seems to just have copy-pasted the docs of by Georg Brandl · 19 years ago
- 61bbe6c fix broken links in PDF (SF patch #1281291, contributed by Rory Yorke) by Fred Drake · 19 years ago
- 3cdf24b Minor edits; add an item by Andrew M. Kuchling · 19 years ago
- 70bd199 Add item by Andrew M. Kuchling · 19 years ago
- 150faff Add two items by Andrew M. Kuchling · 19 years ago
- 3e134a5 Use 'speed' instead of 'performance', because I agree with the argument by Andrew M. Kuchling · 19 years ago
- 1cdace4 Mention string improvements by Andrew M. Kuchling · 19 years ago
- c602723 Add some items; mention the sprint by Andrew M. Kuchling · 19 years ago
- 658d513 PyErr_NewException now accepts a tuple of base classes as its "base" parameter. by Georg Brandl · 19 years ago
- 00f6e19 Apply patch #1492255 from Mike Foord. by George Yoshida · 19 years ago
- c120a6d Fix the TeX compile error. by George Yoshida · 19 years ago
- 1e9f574 Minor edits by Andrew M. Kuchling · 19 years ago
- b688b6c Apply patch #1492147 from Mike Foord. by George Yoshida · 19 years ago
- 5c6a5ec - Add 'as' and 'with' as new keywords in 2.5. by George Yoshida · 19 years ago
- 6fffa5e - markup fix - add clarifying words by George Yoshida · 19 years ago
- e04fe8c Typo fix; add clarifying word by Andrew M. Kuchling · 19 years ago
- 007a382 Bug #1490688: properly document %e, %f, %g format subtleties. by Georg Brandl · 19 years ago
- 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 19 years ago
- b89316f Patch #1180296: improve locale string formatting functions by Georg Brandl · 19 years ago
- d419a93 Apply patch #1489784 from Michael Foord. by Georg Brandl · 19 years ago
- c01b6ae Remove misleading comment about type-class unification. by Georg Brandl · 19 years ago
- 1b38357 Text files missing the SVN eol-style property. by Tim Peters · 19 years ago
- 0c8d7b0 Document ImportWarning by George Yoshida · 19 years ago
- 2f6ce53 Mention that Exception is now a subclass of BaseException. by George Yoshida · 19 years ago
- c0a0dec PEP 243 has been withdrawn, so don't refer to it any more. by Andrew M. Kuchling · 19 years ago
- d779b35 Add item by Andrew M. Kuchling · 19 years ago
- 8d3342b Patch #1435422: zlib's compress and decompress objects now have a copy() method. by Georg Brandl · 19 years ago
- e6d9506 Typo repair. by Tim Peters · 19 years ago
- 8931ff1 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV by Tim Peters · 19 years ago
- 90df06e Add \exception markup by George Yoshida · 19 years ago
- 2b161d9 Integrated the rest of the pysqlite reference manual into the Python by Gerhard Häring · 19 years ago
- 8f505ae Duplicated description about the illegal continue usage can be found in nearly the same place. by George Yoshida · 19 years ago
- 159a116 At first there were 6 steps, but one was removed after that. by George Yoshida · 19 years ago
- b06d28c SF patch #1473132: Improve docs for tp_clear and tp_traverse, by Collin Winter. by Tim Peters · 19 years ago
- 7cadf59 typo fix by Andrew M. Kuchling · 19 years ago
- 4917c34 Grammar fix by George Yoshida · 19 years ago
- 879768d Change WindowsError to carry the Win32 error code in winerror, by Martin v. Löwis · 19 years ago
- dd0c312 Fix two small errors in argument lists. by Georg Brandl · 19 years ago
- 356af46 Clarify description of exception handling by Andrew M. Kuchling · 19 years ago
- 38c6a22 Patch #1484695: Update the tarfile module to version 0.8. This fixes by Georg Brandl · 19 years ago
- f8d9a97 Bug #1484978: curses.panel: clarify that Panel objects are destroyed on garbage collection. by Georg Brandl · 19 years ago
- b158255 Bug #1485447: subprocess: document that the "cwd" parameter isn't used to find the executable. Misc. other markup fixes. by Georg Brandl · 19 years ago
- e7d9539 Bug #1482988: indicate more prominently that the Stats class is in the pstats module. by Georg Brandl · 19 years ago
- 0901965 Minor language edit by Andrew M. Kuchling · 19 years ago
- fb10858 [Patch #1479977] Revised version of urllib2 HOWTO, edited by John J. Lee by Andrew M. Kuchling · 19 years ago
- ce5933f Use \versionchanged for the feature change by George Yoshida · 19 years ago
- d3d8ecd describe optional arguments for DocFileSuite by George Yoshida · 19 years ago
- d8accb3 Get rid of a couple more context object references, fix some markup and clarify what happens when a generator context function swallows an exception. by Nick Coghlan · 19 years ago
- afd5e63 Finish bringing SVN into line with latest version of PEP 343 by getting rid of all remaining references to context objects that I could find. Without a __context__() method context objects no longer exist. Also get test_with working again, and adopt a suggestion from Neal for decimal.Context.get_manager() by Nick Coghlan · 19 years ago
- a3a1329 Correct some formulations, fix XXX comments. by Martin v. Löwis · 19 years ago