13287 Commits (f86a5e8a93ab293d4cc00a8f2835d6d2cd3baa69)

Author SHA1 Message Date
Victor Stinner f86a5e8a93 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore 14 years ago
Victor Stinner 034d0aa217 Issue #14711: os.stat_float_times() has been deprecated. 14 years ago
Nadeem Vawda e860404eb7 Add a function lzma.open(), to match gzip.open() and bz2.open(). 14 years ago
Nadeem Vawda 6cbb20cdf6 Allow LZMAFile to accept modes with a "b" suffix. 14 years ago
Nadeem Vawda 33c34da574 Simplify usage of LZMAFile's fileobj support, like with BZ2File. 14 years ago
Nadeem Vawda af518c198e Add a function bz2.open(), to match gzip.open(). 14 years ago
Nadeem Vawda 50cb936bd0 Clarify acceptable values for BZ2File.__init__'s mode argument. 14 years ago
Nadeem Vawda aebcdba829 Make BZ2File's fileobj support easier to use. 14 years ago
Nadeem Vawda 68721019ef Add fileobj support to gzip.open(). 14 years ago
Barry Warsaw 9b10e1fbb9 A few documentation improvements, spurred on by Brett's review. 14 years ago
Raymond Hettinger 7d74effc67 Add usage note. 14 years ago
Barry Warsaw 409da157d7 Eric Snow's implementation of PEP 421. 14 years ago
Senthil Kumaran 1251fafcc5 Issue 14989: http.server --cgi option can enable the CGI http server. 14 years ago
Eli Bendersky 0813168e94 Issue #14090: fix some minor C API problems in default branch (3.3) 14 years ago
Eli Bendersky 11cfea9295 Issue #14424: Document PyType_GenericAlloc, and fix the documentation of PyType_GenericNew 14 years ago
Sandro Tosi 7f671338de backport c4bd68be5fc6 to 3.2 14 years ago
Sandro Tosi 964f205a34 refer to time.strftime 14 years ago
R David Murray 554b3481fa #14957: fix doc typo. 14 years ago
Sandro Tosi c816290059 Issue #14814: use print() function 14 years ago
R David Murray ae1b94b6e4 #14957: clarify splitlines docs. 14 years ago
Sandro Tosi 3f7d1d3303 Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck 14 years ago
Eli Bendersky 1bf239446f fix trailing whitespace 14 years ago
Eli Bendersky 52467b167e Issue #14007: make XMLParser a real subclassable type exported from _elementtree. +cleanups 14 years ago
Nick Coghlan b7a455f326 Typo fix 14 years ago
Nick Coghlan 2722827071 Additional ExitStack examples, and a few other cleanups for the ExitStack docs 14 years ago
Georg Brandl 3539afd5c9 Update pydoc topics and fix new suspicious markup. 14 years ago
Eli Bendersky 48d358ba86 Issue #14007: implemented the 'element_factory' feature of TreeBuilder in 14 years ago
Nick Coghlan a0cf90e3b1 Close #14947: add missing cross-reference to Language Definition from the new dynamic type creation functions. Also cleaned up the general wording of the docs 14 years ago
Brian Curtin 13c70345ca Fix #14943. Update the proper default value and list the proper argument names in the explanation. 14 years ago
R David Murray abfc37491c #10839: raise an error on add of duplicate unique headers in new email policies 14 years ago
Vinay Sajip 4126a7dc17 Added pyvenv docs to 'Python Setup and Usage' section. 14 years ago
Richard Oudkerk 87ea780e8e Use Python 3.x-style keyword only arg in Array() 14 years ago
Eli Bendersky 737b173355 Issue 14814: Add namespaces keyword arg to find(*) methods in _elementtree. 14 years ago
R David Murray 7ef3ff3f2e #12515: email now registers a defect if the MIME end boundary is missing. 14 years ago
R David Murray 80e0aee95b #1672568: email now registers defects for base64 payload format errors. 14 years ago
R David Murray adbdcdbd95 #14925: email now registers a defect for missing header/body separator. 14 years ago
R David Murray e1398f77ea #11785: fix the :mod: references in email package submodule titles. 14 years ago
R David Murray 79cf3bad1b #11785: fix the :mod: references in email package submodule titles. 14 years ago
R David Murray ea9766897b Make headerregistry fully part of the provisional api. 14 years ago
Georg Brandl 38e0e1ec85 Fix markup. 14 years ago
R David Murray d1a30c939c #8739: upgrade smtpd to RFC 5321 and 1870. 14 years ago
Nick Coghlan 53c920052b Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version) 14 years ago
Georg Brandl 039b01d015 Add missing versionadded. 14 years ago
R David Murray d2d521eafd #665194: Add a localtime function to email.utils. 14 years ago
Vinay Sajip 7ded1f0f69 Implemented PEP 405 (Python virtual environments). 14 years ago
R David Murray cb448cf108 #12586: Expand What's New email entry with provisional policy features. 14 years ago
R David Murray 0b6f6c82b5 #12586: add provisional email policy with new header parsing and folding. 14 years ago
R David Murray 0fa2edd08f #14731: add preliminary What's New entry for policy framework. 14 years ago
R David Murray c27e52265b #14731: refactor email policy framework. 14 years ago
Nick Coghlan b47b53941a Placeholder in What's New for the major packaging infrastructure changes 14 years ago