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 'see also' link to curses.panel
Andrew M. Kuchling
2000-12-22
1
-0/+2
*
Add correction caught by Thomas Gellekum (and sitting in my e-mail)
Andrew M. Kuchling
2000-12-22
1
-1/+2
*
Wrapper for _curses_panel module; currently this adds nothing extra
Andrew M. Kuchling
2000-12-22
1
-0/+9
*
Added documentation for the panel wrapper module
Andrew M. Kuchling
2000-12-22
1
-0/+93
*
Add _curses_panel to Setup
Andrew M. Kuchling
2000-12-22
1
-1/+2
*
Patch #102813: add a wrapper for the panel library included with ncurses.
Andrew M. Kuchling
2000-12-22
1
-0/+495
*
Export C API from this module.
Andrew M. Kuchling
2000-12-22
1
-99/+47
*
Added header file for C API exported by _cursesmodule.c
Andrew M. Kuchling
2000-12-22
1
-0/+133
*
Update this demo to use curses.panel
Andrew M. Kuchling
2000-12-22
1
-2/+3
*
Fix bug 126587: matchobject.groupdict() leaks memory because of a missing
Andrew M. Kuchling
2000-12-22
1
-0/+1
*
When using the latest & greatest version of Expat (currently in the Expat
Fred Drake
2000-12-21
1
-0/+7
*
Fix lots of small markup nits.
Fred Drake
2000-12-21
1
-54/+64
*
Another demo from Thomas Gellekum (seasonally-themed, too)
Andrew M. Kuchling
2000-12-21
2
-0/+907
*
Document the window.overlay() and .overwrite() methods
Andrew M. Kuchling
2000-12-21
1
-0/+26
*
Another patch from Thomas Gellekum: add .overlay() and .overwrite()
Andrew M. Kuchling
2000-12-21
1
-3/+81
*
Whoops! Two stray characters crept in to my last check-in
Andrew M. Kuchling
2000-12-20
1
-1/+1
*
Patch #102492, fixing bug #116677:
Andrew M. Kuchling
2000-12-20
2
-10/+42
*
Patch #102955, fixing one of the warnings in bug #121479:
Andrew M. Kuchling
2000-12-20
1
-5/+7
*
Change expected message for ValueError, fixing bug #126400
Andrew M. Kuchling
2000-12-20
1
-1/+1
*
Make the indentation consistently use tabs instead of using spaces just
Fred Drake
2000-12-20
1
-3/+3
*
Add forgotten initialization. Fixes bug #120994, "Traceback with
Andrew M. Kuchling
2000-12-20
1
-0/+1
*
Patch #102940: use only printable Unicode chars in reporting
Andrew M. Kuchling
2000-12-19
1
-1/+2
*
Regenerated so that NewGWorld is included.
Jack Jansen
2000-12-19
1
-0/+66
*
Emulate a few more non-carbon calls in carbon and the other way around.
Jack Jansen
2000-12-19
3
-93/+163
*
Added hash() and compare() functions. Needed because multiple WinObj's can no...
Jack Jansen
2000-12-19
2
-2/+35
*
Blacklisted a few constants with funny definitions (and they're not important...
Jack Jansen
2000-12-19
2
-6/+13
*
Patch #102868 from cgw: fix memory leak when an EOF is encountered
Andrew M. Kuchling
2000-12-19
1
-0/+3
*
Adding a warning about the regsub module. This also disables further
Guido van Rossum
2000-12-19
1
-0/+7
*
Adding a warning about the regex module. This is the first official
Guido van Rossum
2000-12-19
1
-0/+3
*
Be explicit about scheme_chars -- string.letters is locale dependent
Guido van Rossum
2000-12-19
1
-20/+18
*
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
[prev]
[next]