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 52621:
Neal Norwitz
2006-11-04
3
-0/+4
*
Patch #1060577: Extract list of RPM files from spec file in
Martin v. Löwis
2006-11-04
2
-25/+38
*
Fix code example by adding a missing import.
Thomas Heller
2006-11-02
1
-1/+1
*
Replace the XXX marker in the 'Arrays and pointers' reference manual
Thomas Heller
2006-11-02
1
-1/+2
*
Fix refleak
Neal Norwitz
2006-10-29
1
-0/+1
*
Bug #1576657: when setting a KeyError for a tuple key, make sure that
Georg Brandl
2006-10-29
3
-3/+29
*
Bug #1586773: extend hashlib docstring.
Georg Brandl
2006-10-29
1
-1/+30
*
I thought I had already fixed this error in the test.
Georg Brandl
2006-10-29
1
-1/+1
*
Bug #1586613: fix zlib and bz2 codecs' incremental en/decoders.
Georg Brandl
2006-10-29
4
-8/+55
*
Fix the new EncodedFile test to work with big endian platforms.
Georg Brandl
2006-10-29
1
-1/+1
*
Patch #1583880: fix tarfile's problems with long names and posix/
Georg Brandl
2006-10-29
2
-88/+84
*
Bug #1357915: allow all sequence types for shell arguments in
Georg Brandl
2006-10-29
1
-0/+2
*
Fix codecs.EncodedFile which did not use file_encoding in 2.5.0, and
Georg Brandl
2006-10-29
3
-4/+63
*
From SF 1557890, fix problem of using wrong type in example.
Neal Norwitz
2006-10-28
1
-1/+1
*
Backport 52506:
Neal Norwitz
2006-10-28
1
-1/+2
*
Backport 52505:
Neal Norwitz
2006-10-28
1
-0/+5
*
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
[prev]
[next]