- 07 Nov, 2015 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
This avoids possible buffer overreads when int(), float(), compile(), exec() and eval() are passed bytes-like objects. Similar code is removed from the complex() constructor, where it was not reachable. Patch by John Leitch, Serhiy Storchaka and Martin Panter.
-
- 06 Nov, 2015 1 commit
-
-
Martin Panter authored
Implementation by Antoine Pitrou.
-
- 05 Nov, 2015 1 commit
-
-
Yury Selivanov authored
-
- 04 Nov, 2015 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 02 Nov, 2015 3 commits
-
-
Guido van Rossum authored
-
Serhiy Storchaka authored
-
Martin Panter authored
This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar.
-
- 01 Nov, 2015 1 commit
-
-
Serhiy Storchaka authored
at the end if the FileInput was opened with binary mode. Patch by Ryosuke Ito.
-
- 31 Oct, 2015 1 commit
-
-
Martin Panter authored
-
- 30 Oct, 2015 4 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Benjamin Peterson authored
-
- 28 Oct, 2015 3 commits
-
-
Serhiy Storchaka authored
whitespace is a substring of smallest leading whitespace. Based on patch by Robert Li.
-
Terry Jan Reedy authored
-
Zachary Ware authored
Patch by John Mark Vandenberg.
-
- 27 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
Clarify message and expected action for beginners. Guard against astral chars in path incorporated in message.
-
- 26 Oct, 2015 1 commit
-
-
Martin Panter authored
This restores details lost in revision 097f4fda61a4 (since Python 3.3, related to the new OSError subclasses). Further additions: * Markup for attributes and constructor signature * Explain "winerror" and "filename2" * Extend test to check for filename2 defaulting to None * Clarify that the constructor can return a subclass I have intentionally left out any details of allowing more than five arguments, or how the "args" attribute is set for four or more arguments. These details seem to be dependent on the Python version and platform.
-
- 25 Oct, 2015 2 commits
-
-
Zachary Ware authored
rather than from elsewhere on PATH.
-
Benjamin Peterson authored
-
- 24 Oct, 2015 2 commits
-
-
Serhiy Storchaka authored
-
Zachary Ware authored
This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory.
-
- 23 Oct, 2015 1 commit
-
-
Victor Stinner authored
Patch written by Bernt Røskar Brenna.
-
- 22 Oct, 2015 1 commit
-
-
Terry Jan Reedy authored
-
- 20 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Berker Peksag authored
This should make buildbots green.
-
- 19 Oct, 2015 4 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
doko@ubuntu.com authored
-
- 17 Oct, 2015 2 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 16 Oct, 2015 1 commit
-
-
Berker Peksag authored
Patch by TAKASE Arihiro.
-
- 14 Oct, 2015 2 commits
-
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
-
- 13 Oct, 2015 2 commits
-
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Zachary Ware authored
Patch by Serhiy Storchaka.
-