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
*
Add CJK codecs support as discussed on python-dev. (SF #873597)
Hye-Shik Chang
2004-01-17
88
-34/+43278
*
document PEP 11 progress so far.
Skip Montanaro
2004-01-17
1
-0/+8
*
Remove support for SunOS 4.
Skip Montanaro
2004-01-17
11
-82/+3
*
More updates for zlib 1.2.1
Martin v. Löwis
2004-01-17
1
-4/+4
*
Update to 1.2.1 for release build too.
Martin v. Löwis
2004-01-17
1
-1/+1
*
Remove support for DYNIX, IRIX 4, --with-sgi-dl, --with-dl-dld
Skip Montanaro
2004-01-17
6
-185/+5
*
Remove support for systems defining __d6_pthread_create.
Skip Montanaro
2004-01-17
2
-78/+2
*
remove DGUX support.
Skip Montanaro
2004-01-17
4
-37/+5
*
Remove support for minix.
Skip Montanaro
2004-01-17
5
-765/+66
*
- add warning that hotshot doesn't work well with threads
Fred Drake
2004-01-16
1
-3/+9
*
minor markup improvements
Fred Drake
2004-01-16
1
-6/+6
*
Make parameter names in docstring more mnemonic
Andrew M. Kuchling
2004-01-16
1
-1/+1
*
add a note about memory consumption and LaTeX
Fred Drake
2004-01-13
1
-0/+17
*
- add comment about $CUSTOM_BUTTONS
Fred Drake
2004-01-13
1
-1/+2
*
markup changes
Fred Drake
2004-01-13
1
-93/+107
*
__init__.py: keep it compatible with older python (True and False == 1 and 0)
Gregory P. Smith
2004-01-13
2
-6/+17
*
SF Patch #871704: Py_SequenceFast can mask errors
Raymond Hettinger
2004-01-11
1
-3/+11
*
[Bug #873205] Update URL
Andrew M. Kuchling
2004-01-11
1
-1/+1
*
More cases of input parameters passed by reference without const.
Jack Jansen
2004-01-11
3
-15/+19
*
Added support for APIs in QuickTimeMusic.h. This one is a bit dodgy:
Jack Jansen
2004-01-11
3
-1/+1636
*
The format of the string data used in the imageop module is described
Sjoerd Mullender
2004-01-10
2
-33/+120
*
Added support for APIs in MediaHandlers.h.
Jack Jansen
2004-01-09
2
-1/+1940
*
Update Windows build to use zlib 1.2.1
Jeremy Hylton
2004-01-09
2
-9/+10
*
Fix some digicool addresses I noticed
Andrew M. Kuchling
2004-01-08
4
-5/+5
*
add link to the red-dove.com page about the logging package
Fred Drake
2004-01-08
1
-0/+7
*
add new reference macro: \seelink
Fred Drake
2004-01-08
3
-1/+33
*
SF bug #872461: list.extend() described as experimental
Raymond Hettinger
2004-01-08
1
-3/+1
*
__all__: Remove freenet_b64encode and freenet_b64decode.
Barry Warsaw
2004-01-07
1
-1/+0
*
Add the _bisectmodule.c source file to the pythoncore project - seems to have...
Thomas Heller
2004-01-06
1
-0/+3
*
Update information about building bsddb, particularly re with and without
Mark Hammond
2004-01-06
1
-11/+18
*
SF Patch #864863: Bisect C implementation
Raymond Hettinger
2004-01-05
9
-16/+261
*
Small correction to example
Raymond Hettinger
2004-01-05
1
-2/+3
*
* Add various updates reflecting the last two weeks of checkins:
Raymond Hettinger
2004-01-05
1
-3/+38
*
[SF #866875] Add a specialized routine for one character
Hye-Shik Chang
2004-01-05
2
-59/+150
*
Allow passing NULL pointers by passing None. This also works for the
Jack Jansen
2004-01-04
2
-69/+88
*
Show how to re-enable GC during timings.
Raymond Hettinger
2004-01-04
1
-0/+12
*
FIx unicodefilename support of posix.uname(). This fixes test_unicode_file
Hye-Shik Chang
2004-01-04
1
-1/+2
*
Exercise sorted() where possible
Raymond Hettinger
2004-01-04
1
-3/+1
*
Apply pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
2
-16/+8
*
Bump build number
Martin v. Löwis
2004-01-04
1
-2/+2
*
Apply map/zip pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
1
-11/+7
*
Apply tuple/list pre-sizing optimization to a broader class of objects.
Raymond Hettinger
2004-01-04
2
-9/+5
*
Convert return value to boolean.
Raymond Hettinger
2004-01-04
1
-1/+1
*
SF patch #868736: Disable GC for timeit
Raymond Hettinger
2004-01-04
1
-1/+7
*
Fix small factual error.
Raymond Hettinger
2004-01-04
1
-1/+1
*
Update to record .pyd files removed for Python 2.4.
Tim Peters
2004-01-04
1
-8/+8
*
That's it -- works as well under VC6 as it ever did now.
Tim Peters
2004-01-04
1
-0/+41
*
The _tkinter subproject works with VC6 again.
Tim Peters
2004-01-04
1
-2/+2
*
The bz2 subproject works with VC6 again.
Tim Peters
2004-01-04
1
-4/+4
*
The _ssl subproject may <heh> be working w/ VC6 again.
Tim Peters
2004-01-04
2
-0/+184
[next]