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
...
|
*
Fix failing test_mailbox on Cygwin
Andrew M. Kuchling
2008-01-24
1
-0/+1
|
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
3
-20/+35
|
*
Fix two crashers (borrowed_ref_[34].py from the trunk).
Guido van Rossum
2008-01-23
2
-2/+11
|
*
Fix product code handling for Win64.
Martin v. Löwis
2008-01-23
1
-10/+15
|
*
Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...
Christian Heimes
2008-01-23
4
-4/+11
|
*
Backport r60208, skip some tests for huge passwd/group files.
Guido van Rossum
2008-01-23
2
-0/+6
|
*
Backport: #1889 - fixup \xhh specs.
Georg Brandl
2008-01-22
1
-1/+1
|
*
Backport of r60190:
Gregory P. Smith
2008-01-22
3
-4/+33
|
*
Remove extra test that was accidentally backported from the trunk
Mark Dickinson
2008-01-21
1
-8/+0
|
*
Issue 1678380: fix a bug identifying -0.0 and 0.0
Mark Dickinson
2008-01-21
3
-1/+38
|
*
Add NEWS entry for #1882.
Georg Brandl
2008-01-21
1
-0/+3
|
*
Issue #1882: when compiling code from a string, encoding cookies in the
Georg Brandl
2008-01-21
2
-3/+22
|
*
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. ...
Vinay Sajip
2008-01-21
1
-2/+5
|
*
Fix off-by-one error that resulted in missed characters
Andrew M. Kuchling
2008-01-19
1
-1/+1
|
*
backport r60116 - fix zipfile to work with archives having file
Gregory P. Smith
2008-01-19
2
-2/+5
|
*
backport r60104 + r60111 from trunk.
Gregory P. Smith
2008-01-19
2
-1/+17
|
*
Bug 1296: restore text describing OptionGroup
Andrew M. Kuchling
2008-01-19
1
-0/+33
|
*
Backport r59688.
Georg Brandl
2008-01-19
2
-2/+4
|
*
Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...
Andrew M. Kuchling
2008-01-19
2
-1/+18
|
*
This got fixed in r60056.
Guido van Rossum
2008-01-18
1
-17/+0
|
*
Backport r55080:
Guido van Rossum
2008-01-18
4
-37/+163
|
*
Fix an edge case whereby the __del__() method of a classic class could
Guido van Rossum
2008-01-18
1
-0/+10
|
*
** backport r60015 from trunk.
Gregory P. Smith
2008-01-17
2
-0/+12
|
*
Backport from trunk:
Thomas Heller
2008-01-16
2
-3/+5
|
*
Backport r59999: fix MSDN link. (#1854)
Georg Brandl
2008-01-16
1
-1/+1
|
*
Fix 1698398: Zipfile.printdir() crashed because the format string expected a...
Raymond Hettinger
2008-01-14
2
-2/+5
|
*
Added NEWS entry, plus:
Thomas Heller
2008-01-11
3
-0/+13
|
*
Link to external documentation about new style classes was
Facundo Batista
2008-01-09
1
-2/+2
|
*
Update reference to bug tracker
Andrew M. Kuchling
2008-01-09
1
-1/+1
|
*
Add Decimal backport to Misc/NEWS
Mark Dickinson
2008-01-09
1
-0/+5
|
*
Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int...
Mark Dickinson
2008-01-08
2
-7/+11
|
*
Decimal module and test cases were updated to their state of
Facundo Batista
2008-01-08
149
-3647/+63607
|
*
Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP6...
Andrew M. Kuchling
2008-01-08
2
-25/+83
|
*
Fix bug tracker link.
Martin v. Löwis
2008-01-07
1
-6/+4
|
*
Backport of issue 1755179 fix.
Facundo Batista
2008-01-07
1
-6/+3
|
*
Forgot to backport the rest of #1637.
Guido van Rossum
2008-01-06
2
-7/+8
|
*
Backport r59758.
Guido van Rossum
2008-01-05
1
-0/+5
|
*
Backport r57216 (see issue #1731).
Guido van Rossum
2008-01-04
1
-13/+45
|
*
Update links to bug/patch tracker
Andrew M. Kuchling
2008-01-04
1
-4/+4
|
*
Issue #1735: TarFile.extractall() now correctly sets directory
Lars Gustäbel
2008-01-04
3
-4/+35
|
*
Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint.
Christian Heimes
2008-01-04
2
-2/+4
|
*
Fix bug #1301 -- a bad assert in _tkinter.
Guido van Rossum
2008-01-03
2
-3/+7
|
*
Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh:
Guido van Rossum
2008-01-03
3
-1/+34
|
*
Add some news items I missed. Careful inspection of the svn log output
Guido van Rossum
2008-01-03
1
-2/+9
|
*
Patch #1696. Don't attempt to call None.close() in dry-run mode.
Guido van Rossum
2008-01-02
1
-1/+2
|
*
Bug #1699: Define _BSD_SOURCE only on OpenBSD.
Martin v. Löwis
2007-12-29
3
-15/+19
|
*
Backport of fix for issue 1695.
Brett Cannon
2007-12-24
2
-2/+4
|
*
Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,
Thomas Heller
2007-12-19
2
-2/+2
|
*
Fixed merge glitch, second try
Christian Heimes
2007-12-18
1
-10/+0
|
*
Fixed merge glitch
Christian Heimes
2007-12-18
1
-3/+0
[prev]
[next]