summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.Larry Hastings2014-03-172-25/+111
|\
| * merge 3.3 (#20946)Benjamin Peterson2014-03-161-0/+2
| |\
| | * fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-0/+2
| | | | | | | | | | | | Patch by Andreas Schwab.
| * | Issue #20939: merge from 3.3Ned Deily2014-03-151-0/+4
| |\ \ | | |/
| | * Issue #20939: Fix test_geturl failure in test_urllibnet due toNed Deily2014-03-151-0/+6
| | | | | | | | | | | | new redirect of http://www.python.org/ to https://www.python.org.
| * | cast negative numbers to size_t before shifting them (#20929)Benjamin Peterson2014-03-151-0/+2
| | |
| * | whatsnew: difflib.isbjunk &c were removed, not deprecated.R David Murray2014-03-141-2/+3
| | | | | | | | | | | | Also move NEWS item to correct position (it was in 3.3).
| * | Close #19407: New installation & distribution guidesNick Coghlan2014-03-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats
| * | Merge 3.3 (#11599)Éric Araujo2014-03-131-0/+4
| |\ \ | | |/
| | * Make distutils error messages more helpful (#11599).Éric Araujo2014-03-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When running external programs such as a C compiler and getting an error code, distutils only prints the program name. With this change, one can get the full command line by setting the DISTUTILS_DEBUG environment variable. This should have no compatibility issues, unless there are tools that depend on the exact format of distutils debug messages.
| * | merge 3.3Benjamin Peterson2014-03-121-0/+1
| |\ \ | | |/
| | * add Sean RodmanBenjamin Peterson2014-03-121-0/+1
| | |
| * | Merge 3.3 (#4931)Éric Araujo2014-03-121-0/+3
| |\ \ | | |/
| | * Avoid “error: None” messages from distutils (#4931).Éric Araujo2014-03-121-0/+3
| | | | | | | | | | | | Thanks to Amaury Forgeot d’Arc and Philip J. Eby.
| * | Issue #19157: Include the broadcast address in the usuable hosts for IPv6Peter Moody2014-03-111-0/+3
| | | | | | | | | | | | in ipaddress.
| * | whatsnew: urllib Request objects are now reusable.R David Murray2014-03-101-1/+4
| | | | | | | | | | | | #16464, #17485, #17272.
| * | whatsnew: PEP 424 implementation.R David Murray2014-03-101-0/+3
| | |
| * | whatsnew: multiprocessing start methods and context (#8713 and #18999)R David Murray2014-03-101-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 Murray2014-03-101-0/+4
| | |
| * | whatsnew: logging.fileConfig accepts ConfigParser instances. (#16110)R David Murray2014-03-101-0/+3
| | | | | | | | | | | | And missing NEWS entry.
| * | whatsnew: ChainMap.new_child *m* argument.R David Murray2014-03-101-0/+3
| | | | | | | | | | | | And NEWS entry.
| * | Issue #20875: Merge from 3.3Ned Deily2014-03-091-0/+3
| |\ \ | | |/
| | * Issue #20875: Prevent possible gzip "'read' is not defined" NameError.Ned Deily2014-03-091-0/+3
| | | | | | | | | | | | Patch by Claudiu Popa.
| | * merge with 3.3.5 release repoGeorg Brandl2014-03-092-5/+25
| | |\
| | | * Post-release update.Georg Brandl2014-03-091-0/+12
| | | |
| | | * Bump to 3.3.5 final.v3.3.5Georg Brandl2014-03-092-1/+9
| | | |
| * | | #20871: improve email policy test coverage.R David Murray2014-03-091-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 Murray2014-03-081-6/+8
| | | |
| * | | Remove redundant NEWS entry.R David Murray2014-03-061-2/+0
| | | |
| * | | #11558: Better message if attach called on non-multipart.R David Murray2014-03-062-0/+5
| | | | | | | | | | | | | | | | Original patch by Varun Sharma.
| * | | whatsnew: tweak a couple importlib porting notes.R David Murray2014-03-031-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 parametersSerhiy Storchaka2014-03-061-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 parametersSerhiy Storchaka2014-03-061-0/+4
| | |/ | | | | | | | | | | | | as documented. The pattern and source keyword parameters are left as deprecated aliases.
| | * Bump to 3.3.5rc2.v3.3.5rc2Georg Brandl2014-03-021-1/+1
| | |
| | * Update NEWS for 3.3.5rc2.Georg Brandl2014-03-021-17/+38
| | |
| | * merge 3.3.5rc1 release commits with 3.3 branchGeorg Brandl2014-03-022-2/+2
| | |\
| | | * Bump to 3.3.5rc1.Georg Brandl2014-02-232-2/+2
| | | |
| * | | Close #20839: pkgutil.find_loader now uses importlib.util.find_specNick Coghlan2014-03-041-0/+4
| | | |
| * | | Issue #14512: Launch pydoc -b instead of pydocgui.pyw on Windows.Martin v. Löwis2014-03-021-0/+2
| | | |
| * | | Issue #20465: Update Windows installer to SQLite 3.8.3.1.Martin v. Löwis2014-03-021-1/+2
| | | |
| * | | Issue #20748: Uninstalling pip does not leave behind the pyc ofMartin v. Löwis2014-03-021-0/+3
| | | | | | | | | | | | | | | | the uninstaller anymore.
| * | | Issue #20786: Fix signatures for dict.__delitem__ and property.__delete__Yury Selivanov2014-03-021-0/+3
| | | |
| * | | merge 3.3Benjamin Peterson2014-03-021-0/+1
| |\ \ \ | | |/ /
| | * | add Chris AngelicoBenjamin Peterson2014-03-021-0/+1
| | | |
| * | | Issue #20465: fix NEWS typo (it's 3.8.3.1)Ned Deily2014-03-011-1/+1
| | | |
| * | | Issue #20465: Update OS X installer build to use SQLite 3.8.0.1.Ned Deily2014-03-011-0/+2
| | | |
| * | | merge for issue #20778Brett Cannon2014-02-281-0/+2
| |\ \ \ | | |/ /
| | * | Issue #20778: Fix modulefinder to work with bytecode-only modules.Brett Cannon2014-02-281-0/+2
| | | | | | | | | | | | | | | | Bug filed and initial attempt at a patch by Bohuslav Kabrda.
| * | | Merge headsMartin v. Löwis2014-02-281-0/+3
| |\ \ \
| | * \ \ Merge with 3.3Martin v. Löwis2014-02-281-0/+3
| | |\ \ \ | | | |/ /