- 07 Mar, 2014 1 commit
-
-
Brett Cannon authored
-
- 06 Mar, 2014 2 commits
-
-
Zachary Ware authored
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 1 commit
-
-
Kristján Valur Jónsson authored
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 commit
-
-
Kristján Valur Jónsson authored
to the exhausted state.
-
- 03 Mar, 2014 1 commit
-
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
- 02 Mar, 2014 6 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Mar, 2014 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 2 commits
-
-
Brett Cannon authored
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Martin v. Löwis authored
are opened in text mode. Patch by Serhiy Storchaka.
-
- 27 Feb, 2014 3 commits
-
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-
Antoine Pitrou authored
Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten.
-
Benjamin Peterson authored
Patch by Berker Peksag.
-
- 26 Feb, 2014 4 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code.
-
Zachary Ware authored
-
Gregory P. Smith authored
This bug was of the major reasons for the release.
-
- 25 Feb, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 24 Feb, 2014 9 commits
-
-
R David Murray authored
-
R David Murray authored
Patch by Sean Rodman.
-
Ezio Melotti authored
-
Serhiy Storchaka authored
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.
-
Serhiy Storchaka authored
Patch by Arfrever Frehtes Taifersar Arahesis.
-
Georg Brandl authored
-
Georg Brandl authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Original patches by A. Kuchling and G. Rees (#12691).
-
- 23 Feb, 2014 7 commits
-
-
Terry Jan Reedy authored
constructed examples and all but 7 of the test/test_*.py files (run with -ucpu) pass. Remove those that fail the new test from the selection list. Patch partly based on patches by G. Brandl (#8478) and G. Rees (#12691).
-
Antoine Pitrou authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-