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
...
*
Bug #1705717: error in sys.argv docs.
Georg Brandl
2007-04-24
1
-2/+2
*
Some new year updates.
Georg Brandl
2007-04-24
3
-2/+4
*
Fix SF #1703110, Incorrect example for add_password() (use uri, not host)
Neal Norwitz
2007-04-24
2
-2/+8
*
Convert PyUnit -> unittest. Backported from r54929.
Collin Winter
2007-04-24
1
-11/+10
*
Recommit r54805:
Barry Warsaw
2007-04-23
2
-0/+21
*
Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch
Kristján Valur Jónsson
2007-04-22
1
-6/+8
*
Bug #1704790: bind name "sys" locally in __del__ method so that it is
Georg Brandl
2007-04-21
1
-1/+1
*
Fix various minor issues discovered with static analysis using Visual Studio ...
Kristján Valur Jónsson
2007-04-21
8
-30/+39
*
Bug #1704156: Support for unicode strings as input filenames is
Lars Gustäbel
2007-04-21
1
-1/+1
*
Backport r54786:
Walter Dörwald
2007-04-21
3
-7/+19
*
Backport r54671 - fix in python.sty.
Georg Brandl
2007-04-21
1
-8/+8
*
Backport r54762: exceptions are no longer old-style instances.
Georg Brandl
2007-04-21
1
-2/+2
*
Backport r54763: repair missing spaces after \UNIX.
Georg Brandl
2007-04-21
3
-3/+3
*
Backport r54787 - better error messages in rexec and bastion
Georg Brandl
2007-04-21
2
-2/+2
*
Backport r54757 - missing NULL checks.
Georg Brandl
2007-04-21
2
-0/+10
*
Patch #1695229: Fix a regression with tarfile.open() and a missing name
Lars Gustäbel
2007-04-20
3
-3/+14
*
Fix directory names to have only one trailing slash.
Lars Gustäbel
2007-04-20
3
-1/+19
*
Tagging for release of Python 2.5.1
Anthony Baxter
2007-04-18
1
-0/+1
*
2.5.1 final
v2.5.1
Anthony Baxter
2007-04-18
5
-6/+11
*
Revert 53667
Raymond Hettinger
2007-04-18
2
-7/+8
*
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
Neal Norwitz
2007-04-16
3
-9/+13
*
Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-18/+0
*
Revert 54813 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
2
-3/+3
*
Revert 54815 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-1/+1
*
SF #1701207: svnversion_init assertion failed
Neal Norwitz
2007-04-16
1
-2/+0
*
Fix potential crash in path manipulation on windows
Kristján Valur Jónsson
2007-04-13
1
-1/+1
*
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...
Kristján Valur Jónsson
2007-04-13
2
-3/+3
*
Add code to read from master_fd in the parent, breaking when we get an OSError
Barry Warsaw
2007-04-13
1
-0/+18
*
Describe undocumented third argument to touchline()
Andrew M. Kuchling
2007-04-11
1
-2/+4
*
Tagging for release of Python 2.5.1c1
Anthony Baxter
2007-04-05
1
-0/+1
*
Fix unpack so it works on 64-bit platforms.
v2.5.1c1
Neal Norwitz
2007-04-05
1
-1/+1
*
preparing for 2.5.1c1
Anthony Baxter
2007-04-05
9
-10/+17
*
Fix-up error-exits on struct_unpack().
Raymond Hettinger
2007-04-04
1
-13/+17
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-04
3
-3/+25
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
3
-34/+77
*
- Fix an off-by-one bug in locale.strxfrm().
Matthias Klose
2007-04-03
2
-1/+3
*
SF #1382213: Tutorial section 9.5.1 ignores MRO for new-style classes
Raymond Hettinger
2007-04-03
1
-11/+20
*
SF 1602378 Clarify docstrings for bisect
Raymond Hettinger
2007-04-03
1
-4/+4
*
Array module's buffer interface can now handle empty arrays.
Raymond Hettinger
2007-04-02
3
-0/+15
*
SF #1693079 Array module cannot pickle empty arrays
Raymond Hettinger
2007-04-02
3
-6/+30
*
Backport 54644:
Neal Norwitz
2007-04-01
2
-0/+16
*
Bump the patch level version of distutils since there were a few bug fixes
Marc-André Lemburg
2007-03-31
1
-1/+1
*
Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS
Georg Brandl
2007-03-31
2
-1/+7
*
Backport 54594:
Neal Norwitz
2007-03-31
3
-5/+21
*
Add item
Andrew M. Kuchling
2007-03-30
1
-0/+11
*
In Windows' time.clock(), when QueryPerformanceFrequency() fails,
Georg Brandl
2007-03-29
1
-1/+2
*
Patch #1489771: update syntax rules in Python Reference Manual.
Žiga Seilnacht
2007-03-24
5
-42/+193
*
Prevent creation (followed by a segfault) of array types when the size
Thomas Heller
2007-03-23
1
-3/+20
*
Bug #978833: Revert r50844, as it broke _socketobject.dup.
Martin v. Löwis
2007-03-23
3
-5/+4
*
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Martin v. Löwis
2007-03-23
2
-3/+10
[prev]
[next]