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 #1585690] Note that line_num was added in Python 2.5
Andrew M. Kuchling
2006-10-27
1
-0/+1
*
Some wording changes and markup fixes
Andrew M. Kuchling
2006-10-27
1
-6/+6
*
Add item
Andrew M. Kuchling
2006-10-27
1
-1/+4
*
Set svn:keywords property
Andrew M. Kuchling
2006-10-27
1
-1/+1
*
Patch #1567274: Support SMTP over TLS.
Martin v. Löwis
2006-10-27
4
-5/+49
*
Get DBL_MAX from float.h not values.h. Will backport.
Martin v. Löwis
2006-10-27
4
-10/+4
*
Check for values.h. Will backport.
Martin v. Löwis
2006-10-27
4
-3/+9
*
Patch #1549049: Rewrite type conversion in structmember.
Martin v. Löwis
2006-10-27
5
-61/+296
*
Typo fix
Andrew M. Kuchling
2006-10-26
1
-1/+1
*
[Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...
Andrew M. Kuchling
2006-10-26
1
-4/+4
*
Patch [ 1583506 ] tarfile.py: 100-char filenames are truncated
Georg Brandl
2006-10-24
2
-1/+28
*
Remove passwd.adjunct.byname from list of maps
Martin v. Löwis
2006-10-22
1
-0/+7
*
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
Martin v. Löwis
2006-10-22
2
-0/+7
*
Patch #1580872: Remove duplicate declaration of PyCallable_Check.
Martin v. Löwis
2006-10-22
1
-1/+2
*
Patch #1580674: with this patch os.readlink uses the filesystem encoding to
Ronald Oussoren
2006-10-22
2
-2/+40
*
Port test___future__ to unittest.
Walter Dörwald
2006-10-22
1
-52/+56
*
[Bug #1576348] Fix typo in example
Andrew M. Kuchling
2006-10-19
1
-1/+1
*
Restore CFLAGS after checking for __attribute__
Martin v. Löwis
2006-10-19
2
-1/+3
*
Fix various minor errors in passing arguments to
Martin v. Löwis
2006-10-19
4
-16/+27
*
Add check for the PyArg_ParseTuple format, and declare
Martin v. Löwis
2006-10-19
6
-2/+96
*
Add missing svn:eol-style to text files.
Tim Peters
2006-10-18
2
-339/+339
*
Whitespace normalization.
Tim Peters
2006-10-18
3
-4/+4
*
newIobject(): repaired incorrect cast to quiet MSVC warning.
Tim Peters
2006-10-18
1
-1/+1
*
ctypes callback functions only support 'fundamental' result types.
Thomas Heller
2006-10-17
3
-2/+22
*
Forward-port r52358:
Martin v. Löwis
2006-10-17
3
-36/+41
*
Remove obsolete file. Will backport.
Martin v. Löwis
2006-10-17
1
-0/+0
*
Patch #1457736: Update VC6 to use current PCbuild settings.
Martin v. Löwis
2006-10-17
11
-390/+278
*
Fix turtle so that you can launch the demo2 function on its own instead of only
Brett Cannon
2006-10-16
2
-1/+5
*
Mention the bdist_msi module. Will backport to 2.5.
Martin v. Löwis
2006-10-15
1
-0/+5
*
Remove binary property, set eol-style to CRLF instead.
Martin v. Löwis
2006-10-15
0
-0/+0
*
Drop binary property on dsp files, set eol-style
Martin v. Löwis
2006-10-15
0
-0/+0
*
Set the eol-style for project files to "CRLF".
Martin v. Löwis
2006-10-15
3
-424/+424
*
Round to int, because some systems support sub-second time stamps in stat, bu...
Martin v. Löwis
2006-10-15
1
-2/+4
*
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Martin v. Löwis
2006-10-15
2
-2/+104
*
Loosen the test for equal time stamps.
Martin v. Löwis
2006-10-15
1
-1/+1
*
Patch #1577551: Add ctypes and ET build support for VC6.
Martin v. Löwis
2006-10-15
4
-16/+476
*
Patch #1576166: Support os.utime for directories on Windows NT+.
Martin v. Löwis
2006-10-15
3
-2/+14
*
Patch #1576954: Update VC6 build directory; remove redundant
Martin v. Löwis
2006-10-15
3
-27/+84
*
Update the peephole optimizer to remove more dead code (jumps after returns)
Neal Norwitz
2006-10-14
4
-5/+55
*
Clean up the language of a sentence relating to the connect() function and
Brett Cannon
2006-10-14
1
-1/+1
*
Bug #1560179: speed up posixpath.(dir|base)name
Georg Brandl
2006-10-12
1
-4/+9
*
Bug #1283491: follow docstring convention wrt. keyword-able args in sum().
Georg Brandl
2006-10-12
1
-2/+3
*
Fix tarfile depending on buggy int('1\0', base) behavior.
Georg Brandl
2006-10-12
1
-1/+1
*
Small grammar fix, thanks Sjoerd.
Georg Brandl
2006-10-12
1
-1/+1
*
Bug #1560114: the Mac filesystem does have accurate information
Georg Brandl
2006-10-12
1
-1/+1
*
Add a note to fpectl docs that it's not built by default
Georg Brandl
2006-10-12
1
-1/+6
*
Bug #1545497: when given an explicit base, int() did ignore NULs
Georg Brandl
2006-10-12
3
-2/+27
*
Bug #1546628: add a note about urlparse.urljoin() and absolute paths.
Georg Brandl
2006-10-12
1
-1/+15
*
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
Georg Brandl
2006-10-12
3
-4/+28
*
Bug #1550524: better heuristics to find correct class definition
Georg Brandl
2006-10-12
1
-2/+17
[next]