]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2000-03-10  Guido van RossumModule unicodedata -- Provides access to the Unicode...
2000-03-10  Guido van RossumInternal module _codecs -- Provides access to the codec...
2000-03-10  Guido van RossumMarc-Andre-Lemburg: The Unicode Database.
2000-03-10  Guido van RossumMarc-Andre Lemburg: add new unicode files
2000-03-10  Guido van RossumMarc-Andre Lemburg: add calls to initialize and finaliz...
2000-03-10  Guido van RossumMarc-Andre Lemburg: support marshalling Unicode objects...
2000-03-10  Guido van RossumMarc-Andre Lemburg: support for Unicode strings; 'U...
2000-03-10  Guido van RossumMarc-Andre Lemburg: support for Unicode string literals...
2000-03-10  Guido van RossumMarc-Andre Lemburg: added new builtin functions unicode...
2000-03-10  Guido van RossumPython Codec Registry and support functions, written...
2000-03-10  Guido van RossumMarc-Andre Lemburg: add new string token types u"....
2000-03-10  Guido van RossumMarc-AAndre Lemburg: add new unicode files
2000-03-10  Guido van RossumMany changes for Unicode, by Marc-Andre Lemburg.
2000-03-10  Guido van RossumUnicode implementation by Marc-Andre Lemburg based...
2000-03-10  Guido van RossumUnicode character type helpers, written by Marc-Andre...
2000-03-10  Guido van RossumMarc-Andre Lemburg: added
2000-03-10  Guido van RossumMarc-Andre Lemburg: added declarations for PyObject_AsC...
2000-03-10  Guido van RossumMarc-Andre Lemburg: include unicodeobject.h and codecs.h
2000-03-10  Guido van RossumMarc-Andre Lemburg: add PyExc_UnicodeError
2000-03-10  Guido van RossumUnicode implementation by Marc-Andre Lemburg based...
2000-03-10  Guido van RossumPython Codec Registry and support functions, by Marc...
2000-03-10  Guido van RossumPart of the Unicode checkin for Marc-Andre Lemburg.
2000-03-10  Greg WardCatch up with change to CCompiler API: call 'create_sta...
2000-03-10  Greg Ward[from 2000-02-25] Second attempt at describing an insta...
2000-03-10  Greg Ward[from 2000-02-23] Description of the baroque and alread...
2000-03-10  Greg WardRenamed 'link_static_lib() to 'create_static_lib()...
2000-03-10  Greg WardRenamed 'link_static_lib() to 'create_static_lib()'.
2000-03-09  Jeremy Hyltona simple client-server framework for executing code...
2000-03-09  Fred DrakeThere are a few places which can raise DistutilsPlatfor...
2000-03-09  Greg WardAdded Joe Van Andel's 'get_python_inc()', adapted by...
2000-03-08  Jack JansenHandles were never disposed. Added an AutoDispose(onoff...
2000-03-08  Barry WarsawA bunch of changes, primarily to command line argument...
2000-03-07  Jack JansenFixed multi-arg appends.
2000-03-07  Guido van RossumOverride the Undo delegator to forbid any changes befor...
2000-03-07  Jeremy Hyltonreplace : with =
2000-03-07  Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07  Jeremy Hyltonrename the global IdleConfParser object from IdleConf...
2000-03-07  Guido van RossumTweak the goto file/line command (in the right button...
2000-03-07  Guido van RossumPatch by Moshe Zadka: remove the string special case in
2000-03-07  Guido van RossumPatch by Moshe Zadka: move the string special case...
2000-03-07  Guido van RossumAdd tests for char in string -- including required...
2000-03-07  Guido van RossumSjoerd Mullender:
2000-03-07  Guido van RossumAdded a bunch of TODO items that recently came up in...
2000-03-07  Guido van RossumIf we're in the current input and there's only whitespa...
2000-03-07  Fred DrakeFixed inet_ntoa() docstring.
2000-03-07  Greg WardPatch from Corran Webster <cwebster@nevada.edu> (tweake...
2000-03-07  Greg WardPatch from Corran Webster <cwebster@nevada.edu>: add...
2000-03-07  Greg WardAdded 'native_path()' for use on pathnames from the...
2000-03-07  Greg WardAdded '_nt_quote_args()' to deal with whitespace in...
2000-03-06  Guido van Rossumtest_contains output
2000-03-06  Guido van RossumTest cases for __contains__ code, by Moshe Zadka.
2000-03-06  Guido van RossumSjoerd Mullender:
2000-03-06  Jeremy Hyltoncompiler command-line interface moved here from compile...
2000-03-06  Jeremy Hyltonimport compile function form pycodegen
2000-03-06  Jeremy Hyltonrename compile.py to pycodegen.py
2000-03-06  Jeremy Hyltonadd a doc string
2000-03-06  Jeremy Hyltonfix import to refer to compiler package
2000-03-06  Jeremy Hyltonrevise arguments for addCode method on lnotab. take...
2000-03-06  Jeremy Hyltonchange node Classdef to Class
2000-03-06  Jeremy Hyltonfactor out the tree walking/visitor code that was in...
2000-03-06  Guido van RossumDefer all the work to idle.py, which has recently becom...
2000-03-06  Jack JansenAllow None as TimeBase value in TimeValue records ...
2000-03-06  Barry Warsawstring_join(): Fix memory leaks discovered by Charles...
2000-03-06  Guido van RossumIn getdef(), don't die when the section doesn't exist.
2000-03-06  Guido van RossumDon't use 1.6-isms (s.startswith()) -- we want to distr...
2000-03-06  Greg WardRewrote 'newer_pairwise(): more natural (and incompatib...
2000-03-06  Greg WardSerious overhaul of the C compiler interface and the...
2000-03-06  Greg WardDon't pass 'keep_dir' to 'compile()' method of CCompile...
2000-03-06  Greg WardDon't pass 'keep_dir' to 'compile()' method of CCompile...
2000-03-03  Jeremy Hyltonsuperceded by IdleConf/config.txt
2000-03-03  Jeremy Hyltonmigrate to use of IdleConf and config files to set...
2000-03-03  Jeremy Hyltondefault to cwd if os.environ['HOME'] does not exist
2000-03-03  Jeremy Hyltona ConfigParser for idle and three configuration files
2000-03-03  Jeremy Hyltonallow comments beginning with ; in key: value as well...
2000-03-03  Jack JansenFixed parameters to a few time and timebase calls:...
2000-03-03  Jack JansenAdded PutPixMapBytes() and GetPixMapBytes() functions...
2000-03-03  Jack JansenAdded methods getdata() and putdata() to obtain the...
2000-03-03  Guido van RossumPatch by Tim Peters:
2000-03-03  Greg WardTypo fix.
2000-03-03  Greg WardFixed 'mkpath()' to accept empty string silently (it...
2000-03-02  Jeremy Hyltonparen matching extension. warning: in current version...
2000-03-02  Jack JansenA module to parse/generate MediaDescription handles...
2000-03-02  Guido van RossumMark discovered a bug in his patch: he didn't *use...
2000-03-02  Greg WardRenamed 'build_lib' command to 'build_clib':
2000-03-02  Greg WardChanged '__rcsid__' to '__revision__'.
2000-03-02  Greg WardIf the "build_lib" command built any C libraries, link...
2000-03-02  Greg WardAdded command description.
2000-03-02  Greg WardIn the 'compile()' method: preserve the directory porti...
2000-03-01  Greg WardSecond attempt to fix the ctermid_r/tmpnam_r warnings...
2000-03-01  Greg WardFix compiler warning: only use "_r" form of 'ctermid...
2000-03-01  Guido van RossumGot rid of silly "123456789-..." lines in comments.
2000-03-01  Greg WardIn compile/link methods: ensure that the directory...
2000-03-01  Greg WardAdded 'mkpath()' method: convenience wrapper around...
2000-03-01  Greg WardAdded call to 'ensure_ready()' on the command object in
2000-03-01  Greg WardAdded 'get_platform()' to construct a string that ident...
2000-03-01  Greg WardBuild reorg:
2000-03-01  Greg WardBuild reorg:
2000-03-01  Greg WardBuild reorg: change 'build_dir' option to 'build_lib'.
2000-02-29  Guido van RossumPatch by Fred Gansevles (the module's original author).
2000-02-29  Guido van RossumMassive patch by Skip Montanaro to add ":name" to as...
next