index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Issue #16893: whitespace in help.py.
Terry Jan Reedy
2015-09-21
1
-3/+3
*
Issue #16893: whitespace in idle.html.
Terry Jan Reedy
2015-09-21
1
-14/+14
*
Issue #16893: include new files
Terry Jan Reedy
2015-09-20
2
-0/+907
*
Issue #16893: Replace help.txt with idle.html for Idle doc display.
Terry Jan Reedy
2015-09-20
4
-12/+23
*
use a more modern UA (#25145)
Benjamin Peterson
2015-09-20
1
-1/+1
*
remove reference to PyGoogle (#25145)
Benjamin Peterson
2015-09-20
1
-2/+1
*
Issue #24199: Add stacklevel to deprecation warning call.
Terry Jan Reedy
2015-09-20
1
-1/+1
*
Issue #25108: Fixed test_traceback in the case when this test is run twice.
Serhiy Storchaka
2015-09-20
1
-6/+9
*
Issue #25101: Try to create a file to test write access in test_zipfile.
Serhiy Storchaka
2015-09-19
1
-0/+7
*
Give proper credit for issue #24915
Brett Cannon
2015-09-18
2
-1/+3
*
Issue #24915: Make PGO builds support Clang and use the test suite for
Brett Cannon
2015-09-18
7
-7/+189
*
Issue #25108: Backported tests for traceback functions print_stack(),
Serhiy Storchaka
2015-09-18
1
-2/+44
*
Issue24756: clarify usage of run_docstring_examples()
Ethan Furman
2015-09-18
1
-6/+23
*
test_gdb: fix regex to parse the GDB version
Victor Stinner
2015-09-14
1
-2/+3
*
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson
2015-09-13
2
-2/+2
*
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
15
-27/+27
*
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
Martin Panter
2015-09-12
3
-9/+18
*
Remove and enable misplaced codecs tests ported from Python 3
Martin Panter
2015-09-12
1
-45/+8
*
Fix grammatical error in csv docs.
Zachary Ware
2015-09-11
1
-1/+1
*
Issue #24684: socket.socket.getaddrinfo() now calls
Victor Stinner
2015-09-11
2
-1/+7
*
Issue #25030: Do not document seek() as if it accepts keyword arguments
Martin Panter
2015-09-11
3
-7/+9
*
Issue #25022: Avoid warning about unused suspicious rule
Martin Panter
2015-09-11
1
-1/+0
*
Issue #25022: Add NEWS, fix docs to not mention the old example.
Zachary Ware
2015-09-10
2
-148/+8
*
Issue #25022: Remove PC/example_nt/
Zachary Ware
2015-09-10
8
-452/+0
*
Add the original author of profile.py back to the docs, at his request.
Guido van Rossum
2015-09-10
1
-1/+1
*
Don't encode unicode dirname in test_support.temp_cwd() if unicode file names
Serhiy Storchaka
2015-09-09
1
-1/+2
*
Issue 24199: Deprecate idlelib.idlever with a warning on import.
Terry Jan Reedy
2015-09-09
2
-2/+19
*
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
*
Update PCbuild/readme.txt
Zachary Ware
2015-09-08
1
-178/+226
*
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
3
-2/+41
*
Backported new tests for attribute setting of expat parser.
Serhiy Storchaka
2015-09-07
1
-18/+35
*
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
*
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
*
Issue #24889: When starting Idle, force focus onto Idle window if not already
Terry Jan Reedy
2015-09-07
1
-0/+1
*
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
3
-6/+12
*
Issue #17849: Raise sensible exception for invalid HTTP tunnel response
Martin Panter
2015-09-07
4
-0/+20
*
Fix, refactor and extend tests for shutil.make_archive().
Serhiy Storchaka
2015-09-06
1
-73/+66
*
Backport support.change_cwd() and use it in tests.
Serhiy Storchaka
2015-09-06
7
-86/+60
*
Issue #16180: Exit pdb if file has syntax error, instead of trapping user
Terry Jan Reedy
2015-09-05
3
-0/+17
*
#24998: fix cut and paste error in subprocess example.
R David Murray
2015-09-04
1
-1/+1
*
Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.
Terry Jan Reedy
2015-09-04
1
-7/+11
*
Issue #24986: Save some bandwidth from svn.python.org
Zachary Ware
2015-09-04
2
-11/+14
*
Issue #24986: Allow building Python without external libraries on Windows
Zachary Ware
2015-09-04
3
-5/+40
*
Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.
Zachary Ware
2015-09-04
3
-13/+22
*
merge heads.
Senthil Kumaran
2015-09-03
3
-29/+338
|
\
|
*
Issue #23375: Fix test_py3kwarn for modules implemented in C
Victor Stinner
2015-09-03
1
-0/+16
|
*
python-gdb.py: enhance py-bt command
Victor Stinner
2015-09-03
2
-18/+292
|
*
test_gdb: enhance regex used to parse the GDB version
Victor Stinner
2015-09-03
1
-12/+31
*
|
Remove unused imports in test_wsgiref.py
Senthil Kumaran
2015-09-03
1
-2/+2
|
/
*
Issue #21192: Change 'RUN' back to 'RESTART' when running editor file.
Terry Jan Reedy
2015-09-03
1
-1/+1
[prev]
[next]