Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge from 3.4 | Senthil Kumaran | 2014-09-18 | 3 | -110/+128 |
|\ | | | | | | | | | | | | | | | 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. | ||||
| * | Issue #16827: Make Interpreter introduction section of the tutorial more | Senthil Kumaran | 2014-09-18 | 3 | -110/+128 |
| | | | | | | | | | | | | | | focussed and move advanced section and customization information to a separate file called appendix. Patch credits: Jamayla Wiley, Ya-Ting Huang and James Brewer. | ||||
* | | Issue #14824: Update Repr.repr_TYPE documentation to use correct name ↵ | Berker Peksag | 2014-09-18 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | mangling implementation. Patch by Chris Rebert. | ||||
| * | Issue #14824: Update Repr.repr_TYPE documentation to use correct name ↵ | Berker Peksag | 2014-09-18 | 1 | -3/+3 |
| | | | | | | | | | | | | mangling implementation. Patch by Chris Rebert. | ||||
* | | Issue #21706: Add a versionchanged directive to the functional API docs. | Berker Peksag | 2014-09-18 | 1 | -0/+3 |
| | | |||||
* | | Issue #21391: Use os.path.abspath in the shutil module. | Berker Peksag | 2014-09-18 | 2 | -3/+4 |
| | | |||||
* | | Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an ↵ | Antoine Pitrou | 2014-09-18 | 3 | -91/+90 |
| | | | | | | | | | | | | if-block if there is no else-clause. Original patch by Eugene Toder. | ||||
* | | Issue #4180: The warnings registries are now reset when the filters are ↵ | Antoine Pitrou | 2014-09-18 | 4 | -9/+101 |
|\ \ | |/ | | | | | modified. | ||||
| * | Issue #4180: The warnings registries are now reset when the filters are ↵ | Antoine Pitrou | 2014-09-18 | 4 | -9/+101 |
| | | | | | | | | modified. | ||||
* | | (Merge 3.4) asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 2 | -17/+24 |
|\ \ | |/ | | | | | representation of Handle and TimerHandle after cancel(). | ||||
| * | asyncio, Tulip issue 206: In debug mode, keep the callback in the | Victor Stinner | 2014-09-17 | 2 | -17/+24 |
| | | | | | | | | representation of Handle and TimerHandle after cancel(). | ||||
* | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 4 | -1/+18 |
|\ \ | |/ | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. | ||||
| * | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 4 | -1/+18 |
| |\ | | | | | | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. | ||||
| | * | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to ↵ | Senthil Kumaran | 2014-09-17 | 4 | -1/+18 |
| | | | | | | | | | | | | 65536 bytes. | ||||
* | | | Merge from 3.4 | Senthil Kumaran | 2014-09-17 | 2 | -2/+4 |
|\ \ \ | |/ / | | | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| * | | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 2 | -2/+4 |
| |\ \ | | |/ | | | | | | | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all interfaces. | ||||
| | * | Issue #22421 - Secure pydoc server run. Bind it to localhost instead of all ↵ | Senthil Kumaran | 2014-09-17 | 2 | -2/+4 |
| | | | | | | | | | | | | interfaces. | ||||
* | | | Close issue21706: add 'start' parameter to functional API | Ethan Furman | 2014-09-16 | 3 | -11/+80 |
| | | | |||||
* | | | Issue21738: clarify usage of __new__ in Enum subclasses | Ethan Furman | 2014-09-16 | 1 | -6/+9 |
|\ \ \ | |/ / | |||||
| * | | Issue21738: clarify usage of __new__ in Enum subclasses | Ethan Furman | 2014-09-16 | 1 | -6/+9 |
| | | | |||||
* | | | consistently use _name_ and _value_; patch from Kiss Gyorgy | Ethan Furman | 2014-09-16 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | consistently use _name_ and _value_; patch from Kiss Gyorgy | Ethan Furman | 2014-09-16 | 1 | -5/+5 |
| | | | |||||
* | | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-17 | 1 | -34/+34 |
|\ \ \ | |/ / | |||||
| * | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-17 | 1 | -34/+34 |
| | | | |||||
* | | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-17 | 4 | -1/+16 |
|\ \ \ | |/ / | | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. | ||||
| * | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-17 | 4 | -1/+16 |
| |\ \ | | |/ | | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. | ||||
| | * | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-17 | 4 | -1/+16 |
| | | | | | | | | | | | | | | | | | | with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov. | ||||
* | | | Closes #21270 : We now override tuple methods in mock.call objects. | Kushal Das | 2014-09-16 | 3 | -0/+19 |
| | | | |||||
* | | | Merge fix for issue #22166 from 3.4 | Nick Coghlan | 2014-09-15 | 5 | -0/+102 |
|\ \ \ | |/ / | |||||
| * | | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 5 | -0/+102 |
| | | | |||||
* | | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 3 | -88/+423 |
|\ \ \ | |||||
| * | | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 3 | -53/+386 |
| | | | | |||||
| * | | | Fix full-stop whitespace in configparser docs | Łukasz Langa | 2014-09-14 | 1 | -42/+44 |
| | | | | |||||
* | | | | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
| | | | |||||
* | | | Issue #17095: merge from 3.4 | Ned Deily | 2014-09-14 | 1 | -14/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #17095: Temporarily revert getpath.c change that added the Modules | Ned Deily | 2014-09-14 | 1 | -14/+0 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 4 | -14/+34 |
| | | | | | | | | | | | | Boolean value or exception tuple. Thanks to Yury Selivanov for the patch. | ||||
* | | | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 2 | -2/+8 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. | ||||
| * | | Issue #22384: An exception in Tkinter callback no longer crashes the program | Serhiy Storchaka | 2014-09-14 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | when it is run with pythonw.exe. Documented that Tk.report_callback_exception() is purposed to be overriden in applications. | ||||
* | | | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -115/+115 |
|\ \ \ | |/ / | |||||
| * | | Use more appropriate asserts in re tests. | Serhiy Storchaka | 2014-09-14 | 1 | -115/+115 |
| | | | |||||
* | | | Fixed re tests incorrectly ported from 2.x to 3.x. | Serhiy Storchaka | 2014-09-14 | 1 | -22/+27 |
|\ \ \ | |/ / | |||||
| * | | Fixed re tests incorrectly ported from 2.x to 3.x. | Serhiy Storchaka | 2014-09-14 | 1 | -22/+27 |
| | | | |||||
* | | | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-13 | 2 | -2/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-13 | 2 | -2/+5 |
| | | | |||||
* | | | merge 3.4 | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | make hg link secure | Benjamin Peterson | 2014-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | inspect.Signature: Fix discrepancy between __eq__ and __hash__. | Yury Selivanov | 2014-09-12 | 3 | -39/+39 |
| | | | | | | | | | | | | Issue #20334. Thanks to Antony Lee for bug report & initial patch. | ||||
* | | | Issue #16104: Allow compileall to do parallel bytecode compilation. | Brett Cannon | 2014-09-12 | 4 | -25/+137 |
| | | | | | | | | | | | | | | | | | | | | | Both compileall.compile_dir() and the CLI for compileall now allow for specifying how many workers to use (or 0 to use all CPUs). Thanks to Claudiu Popa for the patch. |