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
*
Backport 52504:
Neal Norwitz
2006-10-28
3
-1/+37
*
Backport 52503:
Neal Norwitz
2006-10-28
1
-0/+3
*
Backport 52502:
Neal Norwitz
2006-10-28
2
-0/+6
*
Backport 52501:
Neal Norwitz
2006-10-28
2
-0/+5
*
Fix nth() itertool recipe.
Georg Brandl
2006-10-28
1
-2/+2
*
Patch #1552024: add decorator support to unparse.py demo script.
Georg Brandl
2006-10-27
2
-0/+11
*
WindowsError.str should display the windows error code,
Thomas Heller
2006-10-27
3
-7/+23
*
[Patch #1574068 by Scott Dial] urllib and urllib2 were using
Andrew M. Kuchling
2006-10-27
3
-6/+9
*
[Bug #1575506] The _singlefileMailbox class was using the wrong file object i...
Andrew M. Kuchling
2006-10-27
3
-1/+20
*
[Bug #1576241] Let functools.wraps work with built-in functions
Andrew M. Kuchling
2006-10-27
3
-1/+10
*
Point users to the subprocess module in the docs for os.system, os.spawn*, os...
Andrew M. Kuchling
2006-10-27
4
-9/+38
*
[Bug #1542016] Report PCALL_POP value. This makes the return value of sys.ca...
Andrew M. Kuchling
2006-10-27
2
-2/+5
*
[Bug #1562583] Mention the set_reuse_addr() method
Andrew M. Kuchling
2006-10-27
1
-3/+5
*
[Bug #1583946] Reword description of server and issuer
Andrew M. Kuchling
2006-10-27
1
-5/+6
*
[Bug #1585690] Note that line_num was added in Python 2.5
Andrew M. Kuchling
2006-10-27
1
-0/+1
*
Get DBL_MAX from float.h not values.h.
Martin v. Löwis
2006-10-27
4
-10/+4
*
Check for values.h.
Martin v. Löwis
2006-10-27
4
-3/+9
*
[Backport of r52452]
Martin v. Löwis
2006-10-27
4
-61/+246
*
[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
2
-0/+14
*
- 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
*
Recorded merge of revisions 51379-51603,51606-52365 via svnmerge from
Thomas Heller
2006-10-20
0
-0/+0
*
Initialized merge tracking via "svnmerge" with revisions "1-51333" from
Thomas Heller
2006-10-20
0
-0/+0
*
[Bug #1576348] Fix typo in example
Andrew M. Kuchling
2006-10-19
1
-1/+1
*
C:\Code\python>type c.txt
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.
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
*
Mention the bdist_msi module.
Martin v. Löwis
2006-10-15
1
-0/+5
*
Remove binary property on project files, set eol-style
Martin v. Löwis
2006-10-15
3
-424/+424
*
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Martin v. Löwis
2006-10-15
2
-2/+105
*
Patch #1577551: Add ctypes and ET build support for VC6.
Martin v. Löwis
2006-10-15
4
-16/+476
*
Patch #1576954: Update VC6 build directory; remove redundant
Martin v. Löwis
2006-10-15
3
-22/+78
*
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
*
Bug #1565919: document set types in the Language Reference.
Georg Brandl
2006-10-12
2
-0/+37
*
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
Georg Brandl
2006-10-12
2
-0/+5
*
Bug #1575746: fix typo in property() docs.
Georg Brandl
2006-10-12
1
-1/+1
*
Macosx: fix permission problem in generated installer
Ronald Oussoren
2006-10-10
1
-1/+7
*
Bug #1565150: Fix subsecond processing for os.utime on Windows.
Martin v. Löwis
2006-10-09
3
-3/+13
*
List gc.get_count() in the module docstring.
Barry Warsaw
2006-10-09
1
-0/+1
[next]