Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #11471: avoid generating a JUMP_FORWARD instruction at the end of an ↵ | Antoine Pitrou | 2014-09-18 | 1 | -88/+84 |
| | | | | | | 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 | 2 | -3/+63 |
|\ | | | | | | | modified. | ||||
| * | Issue #4180: The warnings registries are now reset when the filters are ↵ | Antoine Pitrou | 2014-09-18 | 2 | -3/+63 |
| | | | | | | | | 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 | 2 | -1/+13 |
|\ \ | |/ | | | | | Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. | ||||
| * | Merge from 3.3 | Senthil Kumaran | 2014-09-17 | 2 | -1/+13 |
| |\ | | | | | | | | | | 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 | 2 | -1/+13 |
| | | | | | | | | | | | | 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-17 | 2 | -8/+74 |
| | | | |||||
* | | | consistently use _name_ and _value_; patch from Kiss Gyorgy | Ethan Furman | 2014-09-17 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | consistently use _name_ and _value_; patch from Kiss Gyorgy | Ethan Furman | 2014-09-17 | 1 | -5/+5 |
| | | | |||||
* | | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-16 | 1 | -34/+34 |
|\ \ \ | |/ / | |||||
| * | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-16 | 1 | -34/+34 |
| | | | |||||
* | | | Lax cookie parsing in http.cookies could be a security issue when combined | Antoine Pitrou | 2014-09-16 | 2 | -1/+11 |
|\ \ \ | |/ / | | | | | | | | | | | | | 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-16 | 2 | -1/+11 |
| |\ \ | | |/ | | | | | | | | | | | | | 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-16 | 2 | -1/+11 |
| | | | | | | | | | | | | | | | | | | 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 | 2 | -0/+16 |
| | | | |||||
* | | | Merge fix for issue #22166 from 3.4 | Nick Coghlan | 2014-09-15 | 1 | -0/+14 |
|\ \ \ | |/ / | |||||
| * | | Issue #22166: clear codec caches in test_codecs | Nick Coghlan | 2014-09-15 | 1 | -0/+14 |
| | | | |||||
* | | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 2 | -42/+351 |
|\ \ \ | |||||
| * | | | Closes #18159: ConfigParser getters not available on SectionProxy | Łukasz Langa | 2014-09-15 | 2 | -42/+351 |
| | | | | |||||
* | | | | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Restored re pickling test. | Serhiy Storchaka | 2014-09-15 | 1 | -5/+9 |
| | | | |||||
* | | | Closes #20537: logging methods now accept an exception instance as well as a ↵ | Vinay Sajip | 2014-09-14 | 2 | -10/+22 |
| | | | | | | | | | | | | 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 | 1 | -2/+5 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | 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 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | 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-14 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X. | Ned Deily | 2014-09-14 | 1 | -2/+3 |
| | | | |||||
* | | | inspect.Signature: Fix discrepancy between __eq__ and __hash__. | Yury Selivanov | 2014-09-12 | 2 | -39/+38 |
| | | | | | | | | | | | | 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 | 2 | -23/+113 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Closes #22386: merged fix from 3.4. | Vinay Sajip | 2014-09-11 | 2 | -1/+6 |
|\ \ \ | |/ / | |||||
| * | | Issue #22386: fixed regression. | Vinay Sajip | 2014-09-11 | 2 | -1/+6 |
| | | | |||||
* | | | Issue #13968: Fixed newly added recursive glob test. | Serhiy Storchaka | 2014-09-11 | 1 | -38/+40 |
| | | | | | | | | | | | | It was failed when run with non-empty current directory. | ||||
* | | | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | character instead of truncate it. Based on patch by Victor Stinner. | ||||
| * | | Issue #21147: sqlite3 now raises an exception if the request contains a null | Serhiy Storchaka | 2014-09-11 | 1 | -0/+10 |
| | | | | | | | | | | | | character instead of truncate it. Based on patch by Victor Stinner. | ||||
* | | | Issue #13968: The glob module now supports recursive search in | Serhiy Storchaka | 2014-09-11 | 2 | -15/+169 |
| | | | | | | | | | | | | subdirectories using the "**" pattern. | ||||
* | | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
| * | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
* | | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 2 | -3/+3 |
|\ \ \ | |/ / | | | | | | | protocol". | ||||
| * | | Issue #22369: Change "context manager protocol" to "context management ↵ | Serhiy Storchaka | 2014-09-10 | 2 | -3/+3 |
| | | | | | | | | | | | | protocol". | ||||
* | | | Whitespace. | Stefan Krah | 2014-09-10 | 1 | -3/+0 |
| | | | |||||
* | | | Issue #19232: Speed up decimal import. Additionally, since _decimal is | Stefan Krah | 2014-09-10 | 3 | -6401/+6398 |
| | | | | | | | | | | | | | | | self-contained, this change facilitates maintenance and the Python version can be easily imported for experimentation. | ||||
* | | | Issue #22284: Merge 3.4 | Stefan Krah | 2014-09-09 | 1 | -0/+6 |
|\ \ \ | |/ / |