- 20 Sep, 2014 8 commits
-
-
Georg Brandl authored
-
R David Murray authored
Since EmailMessage is a provisional API we can fix API bugs in a maintenance release, but I used a trick suggested by Serhiy to maintain backward compatibility with 3.4.0/1.
-
R David Murray authored
-
Benjamin Peterson authored
use patch context manager instead of decorator because the decorator 'leaks' metadata onto the function
-
Berker Peksag authored
-
Ned Deily authored
python.org OS X installers are now distributed as signed installer packages compatible with the Gatekeeper security feature.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
Change a couple of existing prints. Original patch by Serhiy Storchaka.
-
- 19 Sep, 2014 3 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 18 Sep, 2014 4 commits
-
-
Vinay Sajip authored
-
Senthil Kumaran authored
focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
-
Berker Peksag authored
Patch by Chris Rebert.
-
Antoine Pitrou authored
-
- 17 Sep, 2014 7 commits
-
-
Victor Stinner authored
representation of Handle and TimerHandle after cancel().
-
Senthil Kumaran authored
Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes.
-
Senthil Kumaran authored
-
Senthil Kumaran authored
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
-
Senthil Kumaran authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 16 Sep, 2014 3 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
- 15 Sep, 2014 3 commits
-
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Ned Deily authored
directory to sys.path when running from a build directory. That has proven to be problematic for several standard library modules with C extension modules whose builds can fail on some platforms.
-
- 14 Sep, 2014 4 commits
-
-
Serhiy Storchaka authored
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Ned Deily authored
-
- 13 Sep, 2014 1 commit
-
-
Benjamin Peterson authored
-
- 11 Sep, 2014 4 commits
-
-
Vinay Sajip authored
-
Serhiy Storchaka authored
character instead of truncate it. Based on patch by Victor Stinner.
-
Serhiy Storchaka authored
empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory.
-
Serhiy Storchaka authored
ckalloc() causes the Tcl interpreter to panic, attemptckalloc() returns NULL if the memory allocation fails.
-
- 10 Sep, 2014 3 commits
-
-
Victor Stinner authored
-
Benjamin Peterson authored
-
Serhiy Storchaka authored
-