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
*
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
*
The _bsddb subproject works again under VC6.
Tim Peters
2004-01-04
1
-2/+2
*
Removed dead text about MS subprojects that no longer exist.
Tim Peters
2004-01-04
2
-29/+1
*
Getting closer (but not yet there) to being able to compile under VC6
Tim Peters
2004-01-04
10
-811/+29
*
Documentation for new RFC 3548 functions.
Barry Warsaw
2004-01-04
1
-13/+106
*
Add note about new base64.py module support for RFC 3548.
Barry Warsaw
2004-01-04
1
-0/+3
*
More complete code coverage, including testing the new RFC 3548 support.
Barry Warsaw
2004-01-04
1
-26/+181
*
Added more complete RFC 3548 support for Base64, Base32, and Base16
Barry Warsaw
2004-01-04
1
-9/+288
*
Cosmetic fix for wrongly indented tabs with ts=4.
Hye-Shik Chang
2004-01-03
1
-8/+8
*
Added interfaces for most of the stuff in QuickTimeComponents.h.
Jack Jansen
2004-01-03
3
-3/+9804
*
Tons of changes to get this closer to being buildable from this directory;
Tim Peters
2004-01-03
24
-202/+504
*
Added support for ImageCompression.h APIs.
Jack Jansen
2004-01-02
3
-1/+4309
*
Updated for QuickTime 6.0, Universal Header 3.4.2.
Jack Jansen
2004-01-02
3
-5/+819
*
Add comment to mollify Tim.
Jeremy Hylton
2004-01-02
1
-0/+2
*
Move VC6 project files here.
Martin v. Löwis
2004-01-02
25
-1/+3159
*
Update build procedure to VC 7.1; make more modules builtin.
Martin v. Löwis
2004-01-02
1
-0/+14
*
Update build procedure to VC 7.1.
Martin v. Löwis
2004-01-02
41
-3152/+5132
*
Update build procedure to VC 7.1 and newer versions of several packages.
Martin v. Löwis
2004-01-02
1
-27/+31
*
The script now takes an optional command-line argument to specify how many
Alex Martelli
2004-01-02
1
-4/+19
*
[Bug #812325 ] tarfile.close() can write out more bytes to the output
Andrew M. Kuchling
2004-01-02
1
-0/+1
*
list the Python Software Foundation on all the documents
Fred Drake
2004-01-02
7
-7/+28
*
PythonLabs --> Python Software Foundation
Fred Drake
2004-01-02
1
-1/+1
*
- Print correct exception even if source file changed since shell was
Kurt B. Kaiser
2004-01-02
2
-2/+7
*
Use 'input' as variable name, even though it shadows a built-in
Andrew M. Kuchling
2004-01-01
1
-9/+7
*
in the section "The interpreter stack":
Fred Drake
2004-01-01
1
-30/+39
*
Add sets to list of picklable objects.
Raymond Hettinger
2004-01-01
1
-1/+1
*
clean up indexing for None, NotImplemented
Fred Drake
2004-01-01
3
-6/+4
*
fix reference to File Object documentation
Fred Drake
2004-01-01
1
-1/+3
*
SF Patch 681780: Faster commonprefix (OS independent)
Raymond Hettinger
2003-12-31
1
-10/+7
*
SF patch #859286: documentation bool change fix
Raymond Hettinger
2003-12-31
4
-8/+11
*
* Simplify and speedup logic for tp_print.
Raymond Hettinger
2003-12-31
1
-15/+29
*
use conventional whitespace in interactive example
Fred Drake
2003-12-31
1
-2/+2
[next]