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 -E and -tt options to the python invocations, as for the Unix tests.
Guido van Rossum
2002-08-07
1
-2/+2
*
Replace tabs with spaces. (Sorry!)
Guido van Rossum
2002-08-07
1
-3/+3
*
Tighten the unbuffered readline test to distinguish between the two lines.
Guido van Rossum
2002-08-07
1
-4/+4
*
Simplify heapreplace() -- there's no need for an explicit test for
Guido van Rossum
2002-08-07
1
-7/+4
*
Document that heappop() and heapreplace() raise IndexError if the heap
Guido van Rossum
2002-08-07
1
-1/+2
*
Apply character{} markup.
Raymond Hettinger
2002-08-07
1
-16/+17
*
Replace abort with Py_FatalError.
Martin v. Löwis
2002-08-07
2
-2/+2
*
Described responsibilty of weakly referenced extension types to initialize
Raymond Hettinger
2002-08-07
1
-2/+23
*
Describe nested scopes in the tutorial. Closes SF bug 500704.
Raymond Hettinger
2002-08-07
1
-6/+11
*
Oops. I accidentally commented out some tests.
Guido van Rossum
2002-08-07
1
-4/+4
*
Regenerated with OSA class inheritance and fix for non-ascii chars.
Jack Jansen
2002-08-07
42
-818/+2217
*
Fixed incorrect logic in determining whether we should initialize
Jack Jansen
2002-08-07
1
-2/+1
*
Documented os.fsync and os.fdatasync. Closes SF bug 584695.
Raymond Hettinger
2002-08-07
1
-0/+11
*
"Unbuffered" mode of class _fileobject wasn't actually unbuffered,
Guido van Rossum
2002-08-07
2
-8/+40
*
- If an OSA identifier is a Python reserved word we now append an _
Jack Jansen
2002-08-07
1
-8/+10
*
Clarify that the bool instances are acceptable return values from
Fred Drake
2002-08-07
1
-4/+5
*
Use Py_FatalError instead of abort.
Martin v. Löwis
2002-08-07
2
-4/+6
*
Don't be over-enthusiastic with the ascii() calls: we don't need it if
Jack Jansen
2002-08-07
1
-19/+19
*
Donovan Preston's patch #538395, with some mods by me.
Jack Jansen
2002-08-07
4
-50/+183
*
Quote the arguments, they may contain strings.
Jack Jansen
2002-08-07
1
-1/+1
*
Fix up some more markup problems.
Fred Drake
2002-08-07
1
-8/+9
*
Change the markup a bit more; the parameter was not marked as \var in the
Fred Drake
2002-08-07
1
-4/+8
*
Fix PEP 263 code --without-unicode. Fixes #591943.
Martin v. Löwis
2002-08-07
2
-0/+28
*
Fix markup errors.
Steve Holden
2002-08-07
1
-3/+3
*
Expanded the unittests for the new width sensitive PyUnicode_Contains().
Raymond Hettinger
2002-08-06
1
-0/+6
*
Document handling of raw-unicode-escapes. Closes SF bug 587087.
Raymond Hettinger
2002-08-06
1
-0/+8
*
internal_connect(): Windows. When sock_timeout > 0 and connect() yields
Tim Peters
2002-08-06
1
-6/+14
*
Added a note about the inability to specify a pathname to a non-existing
Jack Jansen
2002-08-06
1
-1/+7
*
Changed a sentence that confused some people.
Jack Jansen
2002-08-06
1
-2/+2
*
Make more functions static
Neal Norwitz
2002-08-06
1
-2/+2
*
Make readahead functions static
Neal Norwitz
2002-08-06
1
-5/+8
*
Fix SF bug 574207 (chained __slots__ dealloc segfault).
Guido van Rossum
2002-08-06
1
-10/+52
*
Fix the markup so it doesn't break formatting.
Fred Drake
2002-08-06
1
-4/+4
*
Add testcase for SF bug 574207 (chained __slots__ dealloc segfault).
Guido van Rossum
2002-08-06
1
-0/+14
*
Added references to the email package.
Fred Drake
2002-08-06
3
-2/+11
*
Added a test for PyUnicode_Contains() taking into account the width of
Barry Warsaw
2002-08-06
1
-0/+1
*
PyUnicode_Contains(): The memcmp() call didn't take into account the
Barry Warsaw
2002-08-06
1
-1/+1
*
get rid of GETNAMEV macro - use GETITEM directly
Skip Montanaro
2002-08-06
1
-12/+11
*
Add a coding cookie, because of the møøse quote.
Guido van Rossum
2002-08-06
1
-0/+1
*
Update the URL for getting zlib, and update the minimal required
Guido van Rossum
2002-08-06
1
-4/+4
*
Bump the LOOPS count. 50,000 iterations takes about 5 seconds on my
Guido van Rossum
2002-08-06
1
-1/+1
*
Add some fine points: METH_KEYWORDS implies METH_VARARGS, and ob_size
Guido van Rossum
2002-08-06
1
-6/+10
*
Mark xreadlines deprecated. Don't use f.xreadlines() in test_iter.py.
Guido van Rossum
2002-08-06
3
-2/+7
*
Remove mention of deprecated xreadlines method.
Guido van Rossum
2002-08-06
2
-3/+3
*
Describe new "str1 in str2" behavior.
Barry Warsaw
2002-08-06
1
-0/+4
*
Document file.next(). Mark xreadlines obsolete (both method and
Guido van Rossum
2002-08-06
2
-9/+26
*
Committing patch #591250 which provides "str1 in str2" when str1 is a
Barry Warsaw
2002-08-06
8
-99/+140
*
Files are now their own iterator. The xreadlines method and module
Guido van Rossum
2002-08-06
1
-0/+12
*
Add comment about os.path.walk()'s behavior with symbolic links.
Steve Holden
2002-08-06
1
-0/+5
*
Add next and __iter__ to the list of file methods that should raise
Guido van Rossum
2002-08-06
1
-1/+3
[prev]
[next]