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
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_F...
Neal Norwitz
2006-01-08
1
-0/+11
*
Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ...
Neal Norwitz
2006-01-08
1
-0/+4
*
Fix icc warnings: strlen() returns size_t
Neal Norwitz
2006-01-08
1
-4/+5
*
Fix icc warnings: using wrong enum type
Neal Norwitz
2006-01-07
1
-2/+2
*
Fix icc warnings: extra semi-colon and signed vs unsigned
Neal Norwitz
2006-01-07
1
-8/+8
*
Fix icc warnings: extra semi-colon
Neal Norwitz
2006-01-07
2
-3/+3
*
Py_GetBuildInfo(): Squash compiler warnings.
Tim Peters
2006-01-06
1
-3/+3
*
Deal with empty svn_revisions.
Martin v. Löwis
2006-01-06
1
-1/+1
*
Drop sys.build_number. Add sys.subversion.
Martin v. Löwis
2006-01-05
1
-18/+11
*
squash compiler warning on Mac OSX 10.3
Skip Montanaro
2006-01-05
1
-0/+4
*
Always set SVNVERSION to "exported" if it otherwise fails.
Martin v. Löwis
2006-01-05
1
-5/+7
*
Stop maintaining the buildno file.
Martin v. Löwis
2006-01-05
1
-5/+14
*
Fix errors on 64-bit platforms. Will backport
Neal Norwitz
2006-01-05
1
-4/+4
*
Remove unneeded directories.
Martin v. Löwis
2006-01-03
167
-39686/+0
*
Import zlib into Python tree.
Martin v. Löwis
2006-01-03
202
-0/+54653
*
adding in-place operators to the operator module.
Armin Rigo
2005-12-29
1
-1/+41
*
two missing PyDoc_STR().
Armin Rigo
2005-12-29
1
-2/+2
*
[ 959576 ] Can't build Python on POSIX w/o $HOME
Georg Brandl
2005-12-27
1
-1/+2
*
SF#1389809
Fredrik Lundh
2005-12-25
1
-1/+1
*
Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the
Barry Warsaw
2005-12-19
1
-26/+8
*
Remove extra parens
Neal Norwitz
2005-12-19
1
-1/+1
*
Fix SF bug #1072182, problems with signed characters.
Neal Norwitz
2005-12-19
6
-6/+7
*
Handle a couple of use cases discussed in python-dev w.r.t. calculating the
Barry Warsaw
2005-12-18
1
-8/+26
*
Fixed None reference leaks in TreeBuilder class (reported by Neal
Fredrik Lundh
2005-12-18
1
-0/+4
*
SF Patch #1365916, mmap fails on AMD64
Neal Norwitz
2005-12-18
1
-12/+12
*
Expose Subversion revision number (calculated via "svnversion .") to Python.
Barry Warsaw
2005-12-18
1
-2/+8
*
Fixed reference counting error when using the entity dictionary
Fredrik Lundh
2005-12-17
1
-1/+0
*
updating to cElementTree 1.0.5 (step 3 of 3)
Fredrik Lundh
2005-12-16
1
-4/+7
*
updating to cElementTree 1.0.5 (step 2 of 3)
Fredrik Lundh
2005-12-16
1
-0/+2766
*
updating to cElementTree 1.0.5
Fredrik Lundh
2005-12-16
1
-2723/+0
*
added PSG licensing blurb
Fredrik Lundh
2005-12-14
1
-0/+3
*
renamed to _elementtree (for Python 2.5)
Fredrik Lundh
2005-12-14
1
-4/+4
*
copied cElementTree 1.0.4 to Modules
Fredrik Lundh
2005-12-14
1
-0/+2720
*
Added the 'ULL' prefix to the unsigned long long literal constants.
Armin Rigo
2005-12-14
1
-99/+99
*
moved magic into structure (mainly to simplify the client code)
Fredrik Lundh
2005-12-13
1
-5/+5
*
renamed dispatch -> capi to match other CAPI implementations
Fredrik Lundh
2005-12-13
1
-24/+24
*
added cobject-based expat dispatch mechanism to pyexpat
Fredrik Lundh
2005-12-13
1
-0/+31
*
Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module
Hye-Shik Chang
2005-12-12
1
-0/+8
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
20
-113/+124
*
Nobody on python-dev seemed particularly bothered that Hotshot generates half-
Armin Rigo
2005-12-06
1
-34/+2
*
Bug #869197: setgroups rejects long integer argument
Georg Brandl
2005-11-22
1
-6/+31
*
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...
Andrew M. Kuchling
2005-11-22
1
-2/+2
*
update busted comment
Fred Drake
2005-11-11
1
-1/+2
*
similar to SF bug 847019: a quick check in the time() constructor, which
Armin Rigo
2005-11-07
1
-1/+2
*
Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint
Neal Norwitz
2005-11-03
1
-0/+2
*
Whitespace cleanup.
Walter Dörwald
2005-11-02
1
-27/+27
*
Cleanup the previous checkin.
Neal Norwitz
2005-11-02
1
-1/+4
*
Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.
Neal Norwitz
2005-11-02
1
-0/+1
*
Remove .cvsignore files, as they live in svn:ignore
Martin v. Löwis
2005-10-30
1
-9/+0
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
4
-4/+1
[next]