- 19 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 18 Aug, 2014 1 commit
-
-
Serhiy Storchaka authored
-
- 17 Aug, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
extracts ZIP files with directory entries. Patch by Ryan Wilson.
-
Serhiy Storchaka authored
Support for Py_LIMITED_API was introduced in Python 3.2. Thanks Arfrever Frehtes Taifersar Arahesis.
-
- 16 Aug, 2014 3 commits
-
-
Senthil Kumaran authored
-
Victor Stinner authored
any .gdbinit initialization files".
-
Senthil Kumaran authored
Fix Issue #8797: Raise HTTPError on failed Basic Authentication immediately. Initial patch by Sam Bull.
-
- 15 Aug, 2014 1 commit
-
-
Terry Jan Reedy authored
-
- 14 Aug, 2014 1 commit
-
-
Serhiy Storchaka authored
some __sizeof__() methods.
-
- 12 Aug, 2014 3 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Original patch by Raymond Hettinger.
-
Serhiy Storchaka authored
AIX. Based on patch by Delhallt.
-
- 11 Aug, 2014 1 commit
-
-
Zachary Ware authored
-
- 10 Aug, 2014 5 commits
-
-
Raymond Hettinger authored
-
doko@ubuntu.com authored
adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 09 Aug, 2014 1 commit
-
-
Terry Jan Reedy authored
Move BREAK tag configuration to PyShellEditorWindow.
-
- 07 Aug, 2014 2 commits
-
-
Zachary Ware authored
-
Ezio Melotti authored
-
- 06 Aug, 2014 2 commits
-
-
Serhiy Storchaka authored
on 64-bit systems.
-
Serhiy Storchaka authored
when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method.
-
- 05 Aug, 2014 3 commits
-
-
Vinay Sajip authored
-
Ezio Melotti authored
-
Berker Peksag authored
than 100 headers are read. Patch by Jyrki Pulliainen and Daniel Eriksson.
-
- 04 Aug, 2014 2 commits
-
-
Ezio Melotti authored
#18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst.
-
Terry Jan Reedy authored
a, b in arg lists, and hanging indents for long arg lists.
-
- 03 Aug, 2014 2 commits
-
-
Jason R. Coombs authored
-
Jason R. Coombs authored
Issue #13540: Update references to Action class to match syntax used for other classes in this file.
-
- 02 Aug, 2014 1 commit
-
-
Raymond Hettinger authored
-
- 01 Aug, 2014 1 commit
-
-
doko@ubuntu.com authored
-
- 31 Jul, 2014 1 commit
-
-
Serhiy Storchaka authored
configure options of tkinter.PhotoImage. Added private Tkapp method _createbytearray().
-
- 30 Jul, 2014 2 commits
-
-
Terry Jan Reedy authored
In 2.7, these become leaks and cause test_gc to fail.
-
Serhiy Storchaka authored
-
- 29 Jul, 2014 3 commits
-
-
Victor Stinner authored
-
Robert Jordens authored
-
Dirkjan Ochtman authored
Instead of deferring until runtime. This makes sure we hit the right conditions in dealing with unqualified exec statements. Reviewed by Victor Stinner. Test follows in a later commit.
-