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: 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
*
|
merge
Mark Dickinson
2011-06-25
1
-5/+3
|
\
\
|
*
|
Code simplification suggested by Sven Marnach.
Raymond Hettinger
2011-06-25
1
-5/+3
*
|
|
Issue #12228: Fix exchanged flag descriptions in stat.rst. Thanks Sandro Tosi.
Mark Dickinson
2011-06-25
1
-2/+2
|
/
/
*
|
Issue #12164: Document (in docstring) that str.translate accepts None for the...
Mark Dickinson
2011-06-25
1
-1/+3
*
|
Issue 12404: Remove C89 incompatible code from mmap module.
Ross Lagerwall
2011-06-25
2
-1/+5
*
|
#9921: clarify os.path.join joining algorithm
R David Murray
2011-06-24
1
-4/+5
*
|
#12389: fix missing space at sentence end.
R David Murray
2011-06-23
1
-1/+1
*
|
Revert d370d609d09b as requested by Terry Jan Reedy:
Victor Stinner
2011-06-20
2
-3/+1
*
|
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
2
-0/+5
*
|
merge heads
Senthil Kumaran
2011-06-20
2
-1/+3
|
\
\
[prev]
[next]