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 #8716: Back out temporary changeset 18ce15f841cf
Ned Deily
2011-07-05
1
-14/+0
|
|
*
|
|
|
|
|
|
Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.
Ned Deily
2011-07-05
1
-0/+14
|
|
*
|
|
|
|
|
|
Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
Victor Stinner
2011-07-05
1
-0/+2
|
|
*
|
|
|
|
|
|
Issue #12493: subprocess: communicate() handles EINTR
Victor Stinner
2011-07-05
3
-3/+22
|
|
*
|
|
|
|
|
|
test_io: make quiet the DeprecationWarning('classic int division')
Victor Stinner
2011-07-05
1
-1/+1
|
|
*
|
|
|
|
|
|
test_array: make quiet the DeprecationWarning
Victor Stinner
2011-07-05
1
-1/+4
|
|
*
|
|
|
|
|
|
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
Victor Stinner
2011-07-05
3
-7/+39
|
|
*
|
|
|
|
|
|
start out this branch always with filename NULL
Benjamin Peterson
2011-07-05
1
-1/+1
|
|
*
|
|
|
|
|
|
Fix closes issue10403 - Let's not use members anymore.
Senthil Kumaran
2011-07-04
21
-123/+125
|
|
*
|
|
|
|
|
|
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
Victor Stinner
2011-07-04
1
-0/+2
|
|
*
|
|
|
|
|
|
Issue #8716: Fix errors in the non-OS X path of the 27 backport.
Ned Deily
2011-07-04
1
-1/+2
|
|
*
|
|
|
|
|
|
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
Ned Deily
2011-07-04
4
-16/+49
|
|
*
|
|
|
|
|
|
Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.
Ned Deily
2011-07-04
1
-1/+2
|
|
*
|
|
|
|
|
|
plug refleak
Benjamin Peterson
2011-07-04
1
-0/+1
|
|
*
|
|
|
|
|
|
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner
2011-07-04
3
-1/+16
|
|
*
|
|
|
|
|
|
Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...
Senthil Kumaran
2011-07-04
1
-1/+1
|
|
*
|
|
|
|
|
|
reST indentation fix in sqlite3 docs. rst uses 3 space indentation.
Senthil Kumaran
2011-07-03
1
-36/+37
|
|
*
|
|
|
|
|
|
Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC
Charles-François Natali
2011-07-02
1
-4/+3
|
|
*
|
|
|
|
|
|
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
3
-6/+61
|
|
*
|
|
|
|
|
|
Really fix issue #10898: posixmodule.c redefines FSTAT
Antoine Pitrou
2011-07-01
1
-14/+14
|
|
*
|
|
|
|
|
|
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-22/+13
|
|
*
|
|
|
|
|
|
Fixup repr for dict_proxy objects.
Raymond Hettinger
2011-06-29
3
-1/+21
|
|
*
|
|
|
|
|
|
Merge 2.7
Ned Deily
2011-06-29
0
-0/+0
|
|
|
\
\
\
\
\
\
\
|
|
|
*
\
\
\
\
\
\
merge 2.6
Benjamin Peterson
2011-06-29
0
-0/+0
|
|
|
|
\
\
\
\
\
\
\
|
|
|
|
|
/
/
/
/
/
/
|
|
|
|
*
|
|
|
|
|
fix ws
Benjamin Peterson
2011-06-29
1
-3/+3
|
|
|
|
*
|
|
|
|
|
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
2
-48/+28
|
|
*
|
|
|
|
|
|
|
Issue #9516: Update Misc/NEWS.
Ned Deily
2011-06-29
1
-0/+11
|
|
*
|
|
|
|
|
|
|
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-29
2
-16/+27
|
|
*
|
|
|
|
|
|
|
Issue #9516: Correct and expand OS X deployment target tests in distutils
Ned Deily
2011-06-29
1
-11/+38
|
|
|
/
/
/
/
/
/
/
|
|
*
|
|
|
|
|
|
Minimal changes to make byext.py script work with Python 3 syntax.
Guido van Rossum
2011-06-28
1
-13/+10
|
|
*
|
|
|
|
|
|
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
3
-1/+14
|
|
*
|
|
|
|
|
|
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
9
-26/+89
|
|
*
|
|
|
|
|
|
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
Ned Deily
2011-06-28
2
-4/+19
|
|
*
|
|
|
|
|
|
fix ws
Benjamin Peterson
2011-06-27
1
-1/+1
|
|
*
|
|
|
|
|
|
add more ast tests (closes #11302)
Benjamin Peterson
2011-06-27
1
-0/+178
|
|
*
|
|
|
|
|
|
strip trailing ws
Benjamin Peterson
2011-06-27
2
-6/+6
|
|
*
|
|
|
|
|
|
merge heads
Benjamin Peterson
2011-06-27
1
-1/+1
|
|
|
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
Fix closes issue 11568 - update select.epoll.register docstring with mention ...
Senthil Kumaran
2011-06-27
1
-1/+1
|
|
*
|
|
|
|
|
|
|
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
2
-49/+32
|
|
|
/
/
/
/
/
/
/
|
|
*
|
|
|
|
|
|
Fix closes issue1067702 The problem with close multiple ftp transfers were d...
Senthil Kumaran
2011-06-26
1
-3/+4
|
|
*
|
|
|
|
|
|
#11363: add missing functions from curses doc. Patch by Sandro Tosi.
Ezio Melotti
2011-06-26
1
-0/+48
|
|
*
|
|
|
|
|
|
#11363: clean up curses doc.
Ezio Melotti
2011-06-26
1
-87/+87
|
|
*
|
|
|
|
|
|
#11669: rephrase footnote in the Compound Statements page.
Ezio Melotti
2011-06-26
1
-2/+3
|
|
*
|
|
|
|
|
|
Fix Issue10020 - Doc update to sqlite3 module in 2.7 branch.
Senthil Kumaran
2011-06-26
1
-0/+12
|
|
*
|
|
|
|
|
|
Use correct markup in zipimport.rst. Patch by Sara Magliacane.
Ezio Melotti
2011-06-25
1
-3/+3
|
|
*
|
|
|
|
|
|
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
Ezio Melotti
2011-06-25
2
-0/+6
|
|
*
|
|
|
|
|
|
Issue 11802: filecmp cache was growing without bound.
Raymond Hettinger
2011-06-25
2
-5/+9
|
|
*
|
|
|
|
|
|
Issue 12086: add example showing how to use name mangling.
Raymond Hettinger
2011-06-25
1
-0/+22
|
|
*
|
|
|
|
|
|
Issue 11889: Clarify docs for enumerate.
Raymond Hettinger
2011-06-25
1
-8/+7
|
|
*
|
|
|
|
|
|
Issue 10326: Fix regression to get test cases to pickle again.
Raymond Hettinger
2011-06-25
2
-7/+43
[prev]
[next]