Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 3.3 (#4931) | Éric Araujo | 2014-03-12 | 1 | -0/+3 |
|\ | |||||
| * | Avoid “error: None” messages from distutils (#4931). | Éric Araujo | 2014-03-12 | 1 | -0/+3 |
| | | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby. | ||||
* | | Issue #19157: Include the broadcast address in the usuable hosts for IPv6 | Peter Moody | 2014-03-11 | 1 | -0/+3 |
| | | | | | | | | in ipaddress. | ||||
* | | whatsnew: urllib Request objects are now reusable. | R David Murray | 2014-03-10 | 1 | -1/+4 |
| | | | | | | | | #16464, #17485, #17272. | ||||
* | | whatsnew: PEP 424 implementation. | R David Murray | 2014-03-10 | 1 | -0/+3 |
| | | |||||
* | | whatsnew: multiprocessing start methods and context (#8713 and #18999) | R David Murray | 2014-03-10 | 1 | -0/+7 |
| | | | | | | | | | | | | Also tweaked the docs a bit to use our standard style for versionadded/changed. (I'm guessing there are other places in the multiprocessing docs where similar tweaks should be made.) | ||||
* | | whatsnew: logging.config.listen *verify* (#15452). | R David Murray | 2014-03-10 | 1 | -0/+4 |
| | | |||||
* | | whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110) | R David Murray | 2014-03-10 | 1 | -0/+3 |
| | | | | | | | | And missing NEWS entry. | ||||
* | | whatsnew: ChainMap.new_child *m* argument. | R David Murray | 2014-03-10 | 1 | -0/+3 |
| | | | | | | | | And NEWS entry. | ||||
* | | Issue #20875: Merge from 3.3 | Ned Deily | 2014-03-09 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Issue #20875: Prevent possible gzip "'read' is not defined" NameError. | Ned Deily | 2014-03-09 | 1 | -0/+3 |
| | | | | | | | | Patch by Claudiu Popa. | ||||
| * | merge with 3.3.5 release repo | Georg Brandl | 2014-03-09 | 2 | -5/+25 |
| |\ | |||||
| | * | Post-release update. | Georg Brandl | 2014-03-09 | 1 | -0/+12 |
| | | | |||||
| | * | Bump to 3.3.5 final.v3.3.5 | Georg Brandl | 2014-03-09 | 2 | -1/+9 |
| | | | |||||
* | | | #20871: improve email policy test coverage. | R David Murray | 2014-03-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | More tests of the concrete policy methods would probably be a good idea, but this is a start, and it brings line coverage up to 100% for the policy module. Patch by Milan Oberkirch. | ||||
* | | | Tweak NEWS so some additional issue numbers become links in html version. | R David Murray | 2014-03-08 | 1 | -6/+8 |
| | | | |||||
* | | | Remove redundant NEWS entry. | R David Murray | 2014-03-06 | 1 | -2/+0 |
| | | | |||||
* | | | #11558: Better message if attach called on non-multipart. | R David Murray | 2014-03-06 | 2 | -0/+5 |
| | | | | | | | | | | | | Original patch by Varun Sharma. | ||||
* | | | whatsnew: tweak a couple importlib porting notes. | R David Murray | 2014-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | I had missed that there was already an entry for the Frozen package change, so I combined mine with the existing one. Also added the info about the reload change to the entry for the other changes to reload, but I'm missing an issue number for the rest of the attribute behavior changes so I left myself an XXX as a reminder to find it. | ||||
* | | | Issue #20283: RE pattern methods now accept the string keyword parameters | Serhiy Storchaka | 2014-03-06 | 1 | -0/+4 |
|\ \ \ | |/ / | | | | | | | | | | as documented. The pattern and source keyword parameters are left as deprecated aliases. | ||||
| * | | Issue #20283: RE pattern methods now accept the string keyword parameters | Serhiy Storchaka | 2014-03-06 | 1 | -0/+4 |
| |/ | | | | | | | | | as documented. The pattern and source keyword parameters are left as deprecated aliases. | ||||
| * | Bump to 3.3.5rc2.v3.3.5rc2 | Georg Brandl | 2014-03-02 | 1 | -1/+1 |
| | | |||||
| * | Update NEWS for 3.3.5rc2. | Georg Brandl | 2014-03-02 | 1 | -17/+38 |
| | | |||||
| * | merge 3.3.5rc1 release commits with 3.3 branch | Georg Brandl | 2014-03-02 | 2 | -2/+2 |
| |\ | |||||
| | * | Bump to 3.3.5rc1. | Georg Brandl | 2014-02-23 | 2 | -2/+2 |
| | | | |||||
* | | | Close #20839: pkgutil.find_loader now uses importlib.util.find_spec | Nick Coghlan | 2014-03-04 | 1 | -0/+4 |
| | | | |||||
* | | | Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows. | Martin v. Löwis | 2014-03-02 | 1 | -0/+2 |
| | | | |||||
* | | | Issue #20465: Update Windows installer to SQLite 3.8.3.1. | Martin v. Löwis | 2014-03-02 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #20748: Uninstalling pip does not leave behind the pyc of | Martin v. Löwis | 2014-03-02 | 1 | -0/+3 |
| | | | | | | | | | | | | the uninstaller anymore. | ||||
* | | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__ | Yury Selivanov | 2014-03-02 | 1 | -0/+3 |
| | | | |||||
* | | | merge 3.3 | Benjamin Peterson | 2014-03-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | add Chris Angelico | Benjamin Peterson | 2014-03-02 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #20465: fix NEWS typo (it's 3.8.3.1) | Ned Deily | 2014-03-01 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #20465: Update OS X installer build to use SQLite 3.8.0.1. | Ned Deily | 2014-03-01 | 1 | -0/+2 |
| | | | |||||
* | | | merge for issue #20778 | Brett Cannon | 2014-02-28 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #20778: Fix modulefinder to work with bytecode-only modules. | Brett Cannon | 2014-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | Bug filed and initial attempt at a patch by Bohuslav Kabrda. | ||||
* | | | Merge heads | Martin v. Löwis | 2014-02-28 | 1 | -0/+3 |
|\ \ \ | |||||
| * \ \ | Merge with 3.3 | Martin v. Löwis | 2014-02-28 | 1 | -0/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #20731: Properly position in source code files even if they | Martin v. Löwis | 2014-02-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | are opened in text mode. Patch by Serhiy Storchaka. | ||||
| | * | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵ | Antoine Pitrou | 2014-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | object. Initial patch by Peter Otten. | ||||
| | * | | Mention issue 20621 fix in the NEWS file for 3.3.5rc1. | Gregory P. Smith | 2014-02-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | This bug was of the major reasons for the release. | ||||
| | * | | Issue #19619: Blacklist non-text codecs in method API | Serhiy Storchaka | 2014-02-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | str.encode, bytes.decode and bytearray.decode now use an internal API to throw LookupError for known non-text encodings, rather than attempting the encoding or decoding operation and then throwing a TypeError for an unexpected output type. The latter mechanism remains in place for third party non-text encodings. Backported changeset d68df99d7a57. | ||||
* | | | | Close #20568: install unversioned pip command on Windows | Nick Coghlan | 2014-02-28 | 1 | -0/+3 |
| | | | | |||||
* | | | | Close #20757: return success for skipped pip uninstall | Nick Coghlan | 2014-02-28 | 1 | -0/+7 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | The 3.4rc2 Windows uninstaller would fail if pip had been updated to a version that didn't match the version installed by ensurepip. This skip is no longer treated as an error, so an updated pip ends up being handled like any other pip installed package and is left alone by the CPython uninstaller. | ||||
* | | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵ | Antoine Pitrou | 2014-02-27 | 1 | -0/+3 |
| | | | | | | | | | | | | object. Initial patch by Peter Otten. | ||||
* | | | Fix formatting in NEWS entry. | R David Murray | 2014-02-25 | 1 | -3/+2 |
| | | | |||||
* | | | Issue #20765: Add missing documentation for PurePath.with_name() and ↵ | Antoine Pitrou | 2014-02-25 | 1 | -0/+6 |
| | | | | | | | | | | | | PurePath.with_suffix(). | ||||
* | | | Fix wording of NEWS entry. | R David Murray | 2014-02-24 | 1 | -3/+3 |
| | | | |||||
* | | | Remove redundant NEWS entry. | R David Murray | 2014-02-24 | 1 | -3/+0 |
| | | | |||||
* | | | Fix NEWS entry wording. | R David Murray | 2014-02-24 | 1 | -1/+1 |
| | | |