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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge heads
Benjamin Peterson
2011-08-09
1
-0/+2
|
\
|
*
Add support for unary plus and unary minus to collections.Counter()
Raymond Hettinger
2011-08-09
1
-0/+2
*
|
add a AST validator (closes #12575)
Benjamin Peterson
2011-08-09
1
-0/+2
|
/
*
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
Ned Deily
2011-08-05
1
-0/+3
|
\
|
*
Issue #12540: Prevent zombie IDLE processes on Windows due to changes
Ned Deily
2011-08-03
1
-0/+3
*
|
merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join o...
Senthil Kumaran
2011-08-03
1
-0/+3
|
\
\
|
|
/
|
*
Fix closes issue12683 - urljoin to work with relative join of svn scheme.
Senthil Kumaran
2011-08-03
1
-0/+3
*
|
move news note to correct section
Benjamin Peterson
2011-08-02
1
-2/+2
*
|
expose sched.h functions (closes #12655)
Benjamin Peterson
2011-08-02
1
-0/+5
*
|
NEWS note for bbeda42ea6a8
Benjamin Peterson
2011-08-02
1
-0/+2
*
|
Issue #11651: Move options for running tests into a Python script.
Nadeem Vawda
2011-08-01
1
-0/+7
*
|
Stop trying to write into the stdlib during packaging tests (#12331).
Éric Araujo
2011-07-31
1
-0/+3
*
|
Merge fixes for #9860, #11104/#8688 and #12331 from 3.2
Éric Araujo
2011-07-31
2
-0/+8
|
\
\
|
|
/
|
*
Stop trying to write into the stdlib during lib2to3 tests (#12331).
Éric Araujo
2011-07-31
1
-0/+3
|
*
Fix regression with distutils MANIFEST handing (#11104, #8688).
Éric Araujo
2011-07-31
2
-0/+5
*
|
merge heads.
Senthil Kumaran
2011-07-30
1
-0/+3
|
\
\
|
*
|
also make NotImplementedType callable
Benjamin Peterson
2011-07-29
1
-2/+2
|
*
|
merge heads
Benjamin Peterson
2011-07-29
1
-0/+5
|
|
\
\
|
*
|
|
make the types of None and Ellipsis callable
Benjamin Peterson
2011-07-29
1
-0/+3
*
|
|
|
Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which add...
Senthil Kumaran
2011-07-30
1
-0/+4
|
|
/
/
|
/
|
|
*
|
|
Issue #12626: In regrtest, allow to filter tests using a glob filter
Antoine Pitrou
2011-07-29
1
-0/+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #12626: In regrtest, allow to filter tests using a glob filter
Antoine Pitrou
2011-07-29
1
-0/+5
*
|
bytes should be verboten in sum() (fixes #12654)
Benjamin Peterson
2011-07-29
1
-0/+2
*
|
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali
2011-07-29
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali
2011-07-29
2
-0/+4
*
|
Merge fix for #8887 from 3.2
Éric Araujo
2011-07-29
1
-0/+3
|
\
\
|
|
/
|
*
Make “pydoc somebuiltin.somemethod” work (#8887)
Éric Araujo
2011-07-29
1
-0/+3
|
*
Branch merge
Éric Araujo
2011-07-29
1
-33/+34
|
|
\
|
|
*
Change one line I missed in 7527f3f9829
Éric Araujo
2011-07-29
1
-1/+1
|
|
*
Branch merge
Éric Araujo
2011-07-28
1
-0/+9
|
|
|
\
|
|
*
\
Branch merge.
Éric Araujo
2011-07-26
1
-32/+33
|
|
|
\
\
|
|
|
*
|
Fix sorting or wording of some NEWS entries.
Éric Araujo
2011-07-26
1
-27/+28
*
|
|
|
|
Branch merge
Éric Araujo
2011-07-29
1
-0/+10
|
\
\
\
\
\
|
*
|
|
|
|
Remove indirection in threading (issue #10968).
Éric Araujo
2011-07-27
1
-0/+7
|
*
|
|
|
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-1/+4
*
|
|
|
|
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
2
-0/+4
|
\
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger
2011-07-29
2
-0/+4
*
|
|
|
|
|
Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format.
Eli Bendersky
2011-07-29
1
-1/+6
*
|
|
|
|
|
Issue 12647: Add __bool__() method to the None object.
Raymond Hettinger
2011-07-28
1
-0/+4
*
|
|
|
|
|
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-0/+2
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
|
/
/
/
/
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime.
Charles-François Natali
2011-07-27
1
-0/+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Issue #12607: Merge with 3.2.
Ross Lagerwall
2011-07-27
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is
Ross Lagerwall
2011-07-27
1
-0/+3
*
|
|
|
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #12590: IDLE editor window now always displays the first line
Ned Deily
2011-07-27
1
-0/+3
*
|
|
|
merge from 3.2 - Fix closes Issue12576 - fix urlopen behavior on sites which ...
Senthil Kumaran
2011-07-27
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...
Senthil Kumaran
2011-07-27
1
-0/+3
|
|
/
/
*
|
|
Issue #10639: reindent.py tool now accepts a --newline option to specify the ...
Jason R. Coombs
2011-07-26
1
-0/+1
*
|
|
Merge with 3.2 Issue #10639: reindent.py should not convert newlines.
Jason R. Coombs
2011-07-26
1
-1/+4
|
\
\
\
|
|
/
/
|
*
|
Fixes #10639: reindent.py should not convert newlines
Jason R. Coombs
2011-07-26
1
-0/+6
|
|
/
[next]