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
*
Preparing for 2.5 final.
v2.5
Anthony Baxter
2006-09-18
2
-1/+6
*
preparing for 2.5c2
Anthony Baxter
2006-09-11
2
-1/+6
*
As mentioned on python-dev, reverting patch #1504333 because it introduced
Neal Norwitz
2006-09-11
3
-25/+234
*
Backport rev 51820 from Thomas Heller
Neal Norwitz
2006-09-11
1
-0/+16
*
Backport rev 51819 from Thomas Heller
Neal Norwitz
2006-09-11
1
-0/+9
*
Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.
Brett Cannon
2006-09-09
2
-2/+10
*
Backport inspect.py fix from rev 51803
Nick Coghlan
2006-09-08
2
-2/+28
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
2
-0/+8
*
No, the problem was actually because buildbot uses a StringIO in
Gustavo Niemeyer
2006-09-06
1
-6/+0
*
Fixed bug #1531862: Do not close standard file descriptors in subprocess.
Gustavo Niemeyer
2006-09-06
2
-8/+16
*
Fix missing import of the types module in logging.config.
Georg Brandl
2006-09-06
1
-1/+1
*
Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.
Georg Brandl
2006-09-06
1
-26/+13
*
Revert 51759 because it broke all the buildbots
Neal Norwitz
2006-09-06
2
-46/+8
*
Backporting fix for bug #1531862, committed in 51758, into 2.5,
Gustavo Niemeyer
2006-09-06
2
-8/+46
*
Bug #1520864 (again): unpacking singleton tuples in list comprehensions and
Neal Norwitz
2006-09-05
1
-0/+4
*
Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
Neal Norwitz
2006-09-05
2
-2/+2
*
Backport fix for SF bug #1550714, itertools.tee raises SystemError
Neal Norwitz
2006-09-05
1
-0/+1
*
Fix str.rpartition(sep) when sep is not found in str.
Neal Norwitz
2006-09-05
1
-1/+1
*
This was found by Guido AFAIK on p3yk (sic) branch.
Neal Norwitz
2006-09-05
1
-1/+1
*
Fix SF bug #1546288, crash in dict_equal
Neal Norwitz
2006-09-05
1
-1/+9
*
Backport docos
Neal Norwitz
2006-09-03
1
-2/+2
*
Backport doco
Neal Norwitz
2006-09-03
1
-1/+1
*
Backport of decimal module context management updates from rev 51694 to 2.5 r...
Nick Coghlan
2006-09-03
3
-44/+77
*
- Patch #1541585: fix buffer overrun when performing repr() on
Neal Norwitz
2006-08-21
1
-0/+4
*
Backport 51432:
Neal Norwitz
2006-08-21
2
-3/+21
*
Patch #1542948: fix urllib2 header casing issue. With new test.
Georg Brandl
2006-08-20
2
-20/+85
*
Bug #1541863: uuid.uuid1 failed to generate unique identifiers
Martin v. Löwis
2006-08-18
2
-3/+3
*
Fix a bug in the ``compiler`` package that caused invalid code to be
Neil Schemenauer
2006-08-16
4
-9/+23
*
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
[next]