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
/
PC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 59864-59882 via svnmerge from
Christian Heimes
2008-01-10
1
-0/+1
*
Merged revisions 59843-59863 via svnmerge from
Christian Heimes
2008-01-09
1
-0/+57
*
Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in config...
Georg Brandl
2008-01-07
2
-2/+0
*
And here is the rest of Hirokazu Yamamoto's patch for VS6.0 support. Thanks H...
Christian Heimes
2008-01-04
6
-41/+171
*
Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful ...
Christian Heimes
2008-01-04
1
-0/+10
*
Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c
Christian Heimes
2008-01-04
1
-0/+3
*
Merged revisions 59666-59679 via svnmerge from
Christian Heimes
2008-01-03
1
-4/+0
*
Merged revisions 59642-59665 via svnmerge from
Christian Heimes
2008-01-02
43
-0/+14000
*
Fixed merge accident
Christian Heimes
2008-01-02
1
-38/+29
*
Merged revisions 59628-59641 via svnmerge from
Christian Heimes
2008-01-01
2
-11/+11
*
Merged revisions 59625-59627 via svnmerge from
Christian Heimes
2007-12-31
20
-318/+318
*
Merged revisions 59605-59624 via svnmerge from
Christian Heimes
2007-12-31
37
-0/+10664
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes
2007-12-19
2
-4/+4
*
Merged revisions 59541-59561 via svnmerge from
Christian Heimes
2007-12-19
1
-0/+9
*
Merged revisions 59441-59449 via svnmerge from
Christian Heimes
2007-12-10
1
-0/+69
*
Merged revisions 59376-59406 via svnmerge from
Christian Heimes
2007-12-08
1
-6/+0
*
Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.
Martin v. Löwis
2007-12-04
1
-2/+6
*
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...
Christian Heimes
2007-12-02
4
-22/+22
*
#1535: rename __builtin__ module to builtins.
Georg Brandl
2007-12-02
4
-4/+4
*
Merged revisions 59245-59254 via svnmerge from
Christian Heimes
2007-12-01
1
-1/+3
*
Merged revisions 59234-59238 via svnmerge from
Christian Heimes
2007-11-30
1
-0/+3
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
1
-2/+2
*
Patch 1304, by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-22
1
-0/+4
*
Remove more hotshot cruft.
Neal Norwitz
2007-10-13
4
-12/+1
*
clean out some hotshot-related build turds
Fred Drake
2007-10-11
1
-1/+0
*
Remove more traces of bufferobject.[ch] from build files etc.
Guido van Rossum
2007-10-08
3
-13/+0
*
Make Modules/_bsddb.c and PC/_winreg.c compile again by renaming
Thomas Heller
2007-09-24
1
-1/+1
*
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
Neil Schemenauer
2007-09-21
1
-1/+1
*
Patch #1076: Use wide API for registry functions.
Martin v. Löwis
2007-09-03
1
-169/+111
*
Revert 57722. Move error dialog APIs to msvcrt instead,
Martin v. Löwis
2007-08-31
1
-0/+78
*
Remove checking redundantly for checks of PyInt and PyLong.
Neal Norwitz
2007-08-31
1
-1/+1
*
Fix more lingering print statements.
Collin Winter
2007-08-30
1
-4/+4
*
Three patches from issue #1047, by Amaury Forgeot d'Arc:
Guido van Rossum
2007-08-29
1
-29/+26
*
Patch 1030, Adapt _winreg.c to the new buffer API.
Neal Norwitz
2007-08-26
1
-7/+12
*
Use unicode
Neal Norwitz
2007-08-25
1
-1/+1
*
cPickle was removed
Neal Norwitz
2007-08-24
7
-15/+0
*
Remove _PyObject_Del
Neal Norwitz
2007-08-19
1
-1/+0
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
3
-7/+6
*
Remove more references to intobject.
Guido van Rossum
2007-08-07
5
-45/+1
*
Kill remaining tp_print definitions.
Guido van Rossum
2007-08-07
1
-12/+1
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
1
-10/+24
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
2
-25/+0
*
Drop cPickle from Windows build process.
Martin v. Löwis
2007-07-22
1
-2/+0
*
Merged revisions 56483-56491 via svnmerge from
Martin v. Löwis
2007-07-22
2
-5/+4
*
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis
2007-07-21
2
-10/+5
*
SF patch# 1755229 by Amaury Forgeot d'Arc: fix _winreg module and tests.
Guido van Rossum
2007-07-17
1
-23/+20
*
atexit is a builtin module now, provide that on Windows.
Thomas Heller
2007-07-13
1
-0/+2
*
See SF# 1751801: Windows: Add the _fileio builtin module, and undefine
Thomas Heller
2007-07-11
1
-0/+2
*
Merged revisions 55962-56019 via svnmerge from
Guido van Rossum
2007-06-18
3
-16/+11
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
3
-2/+6
[next]