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
*
Close #12326: sys.platform is now always 'linux' on Linux
Victor Stinner
2011-08-20
1
-0/+4
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
|
\
|
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
*
|
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0/+3
|
*
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+3
*
|
Issue #12778: Reduce memory consumption when JSON-encoding a large container ...
Antoine Pitrou
2011-08-19
1
-0/+3
*
|
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+5
*
|
change word
Benjamin Peterson
2011-08-17
1
-1/+1
*
|
make __doc__ mutable on heaptypes (closes #12773)
Benjamin Peterson
2011-08-17
1
-0/+2
*
|
complain when a class variable shadows a name in __slots__ (closes #12766)
Benjamin Peterson
2011-08-16
1
-0/+3
*
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
1
-0/+3
|
\
\
|
|
/
|
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+12
*
|
Issue #12744: Fix inefficient representation of integers
Antoine Pitrou
2011-08-13
1
-0/+3
*
|
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda
2011-08-13
1
-0/+3
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
1
-0/+3
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-0/+3
*
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
1
-0/+3
|
\
\
|
|
/
|
*
in narrow builds, make sure to test codepoints as identifier characters (clos...
Benjamin Peterson
2011-08-13
1
-0/+3
*
|
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12687: Fix a possible buffering bug when unpickling text mode (protoco...
Antoine Pitrou
2011-08-11
1
-0/+3
*
|
merge
Brian Curtin
2011-08-11
1
-0/+2
|
\
\
|
*
\
merge from 3.2
Senthil Kumaran
2011-08-11
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
News item for Issue10087.
Senthil Kumaran
2011-08-11
1
-0/+2
*
|
|
News item for #12724
Brian Curtin
2011-08-11
1
-0/+2
|
/
/
*
|
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
|
\
\
|
|
/
[next]