Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11816: multiple improvements to the dis module | Nick Coghlan | 2013-05-06 | 1 | -0/+15 |
| | | | | | | | | * get_instructions generator * ability to redirect output to a file * Bytecode and Instruction abstractions Patch by Nick Coghlan, Ryan Kelly and Thomas Kluyver. | ||||
* | #17115,17116: Have modules initialize the __package__ and __loader__ | Brett Cannon | 2013-05-04 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | attributes to None. The long-term goal is for people to be able to rely on these attributes existing and checking for None to see if they have been set. Since import itself sets these attributes when a loader does not the only instances when the attributes are None are from someone overloading __import__() and not using a loader or someone creating a module from scratch. This patch also unifies module initialization. Before you could have different attributes with default values depending on how the module object was created. Now the only way to not get the same default set of attributes is to circumvent initialization by calling ModuleType.__new__() directly. | ||||
* | #2118: IOError is deprecated, use OSError. | R David Murray | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | #2118: Make SMTPException a subclass of IOError. | R David Murray | 2013-04-13 | 1 | -0/+11 |
| | | | | Initial patch by Ned Jackson Lovely. | ||||
* | #17487: wave.getparams now returns a namedtuple. | R David Murray | 2013-04-10 | 1 | -0/+6 |
| | | | | Patch by Claudiu Popa. | ||||
* | What's new entry for issue #17093 | Brett Cannon | 2013-04-09 | 1 | -1/+5 |
| | |||||
* | Merge #17623: fix whatsnew typo | R David Murray | 2013-04-03 | 1 | -1/+1 |
|\ | | | | | | | Patch by Thomas Heller. | ||||
| * | #17623: fix whatsnew typo | R David Murray | 2013-04-03 | 1 | -1/+1 |
| | | | | | | | | Patch by Thomas Heller. | ||||
* | | Issue #16692: The ssl module now supports TLS 1.1 and TLS 1.2. Initial ↵ | Antoine Pitrou | 2013-03-28 | 1 | -0/+1 |
| | | | | | | | | patch by Michele Orrù. | ||||
* | | Merge with 3.3. | Georg Brandl | 2013-03-28 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Closes #4159: add LaTeX tabular column specifications to tables that ↵ | Georg Brandl | 2013-03-28 | 1 | -0/+4 |
| | | | | | | | | otherwise are cut off or have overlapping text. | ||||
* | | Issue #16475: Add a whatsnew entry for 3.4 | Kristjan Valur Jonsson | 2013-03-26 | 1 | -2/+2 |
| | | |||||
* | | Issue #13248: NEWS and What's New items | Terry Jan Reedy | 2013-03-21 | 1 | -1/+3 |
| | | |||||
* | | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
| | * | - Issue #16754: Fix the incorrect shared library extension on linux. Introduce | doko@ubuntu.com | 2013-03-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. | ||||
* | | | Merge from 3.3: link to "yield from" examples in yield documentation. | Chris Jerdonek | 2012-12-23 | 1 | -7/+11 |
|\ \ \ | |/ / | |||||
| * | | Link to "yield from" examples in yield documentation. | Chris Jerdonek | 2012-12-23 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | This commit also simplifies the more advanced "yield from" example and removes unused function parameters. | ||||
* | | | #16522: Add FAIL_FAST flag to doctest. | R David Murray | 2012-11-21 | 1 | -1/+5 |
| | | | | | | | | | | | | Patch by me, most of the work (doc and tests) by Daniel Urban. | ||||
* | | | #16157: merge with 3.3. | Ezio Melotti | 2012-11-17 | 3 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | #16157: fix links in the whatsnew files. | Ezio Melotti | 2012-11-17 | 2 | -2/+2 |
| | | | |||||
* | | | Close #14625: Rewrite the UTF-32 decoder. It is now 3x to 4x faster | Victor Stinner | 2012-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch written by Serhiy Storchaka. | ||||
* | | | Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.3. | Georg Brandl | 2012-10-28 | 7 | -15/+2 |
|\ \ \ | |/ / | |||||
| * | | Remove confusing "Release" and "Date" markers from whatsnews. Merge with 3.2. | Georg Brandl | 2012-10-28 | 6 | -13/+0 |
| |\ \ | | |/ | |||||
| | * | Remove confusing "Release" and "Date" markers from whatsnews. | Georg Brandl | 2012-10-28 | 5 | -10/+0 |
| | | | |||||
* | | | Merge PEP name fix with 3.3. | Ezio Melotti | 2012-10-21 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Fix PEP name. | Ezio Melotti | 2012-10-21 | 1 | -3/+3 |
| | | | |||||
* | | | Merge punctuation fixes with 3.3. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix punctuation. | Ezio Melotti | 2012-10-20 | 1 | -2/+2 |
| | | | |||||
* | | | Merge "seealso" change with 3.3. | Ezio Melotti | 2012-10-20 | 1 | -3/+1 |
|\ \ \ | |/ / | |||||
| * | | Move note about the implementation in the "seealso". | Ezio Melotti | 2012-10-20 | 1 | -3/+1 |
| | | | |||||
* | | | Merge: A couple more whatsnew updates. | R David Murray | 2012-10-17 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | A couple more whatsnew updates. | R David Murray | 2012-10-17 | 1 | -0/+14 |
| | | | |||||
* | | | Merge typo fix. | Ezio Melotti | 2012-10-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo. | Ezio Melotti | 2012-10-16 | 1 | -1/+1 |
| | | | |||||
| * | | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
* | | | Merge __next__ method link fixes with 3.3. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge __next__ method link fixes with 3.2. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -2/+2 |
| | | | |||||
* | | | Merge: More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
|\ \ \ | |/ / | |||||
| * | | More whatsnew updates, move some doc NEWS items into the doc section. | R David Murray | 2012-10-07 | 1 | -9/+19 |
| | | | |||||
* | | | Merge: starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | starmap/starmap_async for whatsnew, and fix multiprocessing Pool markup. | R David Murray | 2012-10-07 | 1 | -0/+7 |
| | | | |||||
* | | | Merge: More whatsnew updates. Also move a C-API NEWS item out of library ↵ | R David Murray | 2012-10-07 | 1 | -1/+26 |
|\ \ \ | |/ / | | | | | | | section. | ||||
| * | | More whatsnew updates. Also move a C-API NEWS item out of library section. | R David Murray | 2012-10-07 | 1 | -1/+26 |
| | | | |||||
* | | | merge #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | #9957: document that SpooledTemporaryFile.truncate now accepts a size arg | R David Murray | 2012-10-06 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
* | | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
|\ \ \ | |/ / | |||||
| * | | More whatsnew updates. | R David Murray | 2012-10-06 | 1 | -19/+60 |
| | | | |||||
* | | | Merge: whatsnew updates for smtplib and collections.Counter. | R David Murray | 2012-10-06 | 1 | -7/+13 |
|\ \ \ | |/ / |