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
...
*
Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...
Collin Winter
2007-03-08
1
-0/+3
*
SF 1676321: empty() returned wrong result
Raymond Hettinger
2007-03-08
2
-1/+3
*
Add a NEWS entry for rev. 54207,8.
Georg Brandl
2007-03-08
1
-0/+6
*
Fix #1676656: \em is different from \emph...
Georg Brandl
2007-03-08
1
-1/+1
*
Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 5...
Georg Brandl
2007-03-07
1
-0/+7
*
backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s).
Georg Brandl
2007-03-07
1
-0/+9
*
Patch #1669331: clarify shutil.copyfileobj() behavior wrt. file position.
Georg Brandl
2007-03-07
1
-1/+3
*
Typo fix.
Georg Brandl
2007-03-07
1
-1/+1
*
Patch #1001604: glob.glob() now returns unicode filenames if it was
Georg Brandl
2007-03-07
3
-4/+20
*
Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.
Georg Brandl
2007-03-07
1
-4/+3
*
Document curses changes.
Walter Dörwald
2007-03-06
1
-0/+3
*
Backport checkin:
Walter Dörwald
2007-03-06
2
-2/+71
*
Patch #1654417: make operator.{get,set,del}slice use the full range
Georg Brandl
2007-03-06
3
-13/+20
*
Patch #1673121: update README wrt. OSX default shell.
Georg Brandl
2007-03-06
1
-3/+3
*
Patch #1638879: don't accept strings with embedded NUL bytes in long().
Georg Brandl
2007-03-06
3
-1/+25
*
Patch #1602128: clarify that richcmp methods can return NotImplemented
Georg Brandl
2007-03-06
1
-7/+9
*
Patch #1646728: datetime.fromtimestamp fails with negative
Georg Brandl
2007-03-06
3
-0/+18
*
A test case for the defaultdict KeyError bug.
Georg Brandl
2007-03-06
1
-0/+9
*
Fix another reincarnation of bug #1576657 in defaultdict.
Georg Brandl
2007-03-06
1
-2/+6
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
2
-2/+4
*
Patch #1672481: fix bug in idlelib.MultiCall.
Georg Brandl
2007-03-06
1
-0/+2
*
A test case for the fix in #1674228.
Georg Brandl
2007-03-06
1
-0/+11
*
Patch #1671450: add a section about subclassing builtin types to the
Georg Brandl
2007-03-06
3
-1/+190
*
Patch #1674228: when assigning a slice (old-style), check for the
Georg Brandl
2007-03-05
3
-1/+18
*
Fix a bug in test_dict and test_userdict, found at the PyPy sprint.
Georg Brandl
2007-03-04
2
-6/+6
*
Bugs #1668032, #1668036, #1669304: clarify behavior of PyMem_Realloc and _Res...
Georg Brandl
2007-03-02
1
-2/+5
*
Fix constantification of None.
Raymond Hettinger
2007-03-02
3
-5/+17
*
Fix typo (noticed in Raymond's r54053 commit adding NamedTuple
Andrew M. Kuchling
2007-03-01
1
-1/+1
*
Fix SF bug #1669182. Handle string exceptions even if unraisable (ie in __de...
Neal Norwitz
2007-02-26
2
-1/+8
*
Markup fix
Andrew M. Kuchling
2007-02-26
1
-2/+2
*
Backport from Py3k branch: fix refleak in PyString_Format.
Georg Brandl
2007-02-26
1
-1/+5
*
Backported r51621 from p3yk:
Thomas Wouters
2007-02-25
2
-4/+4
*
Backport 53901 and 53902 to prevent crash when there is an error decoding uni...
Neal Norwitz
2007-02-25
2
-0/+4
*
Fixup set/dict interoperability.
Raymond Hettinger
2007-02-19
1
-0/+11
*
Provide an example of defaultdict with non-zero constant factory function.
Raymond Hettinger
2007-02-19
1
-8/+12
*
Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().
Raymond Hettinger
2007-02-19
4
-7/+73
*
Revert r53672.
Martin v. Löwis
2007-02-18
1
-5/+0
*
Revert r53672, just fix signature of time_isoformat instead.
Martin v. Löwis
2007-02-18
2
-3/+6
*
Minor fix for currentframe (SF #1652788).
Vinay Sajip
2007-02-17
1
-5/+5
*
Add missing \versionadded.
Georg Brandl
2007-02-15
1
-0/+4
*
Patch #1494140: Add documentation for the new struct.Struct object.
Georg Brandl
2007-02-15
2
-0/+57
*
Make functools.wraps() docs a bit clearer.
Georg Brandl
2007-02-15
1
-6/+11
*
Backport 53776: Ignore directory time stamps
Martin v. Löwis
2007-02-14
1
-1/+2
*
Patch #1657276: Make NETLINK_DNRTMSG conditional.
Martin v. Löwis
2007-02-13
2
-0/+4
*
Bug #1658794: Remove extraneous 'this'.
Martin v. Löwis
2007-02-13
1
-1/+1
*
Patch #685268: Consider a package's __path__ in imputil.
Martin v. Löwis
2007-02-13
2
-0/+6
*
Patch 1463026: Support default namespace in XMLGenerator.
Martin v. Löwis
2007-02-12
3
-17/+59
*
Bug #1656581: Point out that external file objects are supposed to be
Lars Gustäbel
2007-02-12
1
-2/+3
*
backport: fix trace.py --ignore-dir
Skip Montanaro
2007-02-11
2
-1/+4
*
Bug #1656078: typo in in profile docs.
Georg Brandl
2007-02-09
1
-1/+1
[prev]
[next]