summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Switch to the new upload url for PyPIDonald Stufft2016-07-063-5/+5
| | * | | Regenerate pydoc topics for 3.4.5 final.Larry Hastings2016-06-251-1/+1
| | * | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
| | * | | Regenerate pydoc topics for 3.4.5rc1.Larry Hastings2016-06-121-2/+2
* | | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbmSerhiy Storchaka2016-07-062-1/+44
* | | | | Issue #27452: make command line idle-test> python test_help.py work.Terry Jan Reedy2016-07-061-1/+1
* | | | | Issue #27452: add line counter and crc to IDLE config test dump.Terry Jan Reedy2016-07-061-9/+20
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27452: add line counter and crc to IDLE configHandler test dump.Terry Jan Reedy2016-07-061-10/+21
* | | | | Issue 27437: Add query.ModuleName and use it for file => Load Module.Terry Jan Reedy2016-07-035-77/+185
* | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0311-6/+29
|\ \ \ \ \ | |/ / / /
| * | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS.Serhiy Storchaka2016-07-0310-6/+26
* | | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27443: __length_hint__() of bytearray itearator no longer returnSerhiy Storchaka2016-07-031-0/+10
* | | | | Issue #27007: The fromhex() class methods of bytes and bytearray subclassesSerhiy Storchaka2016-07-011-1/+26
* | | | | Issue #27431: Merge from 3.5Berker Peksag2016-07-011-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27431: Update default protocol version in shelve.Shelf() documentationBerker Peksag2016-07-011-0/+4
* | | | | Issue #27430: Merge from 3.5Berker Peksag2016-07-012-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #27430: Fix typos, patch by scop.Berker Peksag2016-07-012-2/+2
* | | | | Merge from 3.5 for issue #26664Brett Cannon2016-06-301-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #26665: Remove mis-use of ``$`` in activate.fish.Brett Cannon2016-06-301-2/+2
* | | | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Issue #4945: Improved the documenting of boolean arguments in the json module.Serhiy Storchaka2016-06-301-2/+2
* | | | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-293-13/+107
* | | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-1/+13
|\ \ \ \ \ | |/ / / /
| * | | | asyncio: Use socket specs for getaddrinfo() in sock_connect()Yury Selivanov2016-06-282-1/+13
* | | | | Merge 3.5 (asyncio)Yury Selivanov2016-06-282-0/+17
|\ \ \ \ \ | |/ / / /
| * | | | asyncio: Fix NameError in sslproto _fatal_error()Yury Selivanov2016-06-282-0/+17
* | | | | Issue #27352: Fixed an error message in a test.Serhiy Storchaka2016-06-271-1/+1
* | | | | Merge from 3.5.Larry Hastings2016-06-271-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge.Larry Hastings2016-06-2752-425/+865
| |\ \ \ \
| * | | | | Update pydoc topics for 3.5.2 final.Larry Hastings2016-06-251-1/+1
| * | | | | Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.Terry Jan Reedy2016-06-222-3/+3
| * | | | | Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.Matthias Klose2016-06-131-1/+2
* | | | | | Issue #27380: IDLE: add base Query dialog, with ttk widgets and subclassTerry Jan Reedy2016-06-276-188/+326
* | | | | | Merge Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-0/+14
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Update NEWS and idlelib NEWS.text.Terry Jan Reedy2016-06-261-1/+12
* | | | | | Issue 27372: Stop test_idle from changing locale, so test passes.Terry Jan Reedy2016-06-264-48/+62
* | | | | | Issue #22115: Updated Misc/NEWS.Serhiy Storchaka2016-06-261-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #22115: Fixed tracing Tkinter variables:Serhiy Storchaka2016-06-262-8/+62
* | | | | | Issue #22115: Added methods trace_add, trace_remove and trace_info in theSerhiy Storchaka2016-06-263-35/+201
* | | | | | Issue #20350. tkapp.splitlist() is now always used instead of unreliableSerhiy Storchaka2016-06-252-15/+12
* | | | | | Issue #24137: Fixed IDLE on Linux with tkinter default root disabled.Serhiy Storchaka2016-06-251-1/+2
* | | | | | Issue #26243: Only the level argument to zlib.compress() is keyword argumentSerhiy Storchaka2016-06-251-1/+3
* | | | | | Issue #26186: Remove the restriction that built-in and extensionBrett Cannon2016-06-252-13/+13
* | | | | | Merge from 3.5Brett Cannon2016-06-252-4/+14
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix a scoping issue where an UnboundLocalError was triggered if aBrett Cannon2016-06-252-4/+14
* | | | | | Minor beautificationRaymond Hettinger2016-06-251-2/+2
* | | | | | Issue #27038: Expose DirEntry as os.DirEntry.Brett Cannon2016-06-241-0/+1
* | | | | | Issue #27186: Update os.fspath()/PyOS_FSPath() to check the returnBrett Cannon2016-06-243-60/+75
* | | | | | Issue #18300: Merge from 3.5Berker Peksag2016-06-242-15/+13
|\ \ \ \ \ \ | |/ / / / /