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 #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily
2014-02-06
1
-0/+9
*
|
Issue #19920: Added tests for TarFile.list(). Based on patch by Vajrasky Kok.
Serhiy Storchaka
2014-02-05
2
-0/+79
*
|
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka
2014-02-05
1
-1/+36
*
|
Issue #20509: Added cross-reference in documentation.
Vinay Sajip
2014-02-04
1
-2/+3
*
|
mmap obmalloc arenas so that they may be immediately returned to the system w...
Benjamin Peterson
2014-02-04
5
-15/+46
*
|
Skip expr* tests for large integers for Tcl <8.5.
Serhiy Storchaka
2014-02-03
1
-4/+8
*
|
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug...
Antoine Pitrou
2014-02-03
3
-7/+27
*
|
Issue #19761: Fixed Tkinter tests on OS X.
Serhiy Storchaka
2014-02-03
2
-7/+14
*
|
Issue #20368: The null character now correctly passed from Tcl to Python (in
Serhiy Storchaka
2014-02-03
4
-105/+174
*
|
Merge heads
Serhiy Storchaka
2014-02-03
1
-1/+1
|
\
\
|
*
|
use system mercurial
Benjamin Peterson
2014-02-03
1
-1/+1
*
|
|
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka
2014-02-03
1
-0/+131
|
/
/
*
|
Added cookbook entry on logging filter configuration using dictConfig().
Vinay Sajip
2014-02-03
1
-0/+220
*
|
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...
Antoine Pitrou
2014-02-02
3
-1/+19
*
|
Issue #19990: Install test/imghdrdata.
Ned Deily
2014-02-02
1
-1/+3
*
|
Issue #20423: fix documentation of io.StringIO's newline parameter
Antoine Pitrou
2014-02-02
1
-3/+3
*
|
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
Serhiy Storchaka
2014-02-02
1
-5/+32
*
|
use with statement to ensure zipfile is always closed (closes #20102)
Benjamin Peterson
2014-02-02
1
-11/+9
*
|
Update the python.gif icon for the Idle classbrowser and pathbowser
Terry Jan Reedy
2014-02-02
1
-0/+0
*
|
#20288: fix handling of invalid numeric charrefs in HTMLParser.
Ezio Melotti
2014-02-01
3
-3/+11
*
|
Issue #19683: Add __closure__ and other missing attributes to function docs.
Mark Dickinson
2014-02-01
1
-24/+30
*
|
Fix unfinished thought in xml overview page. Suggested by Bo Bayles on docs@.
Zachary Ware
2014-01-31
1
-0/+1
*
|
Idle test: 2nd try at suppressing compile time warning (hint by Nick Coghlan).
Terry Jan Reedy
2014-01-31
1
-1/+1
*
|
Issue #20444: Reduced code duplication. Thanks to dongwm for the report and p...
Vinay Sajip
2014-01-30
1
-52/+36
*
|
Idlelib & buildbots: suppress py3 deprecation message even if enabled.
Terry Jan Reedy
2014-01-29
1
-2/+6
*
|
Backported a test for lone surrogates support in io.StringIO.
Serhiy Storchaka
2014-01-29
1
-0/+10
*
|
Silence deprecation warning in sunau.py
Terry Jan Reedy
2014-01-29
1
-1/+1
*
|
Idlelib: silence two buildbot Deprecation Warnings with better code.
Terry Jan Reedy
2014-01-29
2
-8/+6
*
|
Remove unneeded use of globals() and locals() in test on imports
Gregory P. Smith
2014-01-28
1
-9/+8
*
|
Remove inaccurate comment and a the related recently added
Gregory P. Smith
2014-01-28
1
-7/+0
*
|
Refactor the new test for issue19081 to exec import statements into a
Gregory P. Smith
2014-01-28
1
-10/+14
*
|
Issue #19456: ntpath.join() now joins relative paths correctly when a drive
Serhiy Storchaka
2014-01-27
3
-68/+61
*
|
Issue #19081: Remove the zipimporter.files reference as the zip TOC
Gregory P. Smith
2014-01-27
2
-73/+200
*
|
Issue #17721: Remove non-functional configuration dialog help button until we
Terry Jan Reedy
2014-01-27
2
-4/+8
*
|
Idlelib.calltips: add test of starred first parameters. They should not be
Terry Jan Reedy
2014-01-27
1
-0/+10
*
|
Merge heads.
Terry Jan Reedy
2014-01-27
2
-7/+28
|
\
\
|
*
|
Issue #20338: Increase allowed tip width slightly and wrap long signagure lines.
Terry Jan Reedy
2014-01-27
2
-7/+28
*
|
|
Issue #19990: Added tests for the imghdr module.
Serhiy Storchaka
2014-01-26
14
-1/+132
*
|
|
Fixed a bug in previous changeset: StreamReader returned '' instead of u''.
Serhiy Storchaka
2014-01-26
1
-2/+0
*
|
|
Issue #8260: The read(), readline() and readlines() methods of
Serhiy Storchaka
2014-01-26
3
-8/+45
*
|
|
update sphinx url
Benjamin Peterson
2014-01-25
1
-2/+2
*
|
|
linkify
Benjamin Peterson
2014-01-25
1
-3/+4
*
|
|
Issue #20331: Fixed possible FD leaks in various modules:
Serhiy Storchaka
2014-01-25
5
-33/+37
*
|
|
update hosting faq
Benjamin Peterson
2014-01-25
1
-3/+6
*
|
|
new plan: just remove typecasts (closes #20374)
Benjamin Peterson
2014-01-24
1
-4/+4
*
|
|
use new readline function types (closes #20374)
Benjamin Peterson
2014-01-24
2
-3/+5
*
|
|
Third attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-1/+3
*
|
|
Other attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-9/+15
*
|
|
Try to fix test_user_command on OpenSolaris where floats can have different
Serhiy Storchaka
2014-01-23
1
-6/+10
*
|
|
Added test_user_command in test_tcl.
Serhiy Storchaka
2014-01-23
1
-0/+28
|
/
/
[prev]
[next]