- 18 Sep, 2014 9 commits
-
-
Senthil Kumaran authored
Issue #16827: Make Interpreter introduction section of the tutorial more focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer.
-
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.
-
Berker Peksag authored
Patch by Chris Rebert.
-
Berker Peksag authored
-
Berker Peksag authored
-
Antoine Pitrou authored
Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an if-block if there is no else-clause. Original patch by Eugene Toder.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 17 Sep, 2014 13 commits
-
-
Victor Stinner authored
representation of Handle and TimerHandle after cancel().
-
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
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
Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces.
-
Senthil Kumaran authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
Ethan Furman authored
-
- 16 Sep, 2014 6 commits
-
-
Antoine Pitrou authored
-
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.
-
Antoine Pitrou authored
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
-
Kushal Das authored
-
- 15 Sep, 2014 9 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Łukasz Langa authored
-
Ned Deily 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 3 commits
-
-
Vinay Sajip authored
Closes #20537: logging methods now accept an exception instance as well as a Boolean value or exception tuple. Thanks to Yury Selivanov for the patch.
-
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
when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications.
-