- 869ac78 merge with 3.2 by Georg Brandl · 13 years ago
- 3a19e54 Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern by Georg Brandl · 13 years ago
- 9758fcf merge with 3.2 by Georg Brandl · 13 years ago
- 557a3ec Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
- 5ec6fdb Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
- 2ba1428 merge with 3.2 by Georg Brandl · 13 years ago
- 12c3cd7 Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
- 7add4ea updated whatsnew/3.3.rst with the new methods added to list and bytearray (issue 10516) by Eli Bendersky · 13 years ago
- 8df2634 merge from 3.2 - issue6566 by Senthil Kumaran · 13 years ago
- f2123d2 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
- 9b3d484 Merge #11780: s/throw/raise/ by R David Murray · 13 years ago
- 4191434 #11780: s/throw/raise/ by R David Murray · 13 years ago
- 1ad2eea Merge #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
- 69ebfe4 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
- c105cf5 Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
- 969b8da Issue #14202: some additional doc fixes by Eli Bendersky · 13 years ago
- 68ca5a6 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
- 3fb05a9 Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. by Eli Bendersky · 13 years ago
- 2a1e74a Issue #13709: some fixes to the ctypes documentation. In addition to fixing by Eli Bendersky · 13 years ago
- 3405001 Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
- 604c4ff Issue #9257: clarify the events iterparse accepts by Eli Bendersky · 13 years ago
- 5b77d81 Issue #14207: the ParseError exception raised by _elementtree was made by Eli Bendersky · 13 years ago
- e53d977 Explain the use of charset parameter with Content-Type header: issue11082 by Senthil Kumaran · 13 years ago
- 6b3434a Explain the use of charset parameter with Content-Type header. Issue11082 by Senthil Kumaran · 13 years ago
- a4e0188 (sched) when run() is invoked with blocking=False return the deadline of the next scheduled call in the scheduler; this use case was suggested in http://bugs.python.org/issue1641#msg149453 by Giampaolo Rodola' · 13 years ago
- 7cc7033 Merge #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
- 38c2754 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
- d3d7c90 Closes issue #14163 - tkinter: problems with hello doc example by Andrew Svetlov · 13 years ago
- 4775def merge by Raymond Hettinger · 13 years ago
- 13ec112 Issue #13248: Removed docs for two deprecated unittest features. To be conservative, the code is left in for one more release. by Raymond Hettinger · 13 years ago
- 7596aea cpython:Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
- 87684e6 Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 by Senthil Kumaran · 13 years ago
- 071eca3 Issue #10278: Add an optional strict argument to time.steady(), False by default by Victor Stinner · 13 years ago
- ec919cc Issue #10278: Drop time.monotonic() function, rename time.wallclock() to time.steady() by Victor Stinner · 13 years ago
- 30162be merge with 3.2 by Georg Brandl · 13 years ago
- 300a691 Closes #14305: fix typo. by Georg Brandl · 13 years ago
- 38b968b9 deprecated the old urllib primitives in 3.3 urllib package - issue 10050 by Senthil Kumaran · 13 years ago
- 846acf5 #14289: merge with 3.2 by Georg Brandl · 13 years ago
- 525fd54 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
- 5cd2767 #14283: merge with 3.2 by Georg Brandl · 13 years ago
- 69c7a69 Closes #14283: match() and search() are regex methods, not match methods. by Georg Brandl · 13 years ago
- b20a019 Closes #14298: update section about dict implementation. by Georg Brandl · 13 years ago
- 1725fea default: closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
- 21c71ba closes Issue12365 - Add an example explaining the context manager use case of urllib.urlopen by Senthil Kumaran · 13 years ago
- e24f96a Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes, block number, block read size, file_size by Senthil Kumaran · 13 years ago
- 30c825c What's New in Python 3.3: Repeat the dict lookup change in Porting section by Victor Stinner · 13 years ago
- ecc6e66 Fix doc of datetime.date*.*fromtimestamp() methods by Victor Stinner · 13 years ago
- 21f5893 Issue #14180: datetime.date.fromtimestamp(), datetime.datetime.fromtimestamp() by Victor Stinner · 13 years ago
- 5d272cc Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec by Victor Stinner · 13 years ago
- 9186850 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
- 6080db7 closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
- 68e994e closes issue14257 - cpython - minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
- a7fccd8 closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
- 4c7c3c5 Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases by Georg Brandl · 13 years ago
- a08e7e1 Close #14248: fix typo. by Georg Brandl · 13 years ago
- c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
- 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
- 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
- 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
- 8c43e69 Issue #14205: Document the dict lookup change in What's New in Python 3.3 by Victor Stinner · 13 years ago
- f5a1d76 Fix indentation. by Georg Brandl · 13 years ago
- 065deda Fix closes Issue: 14217 - 3.2 branch by Senthil Kumaran · 13 years ago
- 74d5657 Fix closes Issue: 14217 - Appropriate sphinx directive for output. Patch by Tshepang Lekhonkhobe by Senthil Kumaran · 13 years ago
- 4dcf474 Fix indentation. by Georg Brandl · 13 years ago
- 50dbb3f Issue #14205: document the change of dict[key] behaviour if dict is modified by Victor Stinner · 13 years ago
- 30b8e54 Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
- 8a56085 Merge: Use PEP-8 style in logging example by Jason R. Coombs · 13 years ago
- d6c4340 Add todo item about hash randomization. by Georg Brandl · 13 years ago
- f67e494 merge by Brett Cannon · 13 years ago
- abd887d Issue #14181: Improve clarity in the documentation for the multi-purpose by Stefan Krah · 13 years ago
- b9b281b Add some simple examples to the PEP 380 section of What's New by Nick Coghlan · 13 years ago
- 98e2070 Add PEP 414 to What's New, consolidate memoryview entries by Nick Coghlan · 13 years ago
- de157cc Issue #14200: Add benchmark results to text flow. by Martin v. Löwis · 13 years ago
- bdb1cf1 Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows. by Antoine Pitrou · 13 years ago
- 6a59b70 Merge 3.2 by Éric Araujo · 13 years ago
- 80f7102 Improve packaging.database documentation by Éric Araujo · 13 years ago
- e5eec7e Move xml.etree higher and xml.parsers.expat lower in the markup ToC. by Éric Araujo · 13 years ago
- fdfaf0a Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
- d3899e3 Remove mention of defunct file. by Éric Araujo · 13 years ago
- 8d3c290 Issue #14166: Pickler objects now have an optional `dispatch_table` attribute which allows to set custom per-pickler reduction functions. by Antoine Pitrou · 13 years ago
- f125bf5 Update copyright years and version name. by Georg Brandl · 13 years ago
- 0e475c3 Sort and clean up suspicious ignore file. by Georg Brandl · 13 years ago
- a673eb8 Fix invalid markup and update suspicious ignores. by Georg Brandl · 13 years ago
- 50fdcdf Fix encoding handling of the pydoc-topics writer. by Georg Brandl · 13 years ago
- 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
- 643cd68 Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple by Victor Stinner · 13 years ago
- 83ac013 Clarify importlib.machinery.PathFinder's difference from what __import__() does. by Brett Cannon · 13 years ago
- 75321e8 Minor doc cleanup. by Brett Cannon · 13 years ago
- b2b1863 merge 3.2 heads by Eli Bendersky · 13 years ago
- 92818d5 Merge 3.2 by Eli Bendersky · 13 years ago
- 2029344 Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some cases by Eli Bendersky · 13 years ago
- be52d50 Merge branch '3.2' by Petri Lehtinen · 13 years ago
- 4d2bfb5 sqlite3: Port documentation changes from the 2.7 branch by Petri Lehtinen · 13 years ago
- 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
- 54c3203 Issue #10181: Add warning that structure layouts in memoryobject.h and by Stefan Krah · 13 years ago
- 95b1ba6 Add PyMemoryView_FromMemory() to whatsnew/3.3. by Stefan Krah · 13 years ago
- 6ea00ef #14155: merge with 3.2. by Ezio Melotti · 13 years ago
- 443f000 #14155: remove duplication about search vs match in re doc. by Ezio Melotti · 13 years ago
- 0b8123d #10713: merge with 3.2. by Ezio Melotti · 13 years ago
- 5a045b9 #10713: Improve documentation for \b and \B and add a few tests. Initial patch and tests by Martin Pool. by Ezio Melotti · 13 years ago