- c4cd6d3 fix highlight in the datetime example by Ezio Melotti · 16 years ago
- 7232d41 Give the profile module a module directive. by Georg Brandl · 16 years ago
- 610326d Show example of how to make a sorted dictionary by Raymond Hettinger · 16 years ago
- 8906438 Update the FAQ entry that explains that assignments in the local scope by R. David Murray · 16 years ago
- a5dcf21 Remove redundant sentence. by R. David Murray · 16 years ago
- 0ac6942 discuss how to use -p by Benjamin Peterson · 16 years ago
- 1a22e87 #7271: fix typo. by Georg Brandl · 16 years ago
- efc2858 #7259: show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs. by Georg Brandl · 16 years ago
- a6714b2 #7256: add versionadded tags for functions copied from cgi. by Georg Brandl · 16 years ago
- 5b54432 Fix doc typo reported by Arfrever. by Mark Dickinson · 16 years ago
- 6418577 typo (space-o?) by Skip Montanaro · 16 years ago
- 09823a2 Deprecate PyOS_ascii_strtod and PyOS_ascii_atof, and document the replacement function PyOS_string_to_double. by Mark Dickinson · 16 years ago
- 2c970a2 Remove official documentation entry for thread._count() and make the by Antoine Pitrou · 16 years ago
- 59c44f3 Issue #7222: Make thread "reaping" more reliable so that reference by Antoine Pitrou · 16 years ago
- a7d4400 Issue 7199: Documentation made slightly more consistent w.r.t. logging level enumeration. by Vinay Sajip · 16 years ago
- 40b998b Fixed #1180: Option to ignore ~/.pydistutils.cfg in Distutils by Tarek Ziadé · 16 years ago
- 5098bc9 Fix a strange mis-edit. by Georg Brandl · 16 years ago
- da8652d9 Issue #7117 (backport py3k float repr) continued: by Mark Dickinson · 16 years ago
- bb28285 Issue #7117: Prepare for backport of py3k float repr. by Mark Dickinson · 16 years ago
- 5460ff9 Fix markup. by Georg Brandl · 16 years ago
- d617cba add further note about what's passed to optionxform by Fred Drake · 16 years ago
- dc02052 #7188: fix optionxform() docs. by Georg Brandl · 16 years ago
- 60bae6f Make printout margin important. by Georg Brandl · 16 years ago
- 07de4fc Add proper references. by Georg Brandl · 16 years ago
- d1bed8e #6977: getopt does not support optional option arguments. by Georg Brandl · 16 years ago
- 76d6d4a #7156: document curses as Unix-only. by Georg Brandl · 16 years ago
- f4ffae2 #7035: improve docs of the various <method>_errors() functions, and give them docstrings. by Georg Brandl · 16 years ago
- 030d658 Reorder __slots__ fine print and add a clarification. by Georg Brandl · 16 years ago
- c5026f8 #7088: document new functions in signal as Unix-only. by Georg Brandl · 16 years ago
- 2eee1d4 #6324: membership test tries iteration via __iter__. by Georg Brandl · 16 years ago
- 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
- 3954d21 Fix stylesheet for multi-paragraph impl-details. by Georg Brandl · 16 years ago
- f5f7c66 Allow short form with text as argument. by Georg Brandl · 16 years ago
- d032912 Document new directive. by Georg Brandl · 16 years ago
- a054722 Make it more robust. by Georg Brandl · 16 years ago
- 08be2e2 Add a new directive marking up implementation details and start using it. by Georg Brandl · 16 years ago
- 4ebf807 Fix duplicate target. by Georg Brandl · 16 years ago
- ceb32af Fix markup. by Georg Brandl · 16 years ago
- 0968fd6 Fix punctuation. by Georg Brandl · 16 years ago
- ff81cb8 rewrite to be nice to other implementations by Benjamin Peterson · 16 years ago
- cf842ad #7170: fix explanation about non-weakrefable builtin types. by Georg Brandl · 16 years ago
- eb7c377 clarify buffer arg #7178 by Benjamin Peterson · 16 years ago
- e047d79 use property api by Benjamin Peterson · 16 years ago
- c12781a Issue #7169: Document PyFloat_AsString and PyFloat_AsReprString, and note that they are unsafe and deprecated. by Eric Smith · 16 years ago
- 11abfe6 Fix missing word. by Georg Brandl · 16 years ago
- 83f1ef6 Fix a typo. by Senthil Kumaran · 16 years ago
- 45a505f Fix for Issue7155 - urllib do not document default use of system proxy configuration by Senthil Kumaran · 16 years ago
- 9b4e582 #7116: str.join() takes an iterable. by Georg Brandl · 16 years ago
- 647e9d2 #7126: os.environ changes *do* take effect in subprocesses started with os.system(). by Georg Brandl · 16 years ago
- 5ffa146 Fix markup. by Georg Brandl · 16 years ago
- 5c4e6eb Various link, textual, and markup fixes by Andrew M. Kuchling · 16 years ago
- 7fe65a0 Link to PEP by Andrew M. Kuchling · 16 years ago
- 526bec2 platform we don't care about by Benjamin Peterson · 16 years ago
- a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
- 6728c5a Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. by Georg Brandl · 16 years ago
- 1c77b7f Issue #7086: Added TCP support to SysLogHandler and tidied up some anachronisms in the code. by Vinay Sajip · 16 years ago
- d5a713e Issue #7051: Clarify behaviour of 'g' and 'G'-style formatting. by Mark Dickinson · 16 years ago
- 85ea4bf Remove two notes by Andrew M. Kuchling · 16 years ago
- fa6a427 Backport r73983: Document the thousands separator. by Andrew M. Kuchling · 16 years ago
- b6f0128 Use standard comma punctuation; reword some sentences in the docs by Andrew M. Kuchling · 16 years ago
- 400054e Reword sentence by Andrew M. Kuchling · 16 years ago
- 5a9c40b Add various items by Andrew M. Kuchling · 16 years ago
- 915b120 Note side benefit of socket.create_connection() by Andrew M. Kuchling · 16 years ago
- f6e3d7d Document 'skip' parameter to constructor by Andrew M. Kuchling · 16 years ago
- f5852f5 Fix narkup by Andrew M. Kuchling · 16 years ago
- 3fab040 Wording fix by Andrew M. Kuchling · 16 years ago
- 530df33 Issue #7028: Add note to hex() builtin docs pointing to float.hex(). by Mark Dickinson · 16 years ago
- 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 16 years ago
- f895cf5 #7031: Add TestCase.assertIsInstance and negated method. by Georg Brandl · 16 years ago
- c9062ca Sync the 2.x `io` docs with py3k, with a small note as to the distinction by Antoine Pitrou · 16 years ago
- 657024c Mention issue6972 in extractall docs about overwriting things outside of by Gregory P. Smith · 16 years ago
- 8b90204 #5329: fix os.popen* regression from 2.5: don't execute commands as a sequence by Philip Jenvey · 16 years ago
- 13305f6 Issue 7008: Better document str.title and show how to work around the apostrophe problem. by Raymond Hettinger · 16 years ago
- b93fff0 Issue #3366: Add gamma function to math module. by Mark Dickinson · 16 years ago
- 17565e5 Documentation improvement for load_tests protocol in unittest. Issue 6515. by Michael Foord · 16 years ago
- 4780c9a Tidied up name of parameter in StreamHandler by Vinay Sajip · 16 years ago
- 9aac245 #7000: document "sep" in capwords. Add a few tests by Ezio Melotti · 16 years ago
- afdbe3d comment out ugly xxx by Benjamin Peterson · 16 years ago
- 2fd3592 improved phrasing, markup and example by Ezio Melotti · 16 years ago
- ca66cb5 fix typos/rephrase by Benjamin Peterson · 16 years ago
- 2f75572 Fix a minor doc syntax typo. by Brett Cannon · 16 years ago
- f778bec Fixed a typo, and added sections on optimization and using arbitrary objects as messages. by Vinay Sajip · 16 years ago
- ac87077 Fix encoding name. by Georg Brandl · 16 years ago
- 1d18b5b Fix markup for external links. by Doug Hellmann · 16 years ago
- 9f20d9d Issue 6877: this patch makes it possible to link the readline extension by Ronald Oussoren · 16 years ago
- 4b017bb #6881 - fixed wrong return type; improved the formatting by Ezio Melotti · 16 years ago
- f4da666 Fix references to threading.enumerate(). by Georg Brandl · 16 years ago
- 592c58d #6946: fix duplicate index entries for datetime classes. by Georg Brandl · 16 years ago
- 579a358 #6930: clarify description about byteorder handling in UTF decoder routines. by Georg Brandl · 16 years ago
- 54967d9 #6925: rewrite docs for locals() and vars() a bit. by Georg Brandl · 16 years ago
- 332d721 add keyword arguments support to str/unicode encode and decode #6300 by Benjamin Peterson · 16 years ago
- 4d94d31 #6936: for interactive use, quit() is just fine. by Georg Brandl · 16 years ago
- b926ebb Make the optparse doc style a bit more standard: use standard description units for attrs/methods/etc., and use the correct referencing roles. by Georg Brandl · 16 years ago
- 7842a41 Remove duplicate doc of enable/disable_interspersed_args. by Georg Brandl · 16 years ago
- 304d396 #6932: remove paragraph that advises relying on __del__ being called. by Georg Brandl · 16 years ago
- bc3777d String values should be shown with quotes, to avoid confusion with constants. by Georg Brandl · 16 years ago
- 6fedc52 rationalize a bit by Benjamin Peterson · 16 years ago
- 2348eda Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. by Brett Cannon · 16 years ago
- fd1fcff pep 8 defaults by Benjamin Peterson · 16 years ago
- c4dcb38 Fix issue #1590864, multiple threads and fork() can cause deadlocks, by by Thomas Wouters · 16 years ago