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 version to 3.1a1
v3.1a1
Benjamin Peterson
2009-03-07
6
-10/+10
*
update rpm filename
Benjamin Peterson
2009-03-07
1
-0/+0
*
Redocument the empty() and full() methods.
Raymond Hettinger
2009-03-07
1
-0/+16
*
Merged revisions 70223 via svnmerge from
Guilherme Polo
2009-03-07
2
-3/+10
*
Merged revisions 70218-70219 via svnmerge from
Guilherme Polo
2009-03-07
3
-2/+8
*
fixed except syntax for py3
Tarek Ziadé
2009-03-07
1
-6/+6
*
Merged revisions 70212 via svnmerge from
Tarek Ziadé
2009-03-07
3
-16/+45
*
simplify and beautify code
Benjamin Peterson
2009-03-06
1
-23/+12
*
Remove double negative
Antoine Pitrou
2009-03-06
1
-1/+1
*
Document the suggested alternative to emtpy() and full().
Raymond Hettinger
2009-03-06
1
-2/+19
*
Issue #5433: Excessive newline detection optimization in IncrementalNewlineDe...
Antoine Pitrou
2009-03-06
2
-12/+43
*
Issue #5429: unaligned access in TextIOWrapper cookie parsing (segfaults on S...
Antoine Pitrou
2009-03-06
1
-10/+10
*
Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
Hirokazu Yamamoto
2009-03-06
3
-8/+14
*
Blocked revisions 70166-70167,70169,70176,70178,70197 via svnmerge
Benjamin Peterson
2009-03-05
0
-0/+0
*
remove usage of the deprecated max_buffer_size
Benjamin Peterson
2009-03-05
2
-14/+14
*
properly export PyExc_BlockingIOError
Benjamin Peterson
2009-03-05
1
-1/+1
*
Merged revisions 70193 via svnmerge from
Hirokazu Yamamoto
2009-03-05
1
-15/+5
*
Merged revisions 70189 via svnmerge from
Hirokazu Yamamoto
2009-03-05
3
-7/+48
*
FileIO.readinto() isn't going anywhere
Benjamin Peterson
2009-03-05
2
-4/+1
*
rather pointless XXX
Benjamin Peterson
2009-03-05
1
-2/+0
*
rename
Benjamin Peterson
2009-03-05
1
-3/+3
*
fix #4862 in _pyio: reset the decoder on seek(0)
Benjamin Peterson
2009-03-05
2
-1/+5
*
These are present in the trunk but no longer in 3.x, which causes problems
Ronald Oussoren
2009-03-04
2
-0/+665
*
Fix for issue #5408. This only enables test_osx_env when the current build
Ronald Oussoren
2009-03-04
1
-1/+3
*
Merged revisions 70172 via svnmerge from
Ronald Oussoren
2009-03-04
1
-1/+1
*
Rename importlib.util.set___package__ to set_package.
Brett Cannon
2009-03-04
4
-9/+9
*
Fix failures introduced by buggy merge (2)
Antoine Pitrou
2009-03-04
2
-4/+1
*
Fix failures introduced by buggy merge (1)
Antoine Pitrou
2009-03-04
2
-15/+29
*
Removed merge tracking for "svnmerge" for
Benjamin Peterson
2009-03-04
0
-0/+0
*
Update project file.
Raymond Hettinger
2009-03-04
1
-0/+16
*
Issue #5273: Fixed import failure on unicode path. (especially on windows)
Hirokazu Yamamoto
2009-03-04
1
-4/+6
*
Move importlib over to _io.
Brett Cannon
2009-03-04
1
-5/+5
*
Blocked revisions 70153 via svnmerge
Brett Cannon
2009-03-04
0
-0/+0
*
Add a test for importlib.import_module.
Brett Cannon
2009-03-04
1
-1/+10
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
30
-2828/+10303
*
Initialized merge tracking via "svnmerge" with revisions "1-68679" from
Benjamin Peterson
2009-03-03
0
-0/+0
*
Blocked revisions 70149 via svnmerge
Benjamin Peterson
2009-03-03
0
-0/+0
*
don't bother with version in doc builds
Benjamin Peterson
2009-03-03
1
-1/+1
*
Additional test for __reduce__.
Raymond Hettinger
2009-03-03
1
-0/+8
*
Now that __keys are fully hidden, switch the underlying structure
Raymond Hettinger
2009-03-03
1
-2/+2
*
Merged revisions 70137 via svnmerge from
Hirokazu Yamamoto
2009-03-03
3
-33/+18
*
Add another test.
Raymond Hettinger
2009-03-03
1
-0/+9
*
Fix-up __reduce__ which could not reach the __keys variable indirectly.'
Raymond Hettinger
2009-03-03
1
-2/+6
*
Blocked revisions 70136 via svnmerge
Hirokazu Yamamoto
2009-03-03
0
-0/+0
*
Blocked revisions 70081,70120-70123,70126,70131-70132 via svnmerge
Benjamin Peterson
2009-03-03
0
-0/+0
*
Make the underlying data structure more private.
Raymond Hettinger
2009-03-03
1
-9/+13
*
Give dict views a helpful __repr__.
Raymond Hettinger
2009-03-03
3
-6/+24
*
Blocked revisions 70119 via svnmerge
Hirokazu Yamamoto
2009-03-03
0
-0/+0
*
Fixed memory leak on failure. This is related to issue5403 but won't crash on...
Hirokazu Yamamoto
2009-03-03
4
-8/+38
*
Issue5407
Kristján Valur Jónsson
2009-03-03
1
-0/+6
[next]