summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #16893: whitespace in help.py.Terry Jan Reedy2015-09-211-3/+3
* Issue #16893: whitespace in idle.html.Terry Jan Reedy2015-09-211-14/+14
* Issue #16893: include new filesTerry Jan Reedy2015-09-202-0/+907
* Issue #16893: Replace help.txt with idle.html for Idle doc display.Terry Jan Reedy2015-09-204-12/+23
* use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
* remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
* Issue #24199: Add stacklevel to deprecation warning call.Terry Jan Reedy2015-09-201-1/+1
* Issue #25108: Fixed test_traceback in the case when this test is run twice.Serhiy Storchaka2015-09-201-6/+9
* Issue #25101: Try to create a file to test write access in test_zipfile.Serhiy Storchaka2015-09-191-0/+7
* Give proper credit for issue #24915Brett Cannon2015-09-182-1/+3
* Issue #24915: Make PGO builds support Clang and use the test suite forBrett Cannon2015-09-187-7/+189
* Issue #25108: Backported tests for traceback functions print_stack(),Serhiy Storchaka2015-09-181-2/+44
* Issue24756: clarify usage of run_docstring_examples()Ethan Furman2015-09-181-6/+23
* test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-2/+3
* fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-132-2/+2
* Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-1215-27/+27
* Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-123-9/+18
* Remove and enable misplaced codecs tests ported from Python 3Martin Panter2015-09-121-45/+8
* Fix grammatical error in csv docs.Zachary Ware2015-09-111-1/+1
* Issue #24684: socket.socket.getaddrinfo() now callsVictor Stinner2015-09-112-1/+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 #25022: Add NEWS, fix docs to not mention the old example.Zachary Ware2015-09-102-148/+8
* Issue #25022: Remove PC/example_nt/Zachary Ware2015-09-108-452/+0
* Add the original author of profile.py back to the docs, at his request.Guido van Rossum2015-09-101-1/+1
* Don't encode unicode dirname in test_support.temp_cwd() if unicode file namesSerhiy Storchaka2015-09-091-1/+2
* Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-2/+19
* Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* Update PCbuild/readme.txtZachary Ware2015-09-081-178/+226
* Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-083-2/+41
* Backported new tests for attribute setting of expat parser.Serhiy Storchaka2015-09-071-18/+35
* Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
* Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
* Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-071-0/+1
* Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-073-6/+12
* Issue #17849: Raise sensible exception for invalid HTTP tunnel responseMartin Panter2015-09-074-0/+20
* Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-73/+66
* Backport support.change_cwd() and use it in tests.Serhiy Storchaka2015-09-067-86/+60
* Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-053-0/+17
* #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
* Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
* Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-042-11/+14
* Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-043-5/+40
* Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.Zachary Ware2015-09-043-13/+22
* merge heads.Senthil Kumaran2015-09-033-29/+338
|\
| * Issue #23375: Fix test_py3kwarn for modules implemented in CVictor Stinner2015-09-031-0/+16
| * python-gdb.py: enhance py-bt commandVictor Stinner2015-09-032-18/+292
| * test_gdb: enhance regex used to parse the GDB versionVictor Stinner2015-09-031-12/+31
* | Remove unused imports in test_wsgiref.pySenthil Kumaran2015-09-031-2/+2
|/
* Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.Terry Jan Reedy2015-09-031-1/+1