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
*
Fix typo
Andrew M. Kuchling
2000-12-19
1
-1/+1
*
Use binary mode to open "wave" files.
Guido van Rossum
2000-12-19
1
-2/+2
*
Document the warnings module.
Guido van Rossum
2000-12-19
3
-0/+193
*
Updated string literals description to encompass Unicode literals and the
Fred Drake
2000-12-19
1
-11/+24
*
Document warning categories.
Guido van Rossum
2000-12-19
1
-0/+26
*
Clarify __repr__ and __str__.
Guido van Rossum
2000-12-19
1
-7/+10
*
Added documentation on the ErrorHandler interface.
Fred Drake
2000-12-19
1
-0/+40
*
Oops. The value "0 or +1" for the category argument of PyErr_Warn()
Guido van Rossum
2000-12-19
1
-1/+1
*
Document Pyerr_Warn().
Guido van Rossum
2000-12-19
1
-0/+11
*
Document Pyerr_Warn().
Guido van Rossum
2000-12-19
1
-0/+34
*
Document the -W option as best as I can.
Guido van Rossum
2000-12-19
1
-7/+70
*
Improve error messages for invalid warning arguments; don't raise
Guido van Rossum
2000-12-19
1
-4/+10
*
Make string.translate(s, table) work for Unicode s. Two things are
Guido van Rossum
2000-12-19
1
-4/+11
*
Fix off-by-one error in split_substring(). Fixes SF bug #122162.
Guido van Rossum
2000-12-19
1
-1/+1
*
Test more split argument combinations:
Guido van Rossum
2000-12-19
1
-0/+7
*
Minimal fix for the complaints about pickling Unicode objects. (SF
Guido van Rossum
2000-12-19
1
-2/+48
*
Test some Unicode pickling endcases.
Guido van Rossum
2000-12-19
1
-0/+12
*
Minimal fix for the complaints about pickling Unicode objects. (SF
Guido van Rossum
2000-12-19
1
-0/+2
*
Adapted from a patch by Barry Scott, SF patch #102875 and SF bug
Guido van Rossum
2000-12-18
1
-3/+4
*
gdbm.open() no longer accepts garbage in the flags string. Fix the tests.
Neil Schemenauer
2000-12-18
1
-2/+7
*
Do not talk about "real" numbers; talk about "floats" or "floating point
Fred Drake
2000-12-18
1
-4/+4
*
Add support for gdbm2 open flags ('s' and 'u'). Add module constant
Neil Schemenauer
2000-12-17
2
-18/+69
*
Add returns_unicode to the __members__ list.
Fred Drake
2000-12-16
1
-1/+2
*
Do not assume that types.UnicodeType exists; we might be running in an old
Fred Drake
2000-12-16
1
-1/+5
*
Use the string module instead of string methods; this should still work
Fred Drake
2000-12-16
1
-1/+3
*
urlretrieve() description included explanation of "data" parameter, but
Fred Drake
2000-12-15
1
-4/+5
*
Typo caught by /F -- thanks!
Fred Drake
2000-12-15
1
-1/+1
*
Add definitions for PySys_ResetWarnOptions() and
Guido van Rossum
2000-12-15
1
-0/+39
*
Add declarations for PySys_ResetWarnOptions() and
Guido van Rossum
2000-12-15
1
-0/+3
*
Add the -W option.
Guido van Rossum
2000-12-15
1
-1/+8
*
Python part of the warnings subsystem.
Guido van Rossum
2000-12-15
1
-0/+227
*
Add PyErr_Warn().
Guido van Rossum
2000-12-15
1
-0/+34
*
Add definitions for standard warning category classes (PyExc_Warning
Guido van Rossum
2000-12-15
1
-0/+36
*
Add declarations for standard warning category classes (PyExc_Warning
Guido van Rossum
2000-12-15
1
-0/+10
*
Before calling traceback.print_exc(), call sys.stdout.flush(). This makes
Fred Drake
2000-12-15
1
-0/+1
*
DOMException.__init__(): Remember to pass self to Exception.__init__().
Fred Drake
2000-12-15
1
-1/+1
*
Comment out a debugging print statement that triggered a complaint in
Guido van Rossum
2000-12-15
1
-1/+1
*
Added documentation for random.shuffle().
Fred Drake
2000-12-15
1
-0/+17
*
Get rid of string functions.
Guido van Rossum
2000-12-15
1
-15/+14
*
Get rid of string functions. References to string.whitespace,
Guido van Rossum
2000-12-15
1
-63/+57
*
Get rid of string functions.
Guido van Rossum
2000-12-15
1
-14/+12
*
Get rid of string functions, except maketrans() (which is *not*
Guido van Rossum
2000-12-15
1
-42/+45
*
Add test case for error message raised by bad % format character
Andrew M. Kuchling
2000-12-15
1
-0/+25
*
[ Patch #102852 ] Make % error a bit more informative by indicates the
Andrew M. Kuchling
2000-12-15
2
-4/+6
*
Grant Griffin <grant.griffin@honeywell.com>:
Fred Drake
2000-12-15
1
-2/+3
*
Fix typo
Andrew M. Kuchling
2000-12-15
1
-1/+1
*
Document napms()
Andrew M. Kuchling
2000-12-15
1
-0/+5
*
[Patch #102827] Fix for PR#119558, avoiding core dumps by checking for
Andrew M. Kuchling
2000-12-15
1
-7/+16
*
Wrapper for napms() function, contributed by Thomas Gellekum <tg@FreeBSD.org>
Andrew M. Kuchling
2000-12-15
1
-1/+50
*
Curses demos contributed by Thomas Gellekum <tg@FreeBSD.org>.
Andrew M. Kuchling
2000-12-15
4
-1/+541
[next]