Georg Brandl
|
611f8f5e8e
|
Merged revisions 83352,83355-83358,83362,83366,83368-83369 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r83352 | georg.brandl | 2010-07-31 20:11:07 +0200 (Sa, 31 Jul 2010) | 1 line
#9440: Remove borderline test case that fails based on unpredictable conditions such as compiler flags.
........
r83355 | georg.brandl | 2010-07-31 21:17:11 +0200 (Sa, 31 Jul 2010) | 1 line
Fix bad merge: test_support -> support.
........
r83356 | georg.brandl | 2010-07-31 21:29:15 +0200 (Sa, 31 Jul 2010) | 1 line
Remove trailing whitespace.
........
r83357 | georg.brandl | 2010-07-31 21:59:55 +0200 (Sa, 31 Jul 2010) | 1 line
#5778: document that sys.version can contain a newline.
........
r83358 | georg.brandl | 2010-07-31 22:05:31 +0200 (Sa, 31 Jul 2010) | 1 line
#9442: do not document a specific format for sys.version; rather refer to version_info and the platform module.
........
r83362 | georg.brandl | 2010-07-31 23:12:15 +0200 (Sa, 31 Jul 2010) | 1 line
#8910: add a file explaining why Lib/test/data is there.
........
r83366 | georg.brandl | 2010-07-31 23:26:40 +0200 (Sa, 31 Jul 2010) | 1 line
There always is a False and True now.
........
r83368 | georg.brandl | 2010-07-31 23:40:15 +0200 (Sa, 31 Jul 2010) | 1 line
#7909: the prefixes \\.\ and \\?\ indicate special Windows paths, do not try to manipulate them. See http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx for details.
........
r83369 | georg.brandl | 2010-07-31 23:41:42 +0200 (Sa, 31 Jul 2010) | 1 line
Fix "Berkeley" name.
........
|
2010-08-01 19:17:57 +00:00 |
Jeremy Hylton
|
518ab1c02a
|
Use PyOS_snprintf instead of sprintf.
|
2001-11-28 20:42:20 +00:00 |
Guido van Rossum
|
8586991099
|
REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
|
2000-09-01 23:29:29 +00:00 |
Thomas Wouters
|
f70ef4f860
|
Mass ANSIfication of function definitions. Doesn't cover all 'extern'
declarations yet, those come later.
|
2000-07-22 18:47:25 +00:00 |
Guido van Rossum
|
ffcc3813d8
|
Change copyright notice - 2nd try.
|
2000-06-30 23:58:06 +00:00 |
Guido van Rossum
|
fd71b9e9d4
|
Change copyright notice.
|
2000-06-30 23:50:40 +00:00 |
Guido van Rossum
|
eda232fdac
|
Allow longer strings (up to 80 chars each) for version, build,
compiler info.
|
1999-04-22 12:03:40 +00:00 |
Guido van Rossum
|
54ecc3d24f
|
Patches by William Lewis for Nextstep descendants.
|
1999-01-27 17:53:11 +00:00 |
Guido van Rossum
|
6e0a3499ab
|
Use PY_VERSION instead of PATCHLEVEL.
|
1999-01-03 12:41:50 +00:00 |
Guido van Rossum
|
8fb26ede51
|
Make it return a _const_ char*.
|
1997-07-19 19:48:41 +00:00 |
Guido van Rossum
|
554fa49500
|
get build info from elsewhere
|
1997-01-20 18:34:55 +00:00 |
Guido van Rossum
|
d266eb460e
|
New permission notice, includes CNRI.
|
1996-10-25 14:44:06 +00:00 |
Guido van Rossum
|
582646aecc
|
grand renaming; added copyright to some files
|
1996-05-28 22:30:17 +00:00 |
Guido van Rossum
|
6c066885f1
|
set date to oct 13
|
1995-10-12 00:48:18 +00:00 |
Guido van Rossum
|
020dfe7f2e
|
include Python.h
|
1995-09-18 21:40:19 +00:00 |
Guido van Rossum
|
667d704997
|
Initial revision
|
1995-08-04 04:20:48 +00:00 |