- 44a31e1 Use 'input' as variable name, even though it shadows a built-in by Andrew M. Kuchling · 21 years ago
- 6237ef1 in the section "The interpreter stack": by Fred Drake · 21 years ago
- 621c53e Add sets to list of picklable objects. by Raymond Hettinger · 21 years ago
- 7a700b8 clean up indexing for None, NotImplemented closes SF bug #820344 by Fred Drake · 21 years ago
- fcadf6b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 21 years ago
- 9b4dab4 SF patch #859286: documentation bool change fix by Raymond Hettinger · 21 years ago
- a180581 use conventional whitespace in interactive example by Fred Drake · 21 years ago
- 50e7a11 Correct misrepresentation of print (it uses str(), not `...` for by Guido van Rossum · 21 years ago
- af78512 - general markup cleanup by Fred Drake · 21 years ago
- 7f8d17a general markup improvements by Fred Drake · 21 years ago
- 188b2d6 - add link to the datetime module by Fred Drake · 21 years ago
- ceb1fd2 - update description of isleap() - add link to the datetime module by Fred Drake · 21 years ago
- 6f51a72 - use the same markup for the deprecation as for that of file.xreadlines() by Fred Drake · 21 years ago
- ae55d5f - add a "See also" reference to the doctest module by Fred Drake · 21 years ago
- ed54d91 Various fixups: by Raymond Hettinger · 21 years ago
- 32fef9f fix truly evil markup typo by Fred Drake · 21 years ago
- ea49de3 minor cleanup of example by Fred Drake · 21 years ago
- ff381e1 - we *really* don't care about Python 1.5 alphas any more! by Fred Drake · 21 years ago
- 401d1e3 fix a variety of markup bugs by Fred Drake · 21 years ago
- f161c91 work around whitespace bugs in the HTML version by Fred Drake · 21 years ago
- dcf32a6 fix markup errors by Fred Drake · 21 years ago
- b0e8f5d lots of markup adjustments by Fred Drake · 21 years ago
- 7c67cb8 markup fix by Fred Drake · 21 years ago
- 89d147d remove ancient cruft by Fred Drake · 21 years ago
- 345555d - make "--" in code text not get converted to "-" - fix minor typo in comment by Fred Drake · 21 years ago
- 4922cae - remove crufty markup that's no longer needed to make the by Fred Drake · 21 years ago
- 4271310 use consistent email address for Tim by Fred Drake · 21 years ago
- 34929f2 - update Tim's email address - remove spurious blank lines by Fred Drake · 21 years ago
- f72af65 At 2.2, the Py<type>_Check() family of API functions (macros) changed by Andrew MacIntyre · 21 years ago
- 13cd889 The semantics of PyList_Check() and PyDict_Check() changed at 2.2, along by Andrew MacIntyre · 21 years ago
- 7553426 [Bug #850823] Fix broken link by Andrew M. Kuchling · 21 years ago
- 91ca8de [Bug #850818] Accept Gregory H. Ball's suggested rewrite of a confusing description by Andrew M. Kuchling · 21 years ago
- 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
- 273069d Fix silly typo by Andrew M. Kuchling · 21 years ago
- 70029c5 Add the first of (hopefully) many third-party licenses and acknowledgements. by Raymond Hettinger · 21 years ago
- 828f847 minor markup adjustment by Fred Drake · 21 years ago
- 3435820 Fix typo by Andrew M. Kuchling · 21 years ago
- 35f2b05 Add various items by Andrew M. Kuchling · 21 years ago
- 852fe06 fix loss of a space after indexing markup by Fred Drake · 21 years ago
- 4d88322 - use correct markup - re-wrap resulting long lines by Fred Drake · 21 years ago
- 1639f1c fix weird sh-bang line by Fred Drake · 21 years ago
- 2fe7978 avoid bash-isms by Fred Drake · 21 years ago
- a95e87a Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- b606b3d Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
- c6f066f Update documentations for str.rsplit() with Alex Martelli's rewrite. by Hye-Shik Chang · 21 years ago
- 4612bc5 Make example more readable by Andrew M. Kuchling · 21 years ago
- 3ae811b Add rsplit method for str and unicode builtin types. by Hye-Shik Chang · 21 years ago
- 6485a87 missing word (should backport - is release23-maint still locked?) by Skip Montanaro · 21 years ago
- 1ecbd67 SF #859811, typo in docs by Neal Norwitz · 21 years ago
- 360cd41 SF #859810, typo in doc by Neal Norwitz · 21 years ago
- c1be59f SF patch 852995: add processors feature to urllib2 by Jeremy Hylton · 21 years ago
- 378f7b5 Add a versionadded tag for traceback.format_exc() by Neal Norwitz · 21 years ago
- 5a92175 After hearing from someone who gave up on timeout sockets due to a by Guido van Rossum · 21 years ago
- 5469324 Note that \var{ppos} values are not consecutive and should not be altered. by Raymond Hettinger · 21 years ago
- 8f5cdaa * Added a new method flag, METH_COEXIST. by Raymond Hettinger · 21 years ago
- feb78c9 Expand the groupby() example to: by Raymond Hettinger · 21 years ago
- 1f84ed0 fix typo and join two paragraphs by Fred Drake · 21 years ago
- 35415da Fix broken link (closes bug #852236). Thanks to Fedor Baart for bug file and by Brett Cannon · 21 years ago
- ff294fe SF patch #855195: fix typos (Contributed by George Yoshida.) by Raymond Hettinger · 21 years ago
- e180307 Fix missing paren. by Raymond Hettinger · 21 years ago
- 2955305 Fix double hyphen markup. by Raymond Hettinger · 21 years ago
- 2619c9e SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) by Raymond Hettinger · 21 years ago
- e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
- a4ce2f5 SF bug #855317: unittest: 5.3.9 Getting Extended Error Information by Raymond Hettinger · 21 years ago
- ad80955 Add groupby() by Andrew M. Kuchling · 21 years ago
- db7dcff Edit description a bit by Andrew M. Kuchling · 21 years ago
- b7a10d1 Incorporate suggestions from Aahz. by Raymond Hettinger · 21 years ago
- d25c1c6 Implement itertools.groupby() by Raymond Hettinger · 21 years ago
- ff6dd0b SF bug #844123: "up" instead of "down" in turtle module documentation by Raymond Hettinger · 21 years ago
- f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
- f62444a Fix links and typos. by Raymond Hettinger · 21 years ago
- ec3402f Fix typo by Raymond Hettinger · 21 years ago
- 8850c87 Fix link by Raymond Hettinger · 21 years ago
- 8772d4e Add a standard library tour by Raymond Hettinger · 21 years ago
- c8de458 Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() by Walter Dörwald · 21 years ago
- 7bafa9f Fix typo. (From SF bug #853064) by Walter Dörwald · 21 years ago
- 2569528 Convert a 0/1 to False/True. by Raymond Hettinger · 21 years ago
- 166958b As discussed on python-dev, added two extractor functions to the by Raymond Hettinger · 21 years ago
- 6c9e130 - Removed FutureWarnings related to hex/oct literals and conversions by Guido van Rossum · 21 years ago
- ccabed3 Patch #849350: Update to document bool return values. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 94681fc Patch #849595: Add socket.shutdown() constants. by Martin v. Löwis · 21 years ago
- 04bf724 - clean up generated HTML - make the output more XHTML friendly by Fred Drake · 21 years ago
- 2ce1d47 Fix typo and mark-up; shorten text by Andrew M. Kuchling · 21 years ago
- 6708756 Fix typos by Andrew M. Kuchling · 21 years ago
- d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
- 7245265 Add version changed doc for addition of fillchar to ljust/rjust/center by Neal Norwitz · 21 years ago
- 4f8f976 Add optional fillchar argument to ljust(), rjust(), and center() string methods. by Raymond Hettinger · 21 years ago
- bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
- bc0f2ab Expose dict_contains() and PyDict_Contains() with is about 10% faster by Raymond Hettinger · 21 years ago
- 3972457 make the generated HTML more XHTML friendly by Fred Drake · 21 years ago
- 7e0282f Note the addition of set() and frozenset(). by Raymond Hettinger · 21 years ago
- f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
- 5a5b243 More words: gave more motivation, and added cautions about the special by Tim Peters · 21 years ago
- 65367ca Add a missing import. Closes SF # 816344. by Barry Warsaw · 21 years ago
- dff9dbd Add two items by Andrew M. Kuchling · 21 years ago
- af7dc8d Patch #831747: Add skip_accept_encoding parameter to putrequest. by Martin v. Löwis · 21 years ago
- f8d3bcc Generator's constructor: The documentation was incorrect regarding how by Barry Warsaw · 21 years ago
- 8bafb2a Patch #843088: Fix typos. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 65674b8 Documentation for set objects. by Raymond Hettinger · 21 years ago