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
*
Removed pprint.py.
Fred Drake
1997-04-16
2
-137/+0
*
Reindented with 4 spaces.
Guido van Rossum
1997-04-16
1
-816/+813
*
Rewrite parsesequence() to emulate MH without invoking pick.
Guido van Rossum
1997-04-16
1
-38/+132
*
Checking in a copy of Fred Drake's data structure pretty-printer
Guido van Rossum
1997-04-16
1
-0/+143
*
OK, ready to make 'assert' a keyword (instead of '__assert__').
Guido van Rossum
1997-04-16
2
-2/+2
*
Use uuencoded test images.
Guido van Rossum
1997-04-16
4
-9/+1579
*
Soft failure for Win32 and Mac platforms. Less output unless verbose.
Guido van Rossum
1997-04-16
1
-3/+12
*
Soft failure for Win32 platform.
Guido van Rossum
1997-04-16
1
-0/+4
*
No need to define assert, it's built in.
Guido van Rossum
1997-04-16
1
-2/+2
*
Always use spaces for indentation.
Fred Drake
1997-04-15
1
-17/+16
*
Patch by Craig McPheeters to clean up the back-references to widgets
Guido van Rossum
1997-04-14
2
-4/+46
*
Remove Digital Creations copyright (Jim sez it's okay).
Guido van Rossum
1997-04-11
1
-53/+0
*
Catch and report ValueError raised by strftime.
Guido van Rossum
1997-04-11
1
-4/+16
*
OK, I lied. On Windows, _IOLBF seems to be the same as full
Guido van Rossum
1997-04-11
1
-4/+8
*
Change in when and how stdin and stdout are set to line-buffering.
Guido van Rossum
1997-04-11
1
-3/+5
*
Keep Microsoft VC happy.
Guido van Rossum
1997-04-11
5
-29/+31
*
Keep gcc -Wall and Microsoft VC happy.
Guido van Rossum
1997-04-11
6
-28/+31
*
Removed two unused static function: string_addsep() and
Barry Warsaw
1997-04-11
1
-98/+61
*
My own patch: support writable 'softspace' attribute.
Guido van Rossum
1997-04-11
1
-2/+23
*
(Jack:) On the Mac, don't automatically enable dynamic loading.
Guido van Rossum
1997-04-11
1
-8/+0
*
(Jack:) Don't define TRUE and FALSE if already defined.
Guido van Rossum
1997-04-11
1
-1/+4
*
(Jack:) On the Mac, use standard strerror() if using MSL C-library.
Guido van Rossum
1997-04-11
1
-0/+2
*
(Jack:) On the Mac, give syntax error on \r.
Guido van Rossum
1997-04-11
1
-0/+11
*
(Jack:) Align mapping entries to 4-words if USE_CACHE_ALIGNED is defined.
Guido van Rossum
1997-04-11
2
-0/+6
*
(Jack:) fopen arg typo (?) "rw" changed to "rb".
Guido van Rossum
1997-04-11
1
-1/+1
*
(Jack:) Mac only: get GUSI errno.h values too.
Guido van Rossum
1997-04-11
1
-0/+5
*
(Jack+Guido:) interpret ../ in basejoin() according to RFC1808.
Guido van Rossum
1997-04-11
1
-0/+7
*
Open files in binary mode.
Guido van Rossum
1997-04-11
1
-4/+4
*
(Jack:) Better MacOS support.
Guido van Rossum
1997-04-11
1
-0/+10
*
(Jack:) Recognize PNG files.
Guido van Rossum
1997-04-11
1
-0/+12
*
Remove the Emacs shell-script line. It's not a shell script.
Guido van Rossum
1997-04-11
1
-1/+0
*
From: Clarence Gardner <clarence@king.silcom.com>
Guido van Rossum
1997-04-11
1
-2/+2
*
The default path components are now all relative instead of absolute paths.
Guido van Rossum
1997-04-11
1
-6/+10
*
Completely revamped the way the default path is constructed.
Guido van Rossum
1997-04-11
1
-34/+531
*
Pass VERSION and VPATH into getpath.c.
Guido van Rossum
1997-04-11
1
-0/+2
*
Oops, added <URL:...> around the URL.
Guido van Rossum
1997-04-11
1
-1/+1
*
(Sjoerd:) Incorporate `build number' stuff.
Guido van Rossum
1997-04-11
1
-2/+8
*
(Sjoerd:) Install getbuildinfo.c in config/ so extensions can use it.
Guido van Rossum
1997-04-11
1
-0/+1
*
Bugfix by Sjoerd:
Guido van Rossum
1997-04-11
1
-1/+5
*
base64 support by Sjoerd.
Guido van Rossum
1997-04-11
1
-11/+25
*
Added note about SWIG (replacing a whole lot of nonsense about how
Guido van Rossum
1997-04-11
1
-27/+10
*
Use uuencoded test images.
Guido van Rossum
1997-04-09
7
-166/+3333
*
Don't just die when an error is not defined; print a warning instead.
Guido van Rossum
1997-04-09
1
-4/+9
*
Try calling getpid() from /usr/lib/libc.so instead of some other
Guido van Rossum
1997-04-09
1
-4/+1
*
Use TESTFN instead of /etc/passwd and /dev/null as test files.
Guido van Rossum
1997-04-09
1
-5/+12
*
Tweaks to keep the Microsoft compiler quiet.
Guido van Rossum
1997-04-09
5
-18/+18
*
Tweaks to keep the Microsoft compiler quier.
Guido van Rossum
1997-04-09
8
-19/+36
*
Remove unused variable.
Guido van Rossum
1997-04-09
1
-1/+0
*
Remove two unised variables.
Guido van Rossum
1997-04-09
1
-2/+0
*
Got rid of the static decl of PyCObject_Import, which was a 1.4
Guido van Rossum
1997-04-09
1
-19/+4
[next]