- 9984e70 add missing word by Fred Drake · 20 years ago
- 9483220 SF bug #1328915, try to word kill a bit more generically. Backport candidate. by Neal Norwitz · 20 years ago
- 98fcaaf SF bug #1323739, C API doc for PySequence_Tuple duplicated by Neal Norwitz · 20 years ago
- 34fed3a fix stupid typo by Fred Drake · 20 years ago
- 116078f SF bug #1323294, Minor error in the Library Reference doc. Will backport by Neal Norwitz · 20 years ago
- df4f6e9 Clarify the docs for Py_UNICODE. by Marc-André Lemburg · 20 years ago
- 007f8df Bug #1245379: Add "unicode-1-1-utf-7" as an alias for "utf-7" as specified by Walter Dörwald · 20 years ago
- d1c1e10 Part of SF patch #1313939: Speedup charmap decoding by extending by Walter Dörwald · 20 years ago
- c0d1125 Make close brace a paren to match open. by Neal Norwitz · 20 years ago
- 19f6b86 Armin caught this mistake in bug #973103. by Neal Norwitz · 20 years ago
- 178f906 open_new_win does not exist. use UNIX consistently, add autoraise parameter to open(). add versionadded tags to open_new_tab by Neal Norwitz · 20 years ago
- bee0d46 Correct docs for empty raise when no exception is active. by Raymond Hettinger · 20 years ago
- 4094d04 fix link to subsection (SF bug #1311674) by Fred Drake · 20 years ago
- e8f2443 Patch #754022: Greatly enhanced webbrowser.py. by Georg Brandl · 20 years ago
- 7ecbc19 SF Bug #1008310, os.major() os.minor() example and description change. Will backport. by Neal Norwitz · 20 years ago
- 92ff693 Fix SF bug #991735, os.access reports true for read-only directories. Will backport by Neal Norwitz · 20 years ago
- d157b1d SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport by Neal Norwitz · 20 years ago
- 58d118b SF patch #1227568, bug #1219273, Expression AST node not documented. Backport candidate if anyone cares. by Neal Norwitz · 20 years ago
- 1aa74ee bug [ 1298120 ] shlex does not support unicode by Georg Brandl · 20 years ago
- e53475d bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrong by Georg Brandl · 20 years ago
- d1c0239 Minor clarification of effective level calculation by Vinay Sajip · 20 years ago
- 02cfa0b SF #1297059, doc incorrect return type for search() method. (There is a description of returned values at the top, so just remove the sentance and correct an example.) by Neal Norwitz · 20 years ago
- 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 20 years ago
- 532dacf patch [ 1277677 ] tkinter hello world example bug by Georg Brandl · 20 years ago
- ff52837 fix typo by Georg Brandl · 20 years ago
- 3225242 bug [ 1274828 ] splitunc not documented by Georg Brandl · 20 years ago
- 3fbf320 comma nit by Georg Brandl · 20 years ago
- 14f4fd0 Add more links to the 'What Next?' section; rewrite to be briefer by Andrew M. Kuchling · 20 years ago
- d430726 Better wording for integer ref entry. by Georg Brandl · 20 years ago
- ef369cd Shorten run-on sentence by Andrew M. Kuchling · 20 years ago
- b5d2118 Update link by Andrew M. Kuchling · 20 years ago
- 8e13af3 Update link by Andrew M. Kuchling · 20 years ago
- 1166638 Add FAQ entry regarding non-expoential representation. by Raymond Hettinger · 20 years ago
- b6e1c11 note that the return and yield statements cannot be used at the top level in by Fred Drake · 20 years ago
- b3dfc0a - fix typo report by email, only 1.5 years late by Fred Drake · 20 years ago
- 7da4eda Clarify what is meant with "whole numbers". by Georg Brandl · 20 years ago
- 99363b6 - Correct PyBool_FromLong's return type and its description. by Georg Brandl · 20 years ago
- c1c956b Remove statement about meaning of constants; arguably it's incorrect by Andrew M. Kuchling · 20 years ago
- c28dd1f Typo fix by Andrew M. Kuchling · 20 years ago
- 2330e9e From c.l.py comments: link to zlib manual, and disclaim completeness by Andrew M. Kuchling · 20 years ago
- 8230df3 Update URLs by Andrew M. Kuchling · 20 years ago
- e1a385a Explain what file descriptors are; this change has been sitting in my tree for a while by Andrew M. Kuchling · 20 years ago
- ff9ca5e SF bug #1277016: Turn sentence fragment into a complete sentence. by Walter Dörwald · 20 years ago
- 523c9f0 SF #1275796, fix distutils typo "sortcut" -> "shortcut" by Neal Norwitz · 20 years ago
- 9922a63 Add to-do list by Andrew M. Kuchling · 20 years ago
- b88f774 Remove rexec howto; it's kind of pointless now by Andrew M. Kuchling · 20 years ago
- e8f44d6 Commit the howto source to the main Python repository, with Fred's approval by Andrew M. Kuchling · 20 years ago
- c203370 Add missing \end, noted by George Yoshida by Andrew M. Kuchling · 20 years ago
- 0738206 Write section on PEP 342 by Andrew M. Kuchling · 20 years ago
- 9a19e5c patch [ 1274550 ] libtarfile.tex: external URL changed by Georg Brandl · 20 years ago
- 7f26a62 patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
- 375f83c patch [ 1274630 ] documentation fixes by Georg Brandl · 20 years ago
- 15ad935 __new__ is a static method by Georg Brandl · 20 years ago
- bd77da6 bug [ 1248199 ] shelve .sync operation not documented by Georg Brandl · 20 years ago
- 8fc18a2 bug [ 1261229 ] __new__ is class method by Georg Brandl · 20 years ago
- 36be8be Once upon a time, I used to know TeX... by Georg Brandl · 20 years ago
- 532efab patch #848017: make Cookie more RFC-compliant. by Georg Brandl · 20 years ago
- b925602 Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld by Georg Brandl · 20 years ago
- 56066d2 Return complete lines from codec stream readers by Martin v. Löwis · 20 years ago
- 79c122f bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows by Georg Brandl · 20 years ago
- 6f2bbd3 bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME by Georg Brandl · 20 years ago
- 38387b8 bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix by Georg Brandl · 20 years ago
- 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 20 years ago
- 2e8665a More tutorial nits. by Raymond Hettinger · 20 years ago
- 71da38b SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed by Michael R Bax.) by Raymond Hettinger · 20 years ago
- e66d437 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
- 5c419a9 In an e-mail to the webmaster alias, some suggested adding this text. Windows users, please correct/expand as necessary. by Andrew M. Kuchling · 20 years ago
- b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 20 years ago
- 150e349 Note various items; write some shorter sections by Andrew M. Kuchling · 20 years ago
- f33d01d bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation by Georg Brandl · 20 years ago
- 7208af4 whoops, missed adding this last night in my hashlib commit by Gregory P. Smith · 20 years ago
- f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 20 years ago
- f755432 SF bug #1168135: Python 2.5a0 Tutorial errors and observations by Raymond Hettinger · 20 years ago
- 6cd5377 Empty sets and frozensets are also false. by Georg Brandl · 20 years ago
- 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 20 years ago
- a30616a SF bug #1249837: container methods raise KeyError not IndexError by Raymond Hettinger · 20 years ago
- b285974 Mention explicitly the False is considered false. by Georg Brandl · 20 years ago
- 7638249 Fix PySet_Pop() notes. by Raymond Hettinger · 20 years ago
- 0cbf400 Add info about the set API. by Raymond Hettinger · 20 years ago
- e024514 Typo fix by Andrew M. Kuchling · 20 years ago
- 1a66391 Fix markup. by Raymond Hettinger · 20 years ago
- cca3af3 Fix typo (fixes SF bug #1263086). by Walter Dörwald · 20 years ago
- 94fedf9 Expand the API notes. by Raymond Hettinger · 20 years ago
- 0c230b9 Note that the PyNumber protocol can access most set methods directly. by Raymond Hettinger · 20 years ago
- c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 20 years ago
- beb3101 Add a C API for sets and frozensets. by Raymond Hettinger · 20 years ago
- ba7d95e Document 'istext' parameter by Andrew M. Kuchling · 20 years ago
- 9f3ae3e fix minor markup errors by Fred Drake · 20 years ago
- ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 20 years ago
- 2772c67 bug [ 1252706 ] poplib list() docstring fix (and docs too) by Georg Brandl · 20 years ago
- b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 20 years ago
- 6af7fe0 Add example by Andrew M. Kuchling · 20 years ago
- a2e21cb Add note by Andrew M. Kuchling · 20 years ago
- f13c4ba [ 1243192 ] Incorrect documentation of re.UNICODE by Georg Brandl · 20 years ago
- 6a69450 Minor tweak as a side effect of fixing #1243553. The Unicode name for " is by Skip Montanaro · 20 years ago
- fe25643 use a test for PDF support that is more portable across teTeX major versions by Fred Drake · 20 years ago
- c320c22 Documentation added about changes in 2.4 to basicConfig(), including documentation of the keyword arguments. A version change note was also added to the basic example. by Vinay Sajip · 20 years ago
- 7eb4b7d Fix all wrong instances of "it's". by Georg Brandl · 20 years ago
- 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
- 21c8254 add information about alternate implementations, noting that documentation by Fred Drake · 20 years ago