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
*
Patch #1710352: add missing public functions to locale.__all__.
Georg Brandl
2007-05-01
1
-3/+5
*
Bug #1710295: exceptions are now new-style classes.
Georg Brandl
2007-05-01
1
-1/+1
*
Merged revisions 55025 via svnmerge from
Thomas Heller
2007-04-30
3
-3/+15
*
Update with the version that has been running for a while. Most of
Neal Norwitz
2007-04-29
1
-7/+24
*
Backport fix for r54646-7: properly clear locale cache in time.strptime when
Brett Cannon
2007-04-27
3
-5/+36
*
Backport r54712: document that calling file.next() on a file open for writing
Brett Cannon
2007-04-27
2
-8/+16
*
Version fix (bug #1708710)
Georg Brandl
2007-04-27
1
-4/+4
*
fix some markup errors
Fred Drake
2007-04-26
4
-5/+5
*
bump email package version to 4.0.2
Barry Warsaw
2007-04-25
1
-1/+1
*
Whitespace normalization
Neal Norwitz
2007-04-25
15
-38/+38
*
Markup fix.
Georg Brandl
2007-04-25
1
-1/+1
*
Patch #1698768: updated the "using Python on the Mac" intro.
Georg Brandl
2007-04-25
2
-173/+135
*
Fix markup
Raymond Hettinger
2007-04-24
1
-1/+1
*
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
Georg Brandl
2007-04-24
2
-1/+6
*
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
[next]