summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #23630, asyncio: host parameter of loop.create_server() can now be aVictor Stinner2015-09-215-11/+74
* Issue #25114, asyncio: add ssl_object extra info to SSL transportsVictor Stinner2015-09-214-12/+73
* Issue #25138: test_socket.test_idna() uses support.transient_internet() insteadVictor Stinner2015-09-211-5/+4
* Issue #24861: Add docstring to idlelib.__init__ with 'private' warning.Terry Jan Reedy2015-09-211-1/+8
* Move items from NEWS to idlelib/NEWS.txt. Standardize headers spacing: 2 linesTerry Jan Reedy2015-09-211-100/+20
* Issue #23484: Document differences between synchronization primitives ofBerker Peksag2015-09-211-12/+119
* Add NEWS items for Idle.Terry Jan Reedy2015-09-211-0/+15
* Issue #25169: os.getppid() is available on Windows since Python 3.2.Berker Peksag2015-09-211-2/+1
* Issue #16893: finish deprecation.Terry Jan Reedy2015-09-211-3/+1
* Issue #25199: Idle: add synchronization comments for future maintainers.Terry Jan Reedy2015-09-212-3/+14
* Issue #16893: whitespace in idle.html.Terry Jan Reedy2015-09-211-14/+14
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-206-12/+927
* remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
* use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
* Issue #24199: Add stacklevel to deprecation warning call.Terry Jan Reedy2015-09-201-1/+1
* Issue #25176: Correct link for cgi.parse_qsl; patch from Ville SkyttäMartin Panter2015-09-202-1/+2
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* Issue #24836: Skip FormatDateTests of test_email.test_utils on Mac OS X SnowVictor Stinner2015-09-181-0/+3
* Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methodsVictor Stinner2015-09-184-41/+113
* Issue #25108: Backported tests for traceback functions print_stack(),Serhiy Storchaka2015-09-181-0/+35
* Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-181-7/+23
* Issue #25127: Fix typo in concurrent.futures.rstBerker Peksag2015-09-151-1/+1
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-1/+1
* Use :menuselection: in whatsnew/3.4.Serhiy Storchaka2015-09-131-1/+1
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-132-2/+2
* Issue #25021: Merge from 3.3 to 3.4Kristján Valur Jónsson2015-09-122-2/+20
|\
| * Issue #25021: Correctly make sure that product.__setstate__ does not accessKristján Valur Jónsson2015-09-122-2/+20
* | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-1219-32/+32
* | Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-123-9/+17
* | Issue #25063: socket.sendfile() does not exist in 3.4Martin Panter2015-09-111-5/+0
* | Issue #25043: Document BDADDR_ and HCI_ Bluetooth socket constantsMartin Panter2015-09-111-0/+16
* | Fix grammatical error in csv docs.Zachary Ware2015-09-111-1/+1
* | Issue #24684: socket.socket.getaddrinfo() now callsVictor Stinner2015-09-112-3/+7
* | Issue #25030: Do not document seek() as if it accepts keyword argumentsMartin Panter2015-09-113-7/+9
* | Issue #25022: Avoid warning about unused suspicious ruleMartin Panter2015-09-111-1/+0
* | Issue #24984: BTPROTO_SCO supports only bytes objectsMartin Panter2015-09-111-1/+1
* | Issue #25022: Add NEWS, fix docs to not mention the old example.Zachary Ware2015-09-102-144/+8
* | Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-107-457/+0
* | Use print function in mock docs.Berker Peksag2015-09-101-6/+6
* | Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-093-2/+9
* | Issue #24984: Document AF_BLUETOOTH socket address formatsMartin Panter2015-09-092-2/+25
* | os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-093-5/+5
* | Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
* | Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-099-31/+73
* | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* | Fix whitespace in comment.Raymond Hettinger2015-09-081-3/+2
* | Issue #25010: Fix path for .pyd example project.Zachary Ware2015-09-081-1/+1
* | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-083-6/+43
* | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-072-6/+10
* | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51