summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inspect: Fix getsource() to load updated source of reloaded moduleYury Selivanov2014-12-083-6/+46
* Issue #21740: Support wrapped callables in pydoc. Patch by Claudiu Popa.Yury Selivanov2014-12-083-2/+22
* null merge with 3.4.Yury Selivanov2014-12-080-0/+0
|\
| * NEWS: Remove duplicate entryYury Selivanov2014-12-081-3/+0
* | NEWS: Add news entry for issue #23009.Yury Selivanov2014-12-081-0/+3
|\ \ | |/
| * NEWS: Add news entry for issue #23009.Yury Selivanov2014-12-081-0/+6
* | selectors: Fix typo in comment.Yury Selivanov2014-12-081-1/+1
|\ \ | |/
| * selectors: Fix typo in comment.Yury Selivanov2014-12-081-1/+1
* | selectors: Make sure EpollSelecrtor.select() works when no FD is registered.Yury Selivanov2014-12-082-1/+11
|\ \ | |/
| * selectors: Make sure EpollSelecrtor.select() works when no FD is registered.Yury Selivanov2014-12-082-1/+11
* | merge 3.4Benjamin Peterson2014-12-071-1/+1
|\ \ | |/
| * fix reference by adding module nameBenjamin Peterson2014-12-071-1/+1
* | merge 3.4Benjamin Peterson2014-12-071-2/+2
|\ \ | |/
| * use context's check_hostname attribute rather than the HTTPSHandler check_hos...Benjamin Peterson2014-12-071-2/+2
* | merge 3.4 (#22959)Benjamin Peterson2014-12-074-10/+22
|\ \ | |/
| * HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-074-10/+22
* | Issue #22696: Add function :func:`sys.is_finalizing` to know about interprete...Antoine Pitrou2014-12-077-6/+62
* | merge 3.4Benjamin Peterson2014-12-061-2/+5
|\ \ | |/
| * note that sslv3 may not be availableBenjamin Peterson2014-12-061-2/+5
* | merge 3.4 (#22935)Benjamin Peterson2014-12-064-8/+24
|\ \ | |/
| * allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)Benjamin Peterson2014-12-064-8/+24
* | Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+20
|\ \ | |/
| * Update idlelib/NEWS.txt.Terry Jan Reedy2014-12-061-0/+24
* | merge 3.4 (#16043)Benjamin Peterson2014-12-063-4/+37
|\ \ | |/
| * merge 3.3 (#16043)Benjamin Peterson2014-12-063-4/+37
| |\
| | * merge 3.2 (#16043)Benjamin Peterson2014-12-063-3/+36
| | |\
| | | * add a default limit for the amount of data xmlrpclib.gzip_decode will return ...Benjamin Peterson2014-12-063-3/+36
* | | | Merge with 3.4.Terry Jan Reedy2014-12-061-0/+3
|\ \ \ \ | |/ / /
| * | | Issue #16893: Update Idle doc chapter to match current Idle and add newTerry Jan Reedy2014-12-061-0/+3
* | | | Merge with 3.4Brett Cannon2014-12-051-1/+1
|\ \ \ \ | |/ / /
| * | | Fix a bad linkBrett Cannon2014-12-051-1/+1
* | | | Issue #9647: os.confstr() ensures that the second call to confstr() returns theVictor Stinner2014-12-051-1/+3
* | | | Merge headsSerhiy Storchaka2014-12-054-8/+13
|\ \ \ \
| * | | | Issue #22394: Add a 'venv' command to Doc/Makefile.Brett Cannon2014-12-054-8/+13
* | | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-0512-37/+39
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Issue #22581: Use more "bytes-like object" throughout the docs and comments.Serhiy Storchaka2014-12-0512-37/+39
* | | | Merge with 3.4Brett Cannon2014-12-051-584/+343
|\ \ \ \ | |/ / /
| * | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-052-584/+346
* | | | (Merge 3.4) Issue #22599: Enhance tokenize.open() to be able to call it duringVictor Stinner2014-12-052-3/+37
|\ \ \ \ | |/ / /
| * | | Issue #22599: Enhance tokenize.open() to be able to call it during PythonVictor Stinner2014-12-051-3/+4
* | | | Merge with 3.4. Edit Menus section of Idle doc.Terry Jan Reedy2014-12-051-123/+138
|\ \ \ \ | |/ / /
| * | | Edit Menus section of Idle doc. Make menu entries match current Idle in orderTerry Jan Reedy2014-12-051-123/+138
* | | | Merge from 3.4 after patch separately committed as 697adefaba6b.Terry Jan Reedy2014-12-050-0/+0
|\ \ \ \ | |/ / /
| * | | docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-051-1/+2
* | | | docs.inspect: Fix BoundArguments example. Issue #22998.Yury Selivanov2014-12-051-1/+2
* | | | Merge 3.4 (asyncio)Victor Stinner2014-12-052-2/+37
|\ \ \ \ | |/ / /
| * | | Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop theVictor Stinner2014-12-052-2/+37
| * | | Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2014-12-051-1/+3
* | | | Issue #22922: Fix ProactorEventLoop.close()Victor Stinner2014-12-051-1/+3
* | | | Merge 3.4 (asyncio)Victor Stinner2014-12-045-6/+44
|\ \ \ \ | |/ / /