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
...
*
File menu hotkeys: there were three 'p' assignments. Reassign the
Kurt B. Kaiser
2006-08-16
3
-3/+7
*
SF#1534630
Fredrik Lundh
2006-08-16
1
-0/+11
*
Remove the special casing of Py_None when converting the return value
Thomas Heller
2006-08-16
2
-0/+2
*
The __repr__ method of a NULL py_object does no longer raise an
Thomas Heller
2006-08-16
2
-0/+10
*
Revert to having static version numbers again.
Marc-André Lemburg
2006-08-16
1
-3/+9
*
Get quit() and exit() to work cleanly when not using subprocess.
Kurt B. Kaiser
2006-08-16
1
-7/+10
*
Update code and tests to support the 'bytes_le' attribute (for
Ka-Ping Yee
2006-08-16
2
-53/+104
*
Patch #1540892: site.py Quitter() class attempts to close sys.stdin
Kurt B. Kaiser
2006-08-16
4
-11/+21
*
preparing for 2.5c1
Anthony Baxter
2006-08-16
2
-2/+2
*
The 'with' statement is now a Code Context block opener
Kurt B. Kaiser
2006-08-16
2
-1/+3
*
Subclasses of int/long are allowed to define an __index__.
Neal Norwitz
2006-08-15
1
-8/+9
*
Update the docstring to use a version a little newer than 1999. This was
Neal Norwitz
2006-08-15
1
-3/+3
*
Fix the test for SocketServer so it should pass on cygwin and not fail
Neal Norwitz
2006-08-15
1
-0/+9
*
Whitespace normalization.
Tim Peters
2006-08-15
2
-3/+3
*
Cookie.py shouldn't "bogusly" use string._idmap.
Georg Brandl
2006-08-14
2
-3/+4
*
Patch #1536071: trace.py should now find the full module name of a
Georg Brandl
2006-08-14
1
-1/+3
*
Add an additional test: BZ2File write methods should raise IOError
Georg Brandl
2006-08-14
1
-0/+9
*
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
Georg Brandl
2006-08-14
1
-0/+2
*
Make tabnanny recognize IndentationErrors raised by tokenize.
Georg Brandl
2006-08-14
4
-1/+18
*
Apply the patch #1532975 plus ideas from the patch #1533481.
Thomas Heller
2006-08-14
4
-20/+226
*
Slightly revised version of patch #1538956:
Marc-André Lemburg
2006-08-14
1
-0/+1
*
Fix segfault when doing string formatting on subclasses of long if
Neal Norwitz
2006-08-13
1
-0/+8
*
Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots
Neal Norwitz
2006-08-12
1
-2/+9
*
Patch #1538606, Patch to fix __index__() clipping.
Neal Norwitz
2006-08-12
1
-48/+126
*
Repair logging test spew caused by rev. 51206.
Georg Brandl
2006-08-12
2
-3/+3
*
Ah, fudge. One of the prints here actually "shouldn't be"
Tim Peters
2006-08-12
1
-2/+1
*
test_signal: Signal handling on the Tru64 buildbot
Tim Peters
2006-08-12
2
-65/+85
*
Whoops, how did that get in there. :-) Revert all the parts of 51227 that we...
Neal Norwitz
2006-08-12
1
-7/+0
*
Check returned pointer is valid.
Neal Norwitz
2006-08-12
1
-0/+7
*
logging's atexit hook now runs even if the rest of the module has
Georg Brandl
2006-08-11
1
-2/+2
*
Fix the failures on cygwin (2006-08-10 fixed the actual locking issue).
Neal Norwitz
2006-08-11
1
-5/+8
*
force_test_exit(): This has been completely ineffective
Tim Peters
2006-08-11
1
-1/+5
*
test_PyThreadState_SetAsyncExc(): This is failing on some
Tim Peters
2006-08-11
1
-3/+4
*
Whitespace normalization broke test_cgi, because a line
Tim Peters
2006-08-10
1
-2/+2
*
Whitespace normalization.
Tim Peters
2006-08-10
1
-1/+1
*
Followup to bug #1069160.
Tim Peters
2006-08-10
1
-0/+69
*
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
Guido van Rossum
2006-08-10
3
-5/+86
*
Retrieval of previous shell command was not always preserving indentation
Kurt B. Kaiser
2006-08-10
2
-9/+18
*
test_copytree_simple(): This was leaving behind two new temp
Tim Peters
2006-08-10
1
-16/+36
*
Changing tokenize (39046) to detect dedent broke tabnanny check (since 1.2a1)
Kurt B. Kaiser
2006-08-10
2
-0/+5
*
ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1).
Kurt B. Kaiser
2006-08-09
2
-5/+7
*
Typo fix
Andrew M. Kuchling
2006-08-09
1
-1/+1
*
As a slight enhancement to the previous checkin, improve the
Kurt B. Kaiser
2006-08-09
1
-2/+5
*
1. When used w/o subprocess, all exceptions were preceeded by an error
Kurt B. Kaiser
2006-08-09
3
-4/+13
*
Concatenation on a long string breaks (SF #1526585).
Armin Rigo
2006-08-09
3
-2/+69
*
Fix and test for an infinite C recursion.
Armin Rigo
2006-08-09
1
-0/+4
*
__hash__ may now return long int; the final hash
Martin v. Löwis
2006-08-09
1
-0/+9
*
Whitespace normalization.
Tim Peters
2006-08-09
1
-1/+1
*
Remove accidently committed, duplicated test.
Thomas Heller
2006-08-08
1
-2/+0
*
memcmp() can return values other than -1, 0, and +1 but tp_compare
Thomas Heller
2006-08-08
1
-0/+3
[prev]
[next]