- a2e7814 Forward port doc update. by Raymond Hettinger · 14 years ago
- 15aded8 Emphasize the ['x', 'y'] option for listing field names. Remove PS2 prompts to make the examples cut-and-pasteable. by Raymond Hettinger · 14 years ago
- ed1fce2 merge 3.2 by Michael Foord · 14 years ago
- dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
- 31f218b Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
- 729c5e2 Merge #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
- e3d09ff #11216: document all possible set_charset execution paths. by R David Murray · 14 years ago
- 5b2c876 Merged by Barry Warsaw · 14 years ago
- 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
- ab1dfd6 Merge #11555 as_string doc fix from 3.2. by R David Murray · 14 years ago
- 4a0b60c Merge #11555 as_string doc fix from 3.1. by R David Murray · 14 years ago
- 7dedcb4 #11555: update doc for 3.x change to as_string mangle_from default. by R David Murray · 14 years ago
- deaa678 Merge redundant __contains__ doc fix from 3.2. by R David Murray · 14 years ago
- c48c19a Merge redundant __contains__ doc fix from 3.1. by R David Murray · 14 years ago
- f6db0bb Remove redundant __contains__ entry from Message docs. by R David Murray · 14 years ago
- 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
- 54d412e Add a SubprocessError base class for exceptions in the subprocess module. by Gregory P. Smith · 14 years ago
- 28f1303 Change versionchanged for timeout to 3.3, not 3.2. by Reid Kleckner · 14 years ago
- 31aa7dd Add a 'timeout' argument to subprocess.Popen. by Reid Kleckner · 14 years ago
- 41b1228 Merge with 3.2 by Ross Lagerwall · 14 years ago
- 1331263 Merge from 3.1 by Ross Lagerwall · 14 years ago
- 8fea2e6 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 14 years ago
- 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
- 77845ce Fix typo. by Ezio Melotti · 14 years ago
- 32b0127 merge 3.2 by Benjamin Peterson · 14 years ago
- 62e0b90 merge 3.1 by Benjamin Peterson · 14 years ago
- ab2b716 trunc -> math.trunc (closes #11475) by Benjamin Peterson · 14 years ago
- e4f6a80 Fix example in atexit doc: Both open and read could raise the IOError (#10461 follow-up). by Éric Araujo · 14 years ago
- e858bca forward merge from 3.1 by Senthil Kumaran · 14 years ago
- abd4a05 Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by Senthil Kumaran · 14 years ago
- 476021b Fix issue11283 - Clarifying a re pattern in the re module docs for conditional regex by orsenthil@gmail.com · 14 years ago
- a3dd56b Use with statement where it improves the documentation (closes #10461) by Éric Araujo · 14 years ago
- a7a1c15 merge from 3.1 by Eli Bendersky · 14 years ago
- 9cc6249 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
- 6860a92 Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 14 years ago
- ee30a0b Merge #10999 fix. by R David Murray · 14 years ago
- 5647c47 Merge #10999 fix. by R David Murray · 14 years ago
- 3017806 #10999: Add missing documentation for chflags constants to stat module docs by R David Murray · 14 years ago
- c29cd93 Use simpler assert in basic example. by Ezio Melotti · 14 years ago
- a2087d0 Merge from 3.2. by Ezio Melotti · 14 years ago
- 40dcb1d Port a couple of changes from 3.1. by Ezio Melotti · 14 years ago
- 2d1e88a Backport from 3.2 several improvements and fixes for unittest.rst. by Ezio Melotti · 14 years ago
- 684d78c #11298: merge from 3.2. by Ezio Melotti · 14 years ago
- 3d99584 #11298: Improve the unittest discovery explanation. by Ezio Melotti · 14 years ago
- 1ebca48 Merge doc fixes. by Georg Brandl · 14 years ago
- 891391b Merge doc fixes. by Georg Brandl · 14 years ago
- 1d0a0f5 #11294: add missing ERA_T_FMT to locale docs. by Georg Brandl · 14 years ago
- 931e5c1 #11292: add missing A_REVERSE to curses attribute table. by Georg Brandl · 14 years ago
- 45ec333 #11227: use Host header in asyncore example. by Georg Brandl · 14 years ago
- 12a6153 #11373: fix spelling. by Georg Brandl · 14 years ago
- da22719 #11392: you can trust the computer, but you have to know what it does. by Georg Brandl · 14 years ago
- 776e586 Remove sys.subversion and svn build identification leftovers. by Georg Brandl · 14 years ago
- 0716a57 Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods by Eli Bendersky · 14 years ago
- 424298a Issue 9795: adds context manager protocol to nntplib.NNTP class so that it can used with the 'with' statement. by Giampaolo Rodolà · 14 years ago
- 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
- 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 14 years ago
- c7eb789 Merged revisions 88717 via svnmerge from by Fred Drake · 14 years ago
- 4462306 issue 11372: use range instead of xrange by Fred Drake · 14 years ago
- c613b6b Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 14 years ago
- 6120d87 Merged revisions 88686 via svnmerge from by Antoine Pitrou · 14 years ago
- f06576d Recommend inspecting the errno attribute of socket.error objects, by Antoine Pitrou · 14 years ago
- 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- d6d17c5 No need to put this at top by Antoine Pitrou · 14 years ago
- fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
- 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
- f3352e7 Merged revisions 88668 via svnmerge from by Benjamin Peterson · 14 years ago
- d0f89f3 make this a link #11345 by Benjamin Peterson · 14 years ago
- 94ca211 Make Py3.x style "import builtins" by Raymond Hettinger · 14 years ago
- 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
- 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
- f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
- 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
- 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
- 18e8bcb Issue 10784: adds os.getpriority() and os.setpriority() functions. by Giampaolo Rodolà · 14 years ago
- 1d52146 Issue #11303: Added shortcuts for utf8 and latin1 encodings. by Alexander Belopolsky · 14 years ago
- a29a9dd Documented QueueListener change. by Vinay Sajip · 14 years ago
- fb9a9c8 Merged revisions 88581 via svnmerge from by Giampaolo Rodolà · 14 years ago
- 61a0bf5 (issue 11232) - fix asyncore documentation issue (patch by Sandro Tosi) by Giampaolo Rodolà · 14 years ago
- c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
- bd65e7f Markup backport fix. by Georg Brandl · 14 years ago
- 2774310 Merged revisions 87627,87638,87739,87760,87771,87787,87984,87986,88108,88115,88144,88165,88329,88364-88365,88369-88370,88423-88424 via svnmerge from by Georg Brandl · 14 years ago
- d98934c Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from by Georg Brandl · 14 years ago
- f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
- cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
- 6c3787c Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spadolini (#10868). by Éric Araujo · 14 years ago
- edf5132 Merged revisions 88540-88541 via svnmerge from by Benjamin Peterson · 14 years ago
- 5390d00 rewrite by Benjamin Peterson · 14 years ago
- 634ef9c this seems to be pointlessly nested by Benjamin Peterson · 14 years ago
- 08f5cf5 Indent "versionadded" properly. by Georg Brandl · 14 years ago
- daa5799 Make Lib/crypt.py meet PEP 8 standards. This also led to a tweak in the new API by Brett Cannon · 14 years ago
- e2dfefb Issue #10924: Adding salt and Modular Crypt Format to crypt library. by Sean Reifscheider · 14 years ago
- 158c9c2 Issue #11085: Moved collections abstract base classes into a separate module by Raymond Hettinger · 14 years ago
- d8de541 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
- 540b636 Issue 11263: Fix link to source code. by Raymond Hettinger · 14 years ago
- 8f0ae9a Doc fixups. by Raymond Hettinger · 14 years ago
- 08e278a Remove editing slip. by Georg Brandl · 14 years ago
- dbb9585 Apply logging SocketHandler doc update by Vinay. by Georg Brandl · 14 years ago
- 725cb96 Fix example for count(). by Raymond Hettinger · 15 years ago
- c60e306 Fix markup problems. by Georg Brandl · 15 years ago
- 8b24aac Fix argument name typo in compileall docs. by R. David Murray · 15 years ago