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
*
SF bug #1224621: tokenize module does not detect inconsistent dedents
Raymond Hettinger
2005-06-21
2
-1/+22
*
Remove dead code
Kurt B. Kaiser
2005-06-21
2
-20/+8
*
test_asynchat is no longer expected to produce output.
Michael W. Hudson
2005-06-20
2
-4/+3
*
Apply the _is_special guard.
Raymond Hettinger
2005-06-20
1
-12/+13
*
<Enter> when cursor is on a previous command retrieves that command. Instead
Kurt B. Kaiser
2005-06-19
2
-7/+32
*
SF patch #1200018: Restore GC support to set objects
Raymond Hettinger
2005-06-18
1
-0/+10
*
Add tests for posix O_SHLOCK & O_EXLOCK. Missed checking this in with
Skip Montanaro
2005-06-17
1
-0/+31
*
[Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite
Andrew M. Kuchling
2005-06-15
1
-1/+2
*
yet another cache to clear when leak hunting.
Michael W. Hudson
2005-06-14
1
-0/+2
*
Port test_long.py to unittest.
Walter Dörwald
2005-06-13
1
-508/+451
*
Fix bug
Michael W. Hudson
2005-06-13
1
-0/+9
*
SF bug #1219361 Fix typo
Raymond Hettinger
2005-06-13
1
-1/+1
*
1. Clarify "tab/space" Error Dialog and "Tab Width" Dialog associated with
Kurt B. Kaiser
2005-06-12
3
-9/+12
*
1. Patch 1196895 Jeff Shute:
Kurt B. Kaiser
2005-06-12
5
-4/+13
*
Patch #1171150: add a newline to py_compile error output
Georg Brandl
2005-06-10
1
-1/+1
*
Add untokenize() function to allow full round-trip tokenization.
Raymond Hettinger
2005-06-10
3
-7/+125
*
[Patch #1002763] Allow long ints as terminator values; also, treat a terminat...
Andrew M. Kuchling
2005-06-09
1
-2/+2
*
Convert asynchat test to unittest; exercise the client using a numeric value ...
Andrew M. Kuchling
2005-06-09
1
-14/+46
*
[Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...
Andrew M. Kuchling
2005-06-09
2
-2/+26
*
Convert gzip test suite to use unittest
Andrew M. Kuchling
2005-06-09
1
-74/+110
*
fix import to work with either module name.
Gregory P. Smith
2005-06-09
1
-1/+6
*
[Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...
Andrew M. Kuchling
2005-06-08
2
-4/+12
*
fix broken (unexecuted) test
Anthony Baxter
2005-06-08
1
-3/+3
*
Tools/scripts/reindent.py _is_ your friend
Anthony Baxter
2005-06-08
5
-119/+119
*
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...
Andrew M. Kuchling
2005-06-07
2
-0/+19
*
Minor namespace clean-up.
Raymond Hettinger
2005-06-07
1
-2/+2
*
fix more Errors (not Failures) when run using BerkeleyDB <= 4.0
Gregory P. Smith
2005-06-06
1
-4/+13
*
fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2
Gregory P. Smith
2005-06-06
1
-32/+61
*
make the tests that expect uncatchable exceptions from a callback test
Gregory P. Smith
2005-06-06
1
-19/+48
*
test case for pybsddb SF bug id 1215432
Gregory P. Smith
2005-06-06
1
-0/+50
*
test DB.associate using transactions. somewhat related to SF pybsddb
Gregory P. Smith
2005-06-06
1
-12/+46
*
Documentation clarified re. config socket listener protocol
Vinay Sajip
2005-06-05
1
-3/+3
*
Fix missing assignments of marshal.load() values. Closes #1214662.
Skip Montanaro
2005-06-04
1
-7/+7
*
Bug #1196315: fix weakref.WeakValueDictionary constructor.
Georg Brandl
2005-06-04
1
-1/+1
*
pybsddb 4.3.2:
Gregory P. Smith
2005-06-04
2
-9/+33
*
Whitespace normalization.
Tim Peters
2005-06-03
4
-195/+195
*
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
1
-0/+10
*
[ 1197218 ] test_locale fix on modern linux
Anthony Baxter
2005-06-03
1
-8/+10
*
This is my patch:
Michael W. Hudson
2005-06-03
1
-1/+15
*
Bug #1213894: os.path.realpath didn't resolve symlinks that were the first
Georg Brandl
2005-06-03
2
-1/+21
*
M-x untabify
Michael W. Hudson
2005-06-03
1
-9/+9
*
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
Gregory P. Smith
2005-06-03
3
-0/+218
*
[Bug #1177831] Exercise (?(id)yes|no) for a group other than the first one
Andrew M. Kuchling
2005-06-02
1
-0/+10
*
[Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...
Andrew M. Kuchling
2005-06-02
1
-1/+1
*
Fix compiler.ast.flatten function so that it works on lists.
Neil Schemenauer
2005-06-02
2
-4/+9
*
[Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...
Andrew M. Kuchling
2005-06-02
1
-1/+1
*
added GET/SETANNOTATION methods
Piers Lauder
2005-06-01
1
-9/+36
*
This is my patch:
Michael W. Hudson
2005-05-27
1
-0/+110
*
Fix test_site to not call open('...', 'wU'), as that now raises an error.
Michael W. Hudson
2005-05-27
1
-1/+1
*
Disallow opening files with modes 'aU' or 'wU' as specified by PEP
Skip Montanaro
2005-05-20
1
-0/+10
[next]