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
*
Take Tim's advice and have random.sample() support only sequences and sets.
Raymond Hettinger
2008-01-14
2
-47/+17
*
Remove defunct parts of the random module
Raymond Hettinger
2008-01-13
3
-247/+27
*
Merged revisions 59921-59932 via svnmerge from
Christian Heimes
2008-01-12
4
-55/+34
*
Merged revisions 59883-59920 via svnmerge from
Christian Heimes
2008-01-11
9
-92/+141
*
Good catch Neal!
Christian Heimes
2008-01-11
1
-1/+2
*
Added the test cases I actually meant to add.
Eric Smith
2008-01-11
1
-0/+5
*
Simplifed argument parsing in object.__format__, added test case.
Eric Smith
2008-01-11
1
-0/+4
*
Merged revisions 59864-59882 via svnmerge from
Christian Heimes
2008-01-10
1
-0/+10
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
6
-27/+184
*
Merged revisions 59822-59841 via svnmerge from
Christian Heimes
2008-01-07
6
-17/+130
*
Another patch for #1762972: __file__ points to the py file instead pyo/pyc file
Christian Heimes
2008-01-07
1
-1/+22
*
Fix issue1753: TextIOWrapper.write writes utf BOM for every string.
Alexandre Vassalotti
2008-01-07
2
-4/+26
*
Copied doc for reload() from trunk's function.rst to imp.rst
Christian Heimes
2008-01-07
4
-8/+112
*
Issue #1762972: Readded the reload() function as imp.reload()
Christian Heimes
2008-01-07
2
-0/+48
*
Missed one because of indirection.
Georg Brandl
2008-01-06
1
-1/+1
*
The final occurrences of exception slicing.
Georg Brandl
2008-01-06
3
-4/+4
*
Fix more exception slicing.
Georg Brandl
2008-01-06
7
-12/+12
*
Fix exception slicing.
Georg Brandl
2008-01-06
1
-3/+3
*
Merged revisions 59774-59783 via svnmerge from
Christian Heimes
2008-01-06
1
-0/+5
*
Merged revisions 59703-59773 via svnmerge from
Christian Heimes
2008-01-06
12
-36/+101
*
Add unit tests for the newlines property of IncrementalNewlineDecoder.
Alexandre Vassalotti
2008-01-06
1
-0/+16
*
Issue #1393: object_richcompare() returns NotImplemented instead of
Guido van Rossum
2008-01-06
1
-0/+16
*
Fix bug introduced by r59746.
Georg Brandl
2008-01-05
1
-1/+1
*
Make math.floor and math.ceil return ints instead of floats.
Jeffrey Yasskin
2008-01-05
1
-0/+2
*
Remove several mentions of old Python versions that don't apply anymore.
Georg Brandl
2008-01-05
7
-41/+1
*
Remove dead code brought in by merge glitch @ r59667
Kurt B. Kaiser
2008-01-05
1
-71/+0
*
Fix merge glitch.
Guido van Rossum
2008-01-05
1
-1/+1
*
Fixed test_long
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59696-59702 via svnmerge from
Christian Heimes
2008-01-04
1
-109/+2
*
Merged revisions 59680-59695 via svnmerge from
Christian Heimes
2008-01-04
3
-3/+7
*
Fixed unichr() -> chr()
Christian Heimes
2008-01-04
1
-2/+2
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
4
-2/+56
*
Merged revisions 59642-59665 via svnmerge from
Christian Heimes
2008-01-02
3
-3/+87
*
Get rid of raw_input() emulation, use its reincarnation as input().
Guido van Rossum
2008-01-02
1
-7/+2
*
Fix issue #1707. When raw_input() was removed, it was incorrectly replaced
Guido van Rossum
2008-01-02
1
-5/+4
*
Patch #1703 by Philip Jenvey -- getpass() should flush after writing prompt.
Guido van Rossum
2008-01-01
1
-0/+1
*
Merged revisions 59628-59641 via svnmerge from
Christian Heimes
2008-01-01
2
-2/+5
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
6
-13/+13
*
Don't close sys.stdin with quit() if sys.stdin wraps fd 0. Otherwise it will ...
Christian Heimes
2007-12-31
1
-1/+6
*
Use strings for all entity values, as that is now possible
Martin v. Löwis
2007-12-29
1
-4/+1
*
Merged revisions 59595-59604 via svnmerge from
Christian Heimes
2007-12-28
3
-27/+35
*
help() was not paging to the shell. Issue1650.
Kurt B. Kaiser
2007-12-28
3
-1/+14
*
Fix the reset() method of IncrementalNewlineDecoder to
Alexandre Vassalotti
2007-12-28
1
-0/+1
*
Merged revisions 59565-59594 via svnmerge from
Christian Heimes
2007-12-24
7
-38/+171
*
Fix docstring of types.py.
Georg Brandl
2007-12-21
1
-3/+2
*
Fix issue #1667. The _Printer() class was using sys.stdin.readline()
Guido van Rossum
2007-12-20
1
-3/+1
*
Fixed #1673. I hope it works. I don't have access to a Windows box right now.
Christian Heimes
2007-12-20
1
-1/+1
*
Removed test from test_import. It will never work on all systems, see #1377
Christian Heimes
2007-12-20
1
-17/+0
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
7
-19/+159
*
Merged revisions 59512-59540 via svnmerge from
Christian Heimes
2007-12-17
3
-102/+42
[next]