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
Michael Foord
2012-03-13
1
-0/+2
|
\
|
*
Fix unittest test discovery for Jython
Michael Foord
2012-03-13
1
-0/+2
*
|
Issue #1178863: Separate initialisation from setting when initializing
Martin v. Löwis
2012-03-13
1
-0/+4
*
|
closes #14259 re.finditer() now takes keyword arguments: pos, endpos.
Sean Reifschneider
2012-03-13
1
-0/+3
*
|
#14179: merge with 3.2.
Ezio Melotti
2012-03-12
1
-0/+1
|
\
\
|
|
/
|
*
#14179: add tests for re.compile. Patch by Florian Mladitsch.
Ezio Melotti
2012-03-12
1
-0/+1
*
|
Issue #14104: Implement time.monotonic() on Mac OS X,
Victor Stinner
2012-03-12
1
-0/+3
*
|
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-0/+1
|
\
\
|
|
/
|
*
str.format_map tests don't do what they say: fix to actually implement the in...
Eric V. Smith
2012-03-12
1
-0/+1
*
|
#13394: add more tests for the aifc module and use warnings.warn instead of p...
Ezio Melotti
2012-03-12
1
-0/+2
|
\
\
|
|
/
*
|
Head merge.
Łukasz Langa
2012-03-12
1
-0/+1
|
\
\
|
*
|
Fixes #13842: cannot pickle Ellipsis or NotImplemented.
Łukasz Langa
2012-03-12
1
-0/+1
*
|
|
give the AST class a __dict__
Benjamin Peterson
2012-03-12
1
-0/+2
|
/
/
*
|
Make test_logging no longer fail if zlib not present. Closes #14256. Patch by...
Eric V. Smith
2012-03-12
1
-0/+1
*
|
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...
Antoine Pitrou
2012-03-11
1
-0/+3
|
*
this stuff will actually be new in 3.2.4
Benjamin Peterson
2012-03-08
1
-30/+45
*
|
Close #14210: add command argument completion to pdb: complete file names, gl...
Georg Brandl
2012-03-10
1
-0/+3
*
|
Close #14223: curses.addch() is no more limited to the range 0-255 when the
Victor Stinner
2012-03-08
1
-0/+4
*
|
merge 3.2 (#3787e896dbe9)
Benjamin Peterson
2012-03-08
1
-0/+3
|
\
\
|
|
/
|
*
allow cycles throught the __dict__ slot to be cleared (closes #1469629)
Benjamin Peterson
2012-03-08
1
-0/+3
*
|
make delegating generators say they running (closes #14220)
Benjamin Peterson
2012-03-07
1
-0/+3
*
|
merge 3.2 (#14212)
Benjamin Peterson
2012-03-07
1
-0/+6
|
\
\
|
|
/
|
*
merge heads
Benjamin Peterson
2012-03-07
1
-2/+0
|
|
\
|
|
*
Backout buggy patch committed for #13719
Éric Araujo
2012-03-07
1
-2/+0
|
*
|
keep the buffer object around while we're using it (closes #14212)
Benjamin Peterson
2012-03-07
1
-0/+3
|
|
/
*
|
Remove buggy change for #13719 in packaging
Éric Araujo
2012-03-07
1
-3/+0
*
|
Close #14205: dict lookup raises a RuntimeError if the dict is modified during
Victor Stinner
2012-03-06
1
-1/+4
*
|
Move entry to right section. Mention minidom.
Martin v. Löwis
2012-03-05
1
-2/+3
*
|
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
1
-0/+4
*
|
Make packaging’ upload command work with bdist_msi products (#13719)
Éric Araujo
2012-03-05
1
-1/+2
*
|
Merge 3.2
Éric Araujo
2012-03-05
1
-0/+2
|
\
\
|
|
/
|
*
Make distutils’ upload command work with bdist_msi products (#13719).
Éric Araujo
2012-03-05
1
-0/+2
*
|
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...
Florent Xicluna
2012-03-05
1
-0/+4
*
|
3.3.0a1 is done.
Georg Brandl
2012-03-05
1
-0/+12
*
|
Issue #14168: Check for presence of _attrs before accessing it.
Martin v. Löwis
2012-03-05
1
-0/+2
*
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
1
-0/+4
|
\
\
|
|
/
|
*
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
1
-0/+4
*
|
Issue #14171: Add valgrind suppressions for OpenSSL issue.
Martin v. Löwis
2012-03-04
1
-0/+32
*
|
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...
Antoine Pitrou
2012-03-04
1
-0/+4
*
|
Bump to 3.3.0a1.
Georg Brandl
2012-03-04
2
-4/+4
*
|
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
Antoine Pitrou
2012-03-03
2
-0/+4
|
\
\
|
|
/
|
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
2
-0/+4
*
|
Close #13550: Remove the debug machinery from the threading module: remove
Victor Stinner
2012-03-03
1
-0/+3
*
|
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+3
*
|
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
1
-0/+5
|
\
\
|
|
/
|
*
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
1
-0/+5
*
|
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
2
-0/+4
|
\
\
|
|
/
|
*
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
2
-0/+4
[next]