summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number for 3.4.0b2.v3.4.0b2Larry Hastings2014-01-051-1/+1
|
* Fix news entry to use updated name for XMLPullParser.R David Murray2014-01-051-2/+2
|
* whatsnew: XMLPullParser, plus some doc updates.R David Murray2014-01-051-5/+5
| | | | | | | | | | I was confused by the text saying that read_events "iterated", since it actually returns an iterator (that's what a generator does) that the caller must then iterate. So I tidied up the language. I'm not sure what the sentence "Events provided in a previous call to read_events() will not be yielded again." is trying to convey, so I didn't try to fix that. Also fixed a couple more news items.
* Issue 20123: Fix pydoc.synopsis() for "binary" modules.Eric Snow2014-01-051-0/+2
| | | | Also add missing tests to test_pydoc.
* whatsnew: removal of TYPE_INT64 from marshal.R David Murray2014-01-051-1/+1
| | | | | Also update news entry for SMTPException; when I changed it from IOError to OSError I forgot to update the news item.
* whatsnew: logging TimedRotatingFileHandler atTime parameter.R David Murray2014-01-041-2/+2
|
* whatsnew: from __future__ string exception, attribute UTF-32 decoder speedup.R David Murray2014-01-041-3/+3
| | | | And more news entry clarifications.
* whatsnew: ppring string wrapping, string pickling optimization.R David Murray2014-01-041-5/+5
| | | | Also clarify some NEWS entries.
* Issue #19708: Update pkgutil to use the new importer APIs.Eric Snow2014-01-041-0/+2
|
* Issue #19713: Move away from using find_module/load_module.Eric Snow2014-01-041-0/+2
|
* Issue #19927: Add __eq__ to path-based loaders in importlib.Eric Snow2014-01-041-0/+2
|
* Merge headsSerhiy Storchaka2014-01-041-0/+2
|\
| * Issue #19659: Added documentation for Argument Clinic.Larry Hastings2014-01-041-0/+2
| |
* | Reverted changeset b72c5573c5e7 (issue #15027).Serhiy Storchaka2014-01-041-2/+0
|/
* Issue #19976: Argument Clinic METH_NOARGS functions now alwaysLarry Hastings2014-01-041-0/+5
| | | | take two parameters.
* Issue #15027: Rewrite the UTF-32 encoder. It is now 1.6x to 3.5x faster.Serhiy Storchaka2014-01-041-0/+2
|
* Merge with 3.3: Issue #17432: Drop UCS2 from names of Unicode functions in ↵Martin v. Löwis2014-01-041-0/+2
|\ | | | | | | python3.def.
| * Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.Martin v. Löwis2014-01-041-0/+2
| |
* | Issue #19526: Exclude all new API from the stable ABI.Martin v. Löwis2014-01-031-0/+3
| |
* | * Issue #16113: Remove sha3 module again.Martin v. Löwis2014-01-031-0/+2
| | | | | | | | Patch by Christian Heimes, with modifications.
* | Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.Eric Snow2014-01-031-0/+2
| |
* | Issue #20111: pathlib.Path.with_suffix() now sanity checks the given suffix.Antoine Pitrou2014-01-021-0/+2
| |
* | whatsnew: sqlite3 uri parm, unittest.main defaultTest, ftplib.Netrc deprecationR David Murray2014-01-021-1/+1
| |
* | merge 3.3 (closes #20108)Benjamin Peterson2014-01-021-0/+2
|\ \ | |/
| * avoid parameter name clash (closes #20108)Benjamin Peterson2014-01-021-0/+2
| |
* | Issue #19728: Enable pip installation by default on Windows.Martin v. Löwis2014-01-021-0/+2
| |
* | Issue #20055: Fix test_shutil under Windows with symlink privileges held.Antoine Pitrou2014-01-011-0/+3
|\ \ | |/ | | | | Patch by Vajrasky Kok.
| * Issue #20055: Fix test_shutil under Windows with symlink privileges held.Antoine Pitrou2014-01-011-0/+3
| | | | | | | | Patch by Vajrasky Kok.
* | Merge: Clarify the wording of a news entry.R David Murray2013-12-311-3/+4
|\ \ | |/
| * Clarify the wording of a news entry.R David Murray2013-12-311-3/+4
| |
| * Backporing the fix from Issue #12692Senthil Kumaran2013-12-291-0/+3
| |
* | whatsnew: mock called_with improvements, socket CAN_BCM support.R David Murray2013-12-311-4/+4
| | | | | | | | | | Also reworded the other entries in the socket section of whatsnew, as well as a couple of unrelated news entries.
* | whatsnew: random.getrandbits performance.R David Murray2013-12-311-1/+1
| | | | | | | | Also fix a NEWS file issue number error, and some spacing fixes in whatsnew.
* | whatsnew: abc.ABC. Also add issue number to news entry and reword.R David Murray2013-12-291-2/+3
| |
* | Add context to a json NEWS entry.R David Murray2013-12-271-2/+2
| |
* | Fix breakage in TestSuite.countTestCases() introduced by issue #11798.Antoine Pitrou2013-12-281-0/+2
| |
* | Issue #19918: Fix PurePath.relative_to() under Windows.Antoine Pitrou2013-12-281-0/+2
| |
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵Antoine Pitrou2013-12-281-0/+3
|\ \ | |/ | | | | rather than silently let them emit clear text data.
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ↵Antoine Pitrou2013-12-281-0/+3
| | | | | | | | rather than silently let them emit clear text data.
* | Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin.Antoine Pitrou2013-12-281-0/+1
| |
* | Mostly-null merge of #18116 backport (updated NEWS entry).R David Murray2013-12-271-2/+3
|\ \ | |/
| * #18116: backport fix to 3.3 since real-world failure mode demonstrated.R David Murray2013-12-271-0/+5
| | | | | | | | | | | | | | | | | | | | In issue 20074 it was pointed out that getpass would fail with a traceback if stdin was, for example /dev/null, which is a non-unlikely scenario. Also backported the tests from issue 17484 as modified by issue 18116. (What I really did was copy getpass.py and test_getpass.py from their state on tip as of 17bd04fbf3d3).
* | Issue #20046: Locale alias table no longer contains entities which can beSerhiy Storchaka2013-12-261-0/+3
| | | | | | | | calculated. Generalized support of the euro modifier.
* | Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+2
|\ \ | |/
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+2
| |
* | Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-0/+2
|\ \ | |/
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-0/+2
| |
* | - Issue #20070: Don't run test_urllib2net when network resources are notdoko@ubuntu.com2013-12-261-0/+3
| | | | | | | | enabled.
* | Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-0/+3
|\ \ | |/ | | | | disabled since 3.0 due to the changes in listcomp handling.
| * Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-0/+3
| | | | | | | | disabled since 3.0 due to the changes in listcomp handling.