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
*
Bump to 3.3.0a1.
Georg Brandl
2012-03-04
6
-10/+10
*
Sort and clean up suspicious ignore file.
Georg Brandl
2012-03-04
1
-173/+165
*
Fix invalid markup and update suspicious ignores.
Georg Brandl
2012-03-04
3
-10/+20
*
Regenerate pydoc topics.
Georg Brandl
2012-03-04
1
-24/+25
*
Fix encoding handling of the pydoc-topics writer.
Georg Brandl
2012-03-04
1
-2/+3
*
Updated tokenize to support the inverse byte literals new in 3.3
Armin Ronacher
2012-03-04
2
-6/+28
*
Basic documentation for PEP 414
Armin Ronacher
2012-03-04
1
-1/+9
*
Basic support for PEP 414 without docs or tests.
Armin Ronacher
2012-03-04
3
-11/+32
*
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
4
-91/+198
*
Close #14085: remove assertions from PyUnicode_WRITE macro
Victor Stinner
2012-03-04
2
-4/+10
*
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
5
-6/+15
|
\
|
*
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Antoine Pitrou
2012-03-03
5
-6/+15
*
|
Close #13550: Remove the debug machinery from the threading module: remove
Victor Stinner
2012-03-03
2
-134/+21
*
|
Issue #13964: signal.sigtimedwait() timeout is now a float instead of a tuple
Victor Stinner
2012-03-02
7
-20/+106
*
|
Simplify code in marshal.c.
Antoine Pitrou
2012-03-02
1
-7/+1
*
|
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
3
-4/+30
|
\
\
|
|
/
|
*
Issue #14172: Fix reference leak when marshalling a buffer-like object (other...
Antoine Pitrou
2012-03-02
3
-4/+30
|
*
merge 3.2 heads
Eli Bendersky
2012-03-02
4
-19/+41
|
|
\
*
|
\
Merge 3.2
Eli Bendersky
2012-03-02
1
-0/+8
|
\
\
\
|
|
/
/
|
*
|
Issue #11379: add a note in xml.dom.minidom suggesting to use etree in some c...
Eli Bendersky
2012-03-02
1
-0/+8
*
|
|
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
*
|
|
Merge branch '3.2'
Petri Lehtinen
2012-03-01
1
-8/+8
|
\
\
\
|
|
/
/
|
*
|
sqlite3: Port documentation changes from the 2.7 branch
Petri Lehtinen
2012-03-01
1
-8/+8
|
|
/
*
|
Add missing 'versionadded' for shlex.quote; closes #14165
Eli Bendersky
2012-03-01
1
-0/+1
*
|
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
5
-3/+115
|
\
\
|
|
/
|
*
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...
Antoine Pitrou
2012-03-01
5
-3/+115
*
|
update skip reason
Philip Jenvey
2012-03-01
1
-1/+1
*
|
also skip test_device_encoding when stdin isn't a tty
Philip Jenvey
2012-03-01
1
-2/+2
*
|
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
Brett Cannon
2012-02-29
7
-45/+70
*
|
Issue #10181: Add warning that structure layouts in memoryobject.h and
Stefan Krah
2012-02-29
1
-0/+9
*
|
Add PyMemoryView_FromMemory() to whatsnew/3.3.
Stefan Krah
2012-02-29
2
-0/+6
*
|
Issue #14152: Merge fix from 3.2.
Stefan Krah
2012-02-29
1
-1/+1
|
\
\
|
|
/
|
*
Issue #14152: Restore the Include/*.h dependencies for extension builds.
Stefan Krah
2012-02-29
1
-1/+1
*
|
#14089: merge with 3.2.
Ezio Melotti
2012-02-29
1
-0/+22
|
\
\
|
|
/
|
*
#14089: increase coverage of the fractions module. Patch by Oleg Plakhotnyuk.
Ezio Melotti
2012-02-29
1
-0/+22
*
|
#14155: merge with 3.2.
Ezio Melotti
2012-02-29
1
-52/+28
|
\
\
|
|
/
|
*
#14155: remove duplication about search vs match in re doc.
Ezio Melotti
2012-02-29
1
-52/+28
*
|
#10713: merge with 3.2.
Ezio Melotti
2012-02-29
2
-8/+40
|
\
\
|
|
/
|
*
#10713: Improve documentation for \b and \B and add a few tests. Initial pat...
Ezio Melotti
2012-02-29
2
-8/+40
*
|
Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.
Larry Hastings
2012-02-29
2
-26/+219
|
\
\
|
|
/
|
*
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
Larry Hastings
2012-02-29
2
-26/+219
*
|
Merge: Give better failure messages in test_strptime (cf. issue #14113).
Nadeem Vawda
2012-02-28
1
-8/+8
|
\
\
|
|
/
|
*
Give better failure messages in test_strptime (cf. issue #14113).
Nadeem Vawda
2012-02-28
1
-17/+14
*
|
merge with 3.2
Sandro Tosi
2012-02-28
1
-1/+1
|
\
\
|
|
/
|
*
s/div/truediv/; thanks to FĂ©lix-Antoine Fortin from docs@
Sandro Tosi
2012-02-28
1
-1/+1
*
|
Added additional diagnostics to help with #12151.
Vinay Sajip
2012-02-28
1
-0/+4
*
|
Merged cookbook improvement from 3.2.
Vinay Sajip
2012-02-28
1
-6/+11
|
\
\
|
|
/
[next]