Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | inspect: Fix getsource() to load updated source of reloaded module | Yury Selivanov | 2014-12-08 | 3 | -6/+46 |
* | Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa. | Yury Selivanov | 2014-12-08 | 3 | -2/+22 |
* | null merge with 3.4. | Yury Selivanov | 2014-12-08 | 0 | -0/+0 |
|\ | |||||
| * | NEWS: Remove duplicate entry | Yury Selivanov | 2014-12-08 | 1 | -3/+0 |
* | | NEWS: Add news entry for issue #23009. | Yury Selivanov | 2014-12-08 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | NEWS: Add news entry for issue #23009. | Yury Selivanov | 2014-12-08 | 1 | -0/+6 |
* | | selectors: Fix typo in comment. | Yury Selivanov | 2014-12-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | selectors: Fix typo in comment. | Yury Selivanov | 2014-12-08 | 1 | -1/+1 |
* | | selectors: Make sure EpollSelecrtor.select() works when no FD is registered. | Yury Selivanov | 2014-12-08 | 2 | -1/+11 |
|\ \ | |/ | |||||
| * | selectors: Make sure EpollSelecrtor.select() works when no FD is registered. | Yury Selivanov | 2014-12-08 | 2 | -1/+11 |
* | | merge 3.4 | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix reference by adding module name | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
* | | merge 3.4 | Benjamin Peterson | 2014-12-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | use context's check_hostname attribute rather than the HTTPSHandler check_hos... | Benjamin Peterson | 2014-12-07 | 1 | -2/+2 |
* | | merge 3.4 (#22959) | Benjamin Peterson | 2014-12-07 | 4 | -10/+22 |
|\ \ | |/ | |||||
| * | HTTPSConnection: prefer the context's check_hostname attribute over the const... | Benjamin Peterson | 2014-12-07 | 4 | -10/+22 |
* | | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete... | Antoine Pitrou | 2014-12-07 | 7 | -6/+62 |
* | | merge 3.4 | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
|\ \ | |/ | |||||
| * | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
* | | merge 3.4 (#22935) | Benjamin Peterson | 2014-12-06 | 4 | -8/+24 |
|\ \ | |/ | |||||
| * | allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) | Benjamin Peterson | 2014-12-06 | 4 | -8/+24 |
* | | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+20 |
|\ \ | |/ | |||||
| * | Update idlelib/NEWS.txt. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+24 |
* | | merge 3.4 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -4/+37 |
|\ \ | |/ | |||||
| * | merge 3.3 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -4/+37 |
| |\ | |||||
| | * | merge 3.2 (#16043) | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
| | |\ | |||||
| | | * | add a default limit for the amount of data xmlrpclib.gzip_decode will return ... | Benjamin Peterson | 2014-12-06 | 3 | -3/+36 |
* | | | | Merge with 3.4. | Terry Jan Reedy | 2014-12-06 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #16893: Update Idle doc chapter to match current Idle and add new | Terry Jan Reedy | 2014-12-06 | 1 | -0/+3 |
* | | | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix a bad link | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
* | | | | Issue #9647: os.confstr() ensures that the second call to confstr() returns the | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
* | | | | Merge heads | Serhiy Storchaka | 2014-12-05 | 4 | -8/+13 |
|\ \ \ \ | |||||
| * | | | | Issue #22394: Add a 'venv' command to Doc/Makefile. | Brett Cannon | 2014-12-05 | 4 | -8/+13 |
* | | | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 12 | -37/+39 |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | |||||
| * | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 12 | -37/+39 |
* | | | | Merge with 3.4 | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a more | Brett Cannon | 2014-12-05 | 2 | -584/+346 |
* | | | | (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it during | Victor Stinner | 2014-12-05 | 2 | -3/+37 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #22599: Enhance tokenize.open() to be able to call it during Python | Victor Stinner | 2014-12-05 | 1 | -3/+4 |
* | | | | Merge with 3.4. Edit Menus section of Idle doc. | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
|\ \ \ \ | |/ / / | |||||
| * | | | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
* | | | | Merge from 3.4 after patch separately committed as 697adefaba6b. | Terry Jan Reedy | 2014-12-05 | 0 | -0/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | docs.inspect: Fix BoundArguments example. Issue #22998. | Yury Selivanov | 2014-12-05 | 1 | -1/+2 |
* | | | | docs.inspect: Fix BoundArguments example. Issue #22998. | Yury Selivanov | 2014-12-05 | 1 | -1/+2 |
* | | | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-05 | 2 | -2/+37 |
|\ \ \ \ | |/ / / | |||||
| * | | | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the | Victor Stinner | 2014-12-05 | 2 | -2/+37 |
| * | | | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
* | | | | Issue #22922: Fix ProactorEventLoop.close() | Victor Stinner | 2014-12-05 | 1 | -1/+3 |
* | | | | Merge 3.4 (asyncio) | Victor Stinner | 2014-12-04 | 5 | -6/+44 |
|\ \ \ \ | |/ / / |