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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #14205: dict lookup raises a RuntimeError if the dict is modified during
Victor Stinner
2012-03-06
3
-339/+21
*
Added delay before record creation.
Vinay Sajip
2012-03-05
1
-1/+1
*
Issue #12328: Fix multiprocessing's use of overlapped I/O on Windows.
Antoine Pitrou
2012-03-05
4
-121/+459
*
Merge.
Stefan Krah
2012-03-05
6
-10/+29
|
\
|
*
Merge 3.2
Éric Araujo
2012-03-05
1
-0/+1
|
|
\
|
|
*
Fix NameError from #13719 fix
Éric Araujo
2012-03-05
1
-0/+1
|
*
|
Make packaging’ upload command work with bdist_msi products (#13719)
Éric Araujo
2012-03-05
2
-3/+12
|
*
|
Merge 3.2
Éric Araujo
2012-03-05
3
-7/+15
|
|
\
\
|
|
|
/
|
|
*
Backport minidom attribute tests from default (73c76466cf44).
Éric Araujo
2012-03-05
1
-4/+22
|
|
*
Make distutils’ upload command work with bdist_msi products (#13719).
Éric Araujo
2012-03-05
2
-6/+14
|
|
*
Use raw string for a docstring that uses a backslash
Éric Araujo
2012-03-05
1
-1/+1
|
*
|
Improve packaging.database documentation
Éric Araujo
2012-03-05
1
-0/+1
*
|
|
Issue #14181: Preserve backwards compatibility for getbufferprocs that a) do
Stefan Krah
2012-03-05
1
-0/+6
|
/
/
*
|
Issue #14181: Test creating memoryviews from a static exporter with both
Stefan Krah
2012-03-05
1
-0/+94
*
|
Issue #12151: Added more info to diagnostics.
Vinay Sajip
2012-03-05
1
-4/+5
*
|
xml.dom.minidom: add more __slots__ to limit resource usage.
Florent Xicluna
2012-03-05
2
-6/+8
*
|
xml.dom: fix typo, drop unused imports.
Florent Xicluna
2012-03-05
2
-5/+1
*
|
Flatten nested try ... finally, try ... except.
Florent Xicluna
2012-03-05
1
-6/+5
*
|
Merge.
Stefan Krah
2012-03-05
3
-87/+145
|
\
\
|
*
\
Merged upstream changes.
Vinay Sajip
2012-03-05
2
-87/+143
|
|
\
\
|
|
*
|
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/c...
Florent Xicluna
2012-03-05
2
-87/+143
|
*
|
|
Added more diagnostics for diagnosing #12151.
Vinay Sajip
2012-03-05
1
-0/+2
|
|
/
/
*
|
|
Issue #10181: The decision was to raise a buffer error in memory_exit()
Stefan Krah
2012-03-05
1
-5/+6
|
/
/
*
|
Issue #14181: Allow memoryview construction from an object that uses the
Stefan Krah
2012-03-05
1
-0/+90
*
|
Issue #14168: Check for presence of _attrs before accessing it.
Martin v. Löwis
2012-03-05
2
-3/+16
*
|
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
2
-17/+29
|
\
\
|
|
/
|
*
Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.
Meador Inge
2012-03-05
2
-17/+29
*
|
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou
2012-03-04
2
-33/+30
|
\
\
|
|
/
|
*
Fix some set algebra methods of WeakSet objects.
Antoine Pitrou
2012-03-04
2
-33/+30
*
|
Merge
Antoine Pitrou
2012-03-04
1
-0/+0
|
\
\
|
*
|
Fix spelling.
Georg Brandl
2012-03-04
1
-0/+0
*
|
|
Port 2.7 fix for sporadic failure in test_weakset.
Antoine Pitrou
2012-03-04
1
-5/+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Port 2.7 fix for sporadic failure in test_weakset.
Antoine Pitrou
2012-03-04
1
-5/+2
*
|
Issue #14166: Pickler objects now have an optional `dispatch_table` attribute...
Antoine Pitrou
2012-03-04
3
-3/+128
*
|
Bump to 3.3.0a1.
Georg Brandl
2012-03-04
2
-2/+2
*
|
Regenerate pydoc topics.
Georg Brandl
2012-03-04
1
-24/+25
*
|
Updated tokenize to support the inverse byte literals new in 3.3
Armin Ronacher
2012-03-04
2
-6/+28
*
|
Basic support for PEP 414 without docs or tests.
Armin Ronacher
2012-03-04
1
-8/+22
*
|
fix trailing whitespace
Eli Bendersky
2012-03-04
1
-1/+0
*
|
Issue #14128: Exposing Element as an actual type from _elementtree, rather th...
Eli Bendersky
2012-03-04
3
-9/+53
*
|
Fixed problem with diagnostic output.
Vinay Sajip
2012-03-03
1
-1/+2
*
|
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
Antoine Pitrou
2012-03-03
2
-2/+7
|
\
\
|
|
/
|
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
2
-2/+7
*
|
Close #13550: Remove the debug machinery from the threading module: remove
Victor Stinner
2012-03-03
1
-134/+18
*
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
2
-7/+24
*
|
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+23
|
\
\
|
|
/
|
*
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
1
-0/+23
*
|
Closes #14158: merged test file resilience fix from 3.2.
Vinay Sajip
2012-03-02
3
-10/+30
|
\
\
|
|
/
|
*
Closes #14158: improved resilience to test files left behind.
Vinay Sajip
2012-03-02
3
-11/+33
*
|
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
4
-3/+110
|
\
\
|
|
/
[next]