13071 Commits (ea59dbff16e305aa07ef5896cc59fb36dc5edac3)

Author SHA1 Message Date
Brett Cannon 1b5123aae5 Issue #14628: Document the fact that import always returns the module 14 years ago
Larry Hastings 6fe20b3aee Issue #14127: Add st_{cma}time_ns fields to os.stat() result object. 14 years ago
Martin v. Löwis aa2efcb0bc Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo. 14 years ago
Ned Deily cc19140607 Remove webbrowser doc reference to the previously removed internet-config option. 14 years ago
Brian Curtin 09b86d1196 Fix #14600. Correct reference handling and naming of ImportError convenience function 14 years ago
Charles-François Natali c8ce715a82 Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt. 14 years ago
Vinay Sajip 62930e1cc5 Corrected version numbers in cookbook example. 14 years ago
Brian Curtin bded894499 Add versionadded tags to newly added ImportError convenience functions. 14 years ago
Brian Curtin c07bda0a5a Correct warnings when building the docs for the nonexistet :arg: role. Changed to asterisks. 14 years ago
Brian Curtin bd43974037 Add documentation for the new PyErr_SetFromImport* functions 14 years ago
Vinay Sajip 59b9a79a5a Tweaked format of cookbook example. 14 years ago
Vinay Sajip b00e8f108d Added cookbook example for BOM insertion. 14 years ago
Victor Stinner 0db176f8f6 Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType 14 years ago
Kristján Valur Jónsson 69c635266e Issue #10576: Add a progress callback to gcmodule 14 years ago
Brett Cannon 2a082add9d Clarify that one should not use __import__() directly. Also mention 14 years ago
Sandro Tosi 1ee17198c8 fix typo; thanks to Jérôme Mainka from docs@ 14 years ago
Ezio Melotti 84e59aa989 Fix highlight and spacing in json example. 14 years ago
Ezio Melotti f86b28e3d2 #14535: fix code highlight in multiprocessing examples. Patch by Tshepang Lekhonkhobe. 14 years ago
Michael Foord 0682a0c0a9 Minor docstring / docs corrections for unittest.mock 14 years ago
Michael Foord c287062fcf unittest.mock.PropertyMock return value and attributes are now standard MagicMocks 14 years ago
Brett Cannon 79ec55e980 Issue #1559549: Add 'name' and 'path' attributes to ImportError. 14 years ago
Victor Stinner 6125e232e2 Doc: sort time.CLOCK_xxx constants 14 years ago
Georg Brandl d46d69c279 3.2 sidebar: link to 3.3, not 3.1 14 years ago
R David Murray e7bade568e #14553: fix word order. 14 years ago
R David Murray 644cabed4b #14552: remove redundant wording in 'test' docs. 14 years ago
Antoine Pitrou f6cd9b2d46 Improve the threading.Condition docs. 14 years ago
Georg Brandl 2c5807572f Closes #14545: make clearer what was added. 14 years ago
Antoine Pitrou b96a354556 Small improvements to the threading docs: better publicize support for the with statement. 14 years ago
Antoine Pitrou 2c9f1042c6 Fix some markup in the threading docs. 14 years ago
Antoine Pitrou 126aef768d Issue #8799: Fix and improve the threading.Condition documentation. 14 years ago
Vinay Sajip 074faff925 Updated logging reference and HOWTO. 14 years ago
Senthil Kumaran cc4979092f minor .rst fix 14 years ago
Vinay Sajip 838e638a96 Corrected comment in cookbook example script. 14 years ago
Stefan Krah 0c0914edb0 _decimal is now 100x faster than the Python version in the pi benchmark. 14 years ago
R David Murray f1cdb6086d Reflow paragraph (not that it helped much). 14 years ago
R David Murray 78fc25c77f #14533: if a test has no test_main, use loadTestsFromModule. 14 years ago
Vinay Sajip 0292fa99ef Added multiprocessing example to logging cookbook. 14 years ago
Georg Brandl 014397e981 Determine opensearch URL from current version. 14 years ago
Georg Brandl 3abebca780 Closes #14511: fix wrong opensearch link for 3.2 docs. 14 years ago
Kristján Valur Jónsson 10f383a937 Issue #14310: inter-process socket duplication for windows 14 years ago
Sandro Tosi f3be68e0a8 Issue #14502: it's RuntimeError on 3.3 14 years ago
Sandro Tosi 5d1c2f0702 Issue #14502: merge with 3.2 14 years ago
Sandro Tosi fee3fc748e Issue #14502: release() and unlocked lock generates a ThreadError 14 years ago
Georg Brandl 9a13b432e7 Replace ThreadError by RuntimeError: the former is now an obsolete alias of the latter. 14 years ago
Éric Araujo 4f61a2dbde A few tweaks to whatsnew/3.3 (fixes #14362) 14 years ago
R David Murray 28b8b94760 #14481: fix formatting of example in subprocess docs. 14 years ago
Georg Brandl 283b96b6bd Move ChainMap versionadded to be less ambiguous. 14 years ago
Benjamin Peterson e50d6abea4 add XXX 14 years ago
Victor Stinner 30d79471bb Expose clock_settime() as time.clock_settime() 14 years ago
Victor Stinner 1470f35bc6 Add time.CLOCK_HIGHRES constant, needed on Solaris 14 years ago