- 1379ae0 Indentation normalization. by Georg Brandl · 16 years ago
- fe7c26d mention how to override boolean evaluation by Benjamin Peterson · 16 years ago
- 3e876fd clean up docs for platform's linux_distribution and dist functions by Benjamin Peterson · 16 years ago
- 29fdcad Fill out download page. by Georg Brandl · 16 years ago
- 267acd2 Add "dist" target. by Georg Brandl · 16 years ago
- afeea07 #3918: note that uniform() args can be swapped. by Georg Brandl · 16 years ago
- 450a7f5 Update readme and Makefile (web builder doesn't exist). by Georg Brandl · 16 years ago
- 83463ce #3914: add //= to the augmented assign operators. by Georg Brandl · 16 years ago
- 73ac29e #3916: fixes for docs wrt. Windows directory layout by Georg Brandl · 16 years ago
- 4517323 #3912: document default for *places* arg. by Georg Brandl · 16 years ago
- 2f3bd83 #3852: fix some select.kqueue and kevent docs. by Georg Brandl · 16 years ago
- 5576091 Correct information about the tarfile module. by Lars Gustäbel · 16 years ago
- 3134f14 Improve docs for super(). by Raymond Hettinger · 16 years ago
- 5aaa3e5 Fix for documentation bug. Fixes issue 3904. by Josiah Carlson · 16 years ago
- b8966ab document compileall command flags by Benjamin Peterson · 16 years ago
- b34c3f4 Note sqlite3 version; move item by Andrew M. Kuchling · 16 years ago
- 24c9021 Remove comment about improvement: pystone is about the same, and by Andrew M. Kuchling · 16 years ago
- 026bcce Markup fixes by Andrew M. Kuchling · 16 years ago
- b40890d usage by Skip Montanaro · 16 years ago
- 4da1da0 #3888: add some deprecated modules in whatsnew. by Georg Brandl · 16 years ago
- 6be425c be less wordy by Benjamin Peterson · 16 years ago
- c8fd1bc Fix typo. by Georg Brandl · 16 years ago
- 687dfd2 Rewrite item a bit by Andrew M. Kuchling · 16 years ago
- c272362 mention that object.__init__ no longer takes arbitrary args and kwargs by Benjamin Peterson · 16 years ago
- 9feab31 Pick up a few more definitions from the glossary on the wiki. by Skip Montanaro · 16 years ago
- f02c5f3 Review usage. Fix a mistake in the new-style class definition. Add a by Skip Montanaro · 16 years ago
- 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 16 years ago
- 5f671df fix a name issue; note all doc files should be encoded in utf8 by Benjamin Peterson · 16 years ago
- 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 16 years ago
- f2a2c79 remove duplicate target by Benjamin Peterson · 16 years ago
- 3ce0dee Incorporate some suggestions by Tait Stevens. by Georg Brandl · 16 years ago
- 54bdbad Use title case by Andrew M. Kuchling · 16 years ago
- 09e8093 #3288: Document as_integer_ratio by Andrew M. Kuchling · 16 years ago
- bf64c04 Remove extra 'the'; the following title includes it by Andrew M. Kuchling · 16 years ago
- 64fc6ae Use title case by Andrew M. Kuchling · 16 years ago
- b535d32 fix typo by Benjamin Peterson · 16 years ago
- d2e0938 Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon) by Nick Coghlan · 16 years ago
- 24329ba Issue #3811: The Unicode database was updated to 5.1. by Martin v. Löwis · 16 years ago
- 9ba7a30 use the latest pygments version by Benjamin Peterson · 16 years ago
- c0f10f3 #3472: update Mac-bundled Python version info. by Georg Brandl · 16 years ago
- 672237d warnings.catch_warnings() now returns a list or None instead of the custom by Brett Cannon · 16 years ago
- 61c001a incorporate fixes from issue 3162; SSL doc patch by Bill Janssen · 16 years ago
- ffde3cf Added xrefs to each other. by Mark Summerfield · 16 years ago
- 0f3629d Add a new howto about Python and the web, by Marek Kubica. by Georg Brandl · 16 years ago
- fe38e44 #1317: describe the does_esmtp, ehlo_resp, esmtp_features, and helo_resp attributes by Andrew M. Kuchling · 16 years ago
- cd52023 #3669 from Robert Lehmann: simplify use of iterator in example by Andrew M. Kuchling · 16 years ago
- 6ac7d7c #1638033: add support for httponly on Cookie.Morsel by Benjamin Peterson · 16 years ago
- 810f807 #3040: include 'dest' argument in example; trim some trailing whitespace by Andrew M. Kuchling · 16 years ago
- 48a937a Various corrections by Andrew M. Kuchling · 16 years ago
- ad2a9e7 actually tell the name of the flag to use by Benjamin Peterson · 16 years ago
- d5ff5b2 Fix typo in multiprocessing doc, cancel_join_thread was missing _thread by Jesse Noller · 16 years ago
- 32476fc Deprecate bsddb for removal in Python 3.0. by Brett Cannon · 16 years ago
- 6024834 #3671: Typo fix by Andrew M. Kuchling · 16 years ago
- 3dffcd1 Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only. by Brett Cannon · 16 years ago
- 15ad6c0 flesh out the documentation on using 2to3 by Benjamin Peterson · 16 years ago
- 3ff2275 #3671: various corrections and markup fixes noted by Kent Johnson by Andrew M. Kuchling · 16 years ago
- c585df9 Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 16 years ago
- cde6dc9 3.0 still has the old threading names by Benjamin Peterson · 16 years ago
- eb55fd8 Merged revisions 66173 via svnmerge from by Benjamin Peterson · 16 years ago
- 3e75d23 Add e-mail address by Andrew M. Kuchling · 16 years ago
- 8315da4 Clarify example; add imports by Andrew M. Kuchling · 16 years ago
- 0792cbf a typo by Mark Summerfield · 16 years ago
- 2dd647b typo fix by Andrew M. Kuchling · 16 years ago
- 1eaf074 Move test.test_support.catch_warning() to the warnings module, rename it by Brett Cannon · 16 years ago
- 8653377 Describe the __hash__ changes by Andrew M. Kuchling · 16 years ago
- 973e6c2 remove py3k warnings about the threading api; update docs by Benjamin Peterson · 16 years ago
- aa5f873 Bug #3738: Documentation is now more accurate in describing handler close methods. by Vinay Sajip · 16 years ago
- 34bfda5 Added section about configuring logging in a library. Thanks to Thomas Heller for the idea. by Vinay Sajip · 16 years ago
- 2ba9321 #3749: fix c'n'p errors. by Georg Brandl · 16 years ago
- 51eb7a9 Update patch/bug count by Andrew M. Kuchling · 16 years ago
- ba40fb4 Last batch of edits; remove the 'other changes' section by Andrew M. Kuchling · 16 years ago
- fa881f2 Edit the library section, rearranging items to flow better and making lots of edits by Andrew M. Kuchling · 16 years ago
- 8235869 Issue 2235: document the ability to block inheritance of __hash__ in the language reference by Nick Coghlan · 16 years ago
- 4d02857 More edits by Andrew M. Kuchling · 16 years ago
- eaa29bb More edits; markup fixes by Andrew M. Kuchling · 16 years ago
- 9481ba3 Fix markup. by Georg Brandl · 16 years ago
- 5f2dc0b Edit four more sections by Andrew M. Kuchling · 16 years ago
- 3ffe563 Correction from Antoine Pitrou: BufferedWriter and Reader support seek() by Andrew M. Kuchling · 16 years ago
- bf0a595 Tidy up some sentences by Andrew M. Kuchling · 16 years ago
- e496493 Partial edits from revision and tidying pass by Andrew M. Kuchling · 16 years ago
- f5a3fb7 super() actually returns a super object. by Georg Brandl · 16 years ago
- 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 16 years ago
- c176814 #3716: fix typo. by Georg Brandl · 16 years ago
- cff0b46 #3730: mention "server" attribute explicitly. by Georg Brandl · 16 years ago
- a27e89b #3711: .dll isn't a valid Python extension anymore. by Georg Brandl · 16 years ago
- 488a4f0 Add various items by Andrew M. Kuchling · 16 years ago
- c9b4110 Add an item and a note by Andrew M. Kuchling · 16 years ago
- d207e23 Trim whitespace; add a few updates by Andrew M. Kuchling · 16 years ago
- 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 16 years ago
- 971f102 Clarify that some attributes/methods are listed somewhat separately because they are not part of the threading API. by Brett Cannon · 16 years ago
- dcf4891 remove note about unimplemented feature by Benjamin Peterson · 16 years ago
- 21d2ab7 fix warning by Benjamin Peterson · 16 years ago
- 7161cbf Small updates to types member docs, backport from r65994. by Georg Brandl · 16 years ago
- 73641d7 fix up the multiprocessing docs a little by Benjamin Peterson · 16 years ago
- e977ad4 deprecate some useless, noop methods in symtable by Benjamin Peterson · 16 years ago
- 80f0ed5 allow keyword args to be passed in after *args #3473 by Benjamin Peterson · 16 years ago
- 5bc9f4c issue3352: clean up the multiprocessing API to remove many get_/set_ methods and convert them to properties. Update the docs and the examples included. by Jesse Noller · 16 years ago
- 25c3408 Fix grammar. by Georg Brandl · 16 years ago
- facdd6e update the threading docs to account for recent changes by Benjamin Peterson · 16 years ago
- d8a8972 change threading.getIdent to a property by Benjamin Peterson · 16 years ago