]> granicus.if.org Git - python/shortlog
python
2002-08-02 Guido van RossumAdding the heap queue algorithm, per discussion in...
2002-08-02 Skip MontanarotestGetServByName shouldn't check for getservbyname...
2002-08-02 Jack JansenAlso create BuildApplet. It's useful enough as a standa...
2002-08-02 Jack JansenHmm, in some cases we don't seem to get our scriptname...
2002-08-02 Jack JansenFinal step in making applets first-class citizens:...
2002-08-02 Jack JansenOops, the -psn stuff is in argv[1], of course.
2002-08-02 Jack JansenAdded one call to Py_Main(), for OSX framework builds...
2002-08-02 Jack JansenGot rid of a couple of OS9-isms.
2002-08-02 Jack Jansen- Slightly better error message in case of syntax error...
2002-08-02 Michael W.... Fix for
2002-08-02 Jack Jansen- Remove -psn-xxxx argument added by the Finder.
2002-08-02 Jack JansenReplaced python.app target with osxapps (it builds...
2002-08-02 Jack JansenConstruct a sys.argv from the initial AppleEvent sent...
2002-08-02 Jack JansenSlightly better error message in case of missing resources.
2002-08-02 Tim PetersNew test %sort. This takes a sorted list, picks 1...
2002-08-02 Mark HammondExcise DL_EXPORT/DL_IMPORT from Modules/*. Required...
2002-08-02 Skip Montanaromodify testGetServByName so it tries a few different...
2002-08-01 Jack Jansen- Get _environ through the NSEnviron call in a MacOSX...
2002-08-01 Jack JansenPython.app is now a hidden application, deep in the...
2002-08-01 Jack JansenPython.app no longer advertises that it can handle...
2002-08-01 Guido van RossumFix for SF bug 570678 (can't flush read-only file on...
2002-08-01 Guido van RossumTim found that once test_longexp has run, test_sort...
2002-08-01 Jack JansenOnly show the UI for selecting options if the ALT key...
2002-08-01 Guido van RossumSF patch 588728 (Nathan Srebro).
2002-08-01 Tim PetersAdded new footnote about list.sort() stability. Repair...
2002-08-01 Tim PetersA blurb about the sort implementation.
2002-08-01 Tim PetersNew test for sorting sanity. Note that this will fail...
2002-08-01 Tim PetersReplaced samplesort with a stable, adaptive mergesort.
2002-08-01 Tim PetersChecking in the doc file for "timsort". There's way...
2002-07-31 Tim PetersRestore a full arglist to the socket wrapper, so it...
2002-07-31 Tim PetersFor platforms (like Windows) that wrap _socket.socket:
2002-07-31 Tim PetersReverting this to rev 1.3. It's apparently broken...
2002-07-31 Guido van RossumEnable test_socket again, if only to prevent mistakes...
2002-07-31 Jeremy HyltonRepair testNtoH for large long arguments.
2002-07-31 Jack Jansen- Install into /Applications/Python in stead of into...
2002-07-31 Jack JansenInstall into /Applications/Python in stead of into...
2002-07-31 Jack JansenImplemented starting Python in a terminal window. The...
2002-07-31 Michael W.... Patch:
2002-07-31 Michael W.... Cray fixup as seen in bug #558153.
2002-07-31 Mark HammondReplace DL_EXPORT with PyMODINIT_FUNC
2002-07-30 Barry WarsawComplete the absolute import patch for the test suite...
2002-07-30 Martin v. LöwisShared libraries also work on GNU/Hurd. Suggested by...
2002-07-30 Guido van RossumGet rid of the DEFS variable. The only thing this...
2002-07-30 Fred DrakeSF patch #581414: info reader bug
2002-07-30 Michael W.... Repair fill-paragraph damage.
2002-07-30 Neal NorwitzRevert changes to use PyArg_Parse(), so any sequence...
2002-07-30 Thomas HellerWhitespace normalization.
2002-07-30 Thomas HellerFix SF 588452: debug build crashes on marshal.dumps...
2002-07-30 Michael W.... add description of LLTRACE.
2002-07-30 Neal NorwitzUse PyArg_ParseTuple() instead of PyArg_Parse() which...
2002-07-30 Neal NorwitzFix docstring to be consistent with parameter name...
2002-07-30 Neal NorwitzSF patch #584245, get python to link on OSF1 (Dec Unix)
2002-07-30 Neal NorwitzSF patch #587889, fix memory leak of tp_doc
2002-07-29 Jack JansenFirst stab at the launcher application. This will be...
2002-07-29 Jason TishlerPatch #553702: Cygwin make install patch
2002-07-29 Michael W.... Fix for
2002-07-29 Thomas HellerNew functions for extension writers on Windows:
2002-07-29 Martin v. LöwisRevert #571603 since it is ok to import codecs that...
2002-07-29 Mark HammondExcise DL_IMPORT/EXPORT from object.h, and related...
2002-07-29 Thomas HellerRecompiled the exe and updated bdist_wininst.py.
2002-07-28 Andrew M. KuchlingAdd posix.lchown()
2002-07-28 Guido van RossumAdd 'engine' back. IDLE used this, others might have...
2002-07-28 Martin v. LöwisPatch #586999: Fix multiline string in sendmail example.
2002-07-28 Neal NorwitzFix the problem of not raising a TypeError exception...
2002-07-28 Martin v. LöwisPatch #574867: Correct list.extend docstring.
2002-07-28 Martin v. LöwisPatch #573770: Implement lchown.
2002-07-28 Martin v. LöwisPass length of result structure into setipaddr. Fixes...
2002-07-28 Neal NorwitzSF patch #577031, remove PyArg_NoArgs() since it's...
2002-07-28 Neal NorwitzSF patch #577031, remove PyArg_Parse() since it's depre...
2002-07-28 Neal NorwitzSF patch #577031, remove PyArg_Parse() since it's depre...
2002-07-28 Neal NorwitzFix SF bug 587012, doc mentions inexistent builtin...
2002-07-28 Neal NorwitzFix last checkin, can't use " inside a string
2002-07-28 Martin v. LöwisPatch #571603: Refer to encodings package explicitly.
2002-07-28 Martin v. LöwisPatch #543498: Use License: field instead of Copyright:.
2002-07-28 Martin v. LöwisPatch #552812: Better description in "python -h" for -u.
2002-07-28 Martin v. LöwisPatch #554716: Use __va_copy where available.
2002-07-28 Martin v. LöwisPatch #575827: allow threads inside SSL creation.
2002-07-28 Martin v. LöwisPatch #581705: Catch OSError, termios.error in spawn...
2002-07-28 Kurt B. KaiserReset the Python execution server environment to its...
2002-07-27 Piers Lauderremove redundant import
2002-07-27 Piers Lauderremove redundant code
2002-07-27 Piers Lauderremove o/s dependancy from test
2002-07-26 Skip Montanarotighten up the unicode object's docstring a tad
2002-07-26 Jack JansenUse os.environ.get() in stead of os.getenv() (which...
2002-07-26 Jack JansenReorganized so the test is skipped if os.popen() doesn...
2002-07-26 Jack JansenAdded a __contains__ method.
2002-07-26 Kurt B. KaiserReverse the RPC socket connection: Python execution...
2002-07-25 Fred DrakeSmall clarifications when referring to the sys.exc_...
2002-07-25 Fred DrakeRemove duplicate checks of the Node.allnodes variable.
2002-07-25 Fred DrakeAdd an XXX comment and a pointer to a full bug report.
2002-07-25 Jeremy HyltonDon't be so hasty. If PyInt_AsLong() raises an error...
2002-07-25 Jeremy HyltonPut checks for error returns in the right place.
2002-07-25 Fred Drake- Make number in comment match the targets in that...
2002-07-25 Skip Montanarotypo
2002-07-25 Skip Montanaro* runctx - fix a couple typos
2002-07-25 Jeremy HyltonComplain if __len__() returns < 0, just like classic...
2002-07-25 Jeremy HyltonExtended socket.htonl and ntohl to accept longs.
2002-07-25 Jeremy HyltonRemove test that was none too picky about whether attri...
2002-07-25 Skip Montanaroremove spurious SET_LINENO from com_list_for and com_li...
2002-07-24 Guido van RossumGet rid of _expand() altogether - the match object...
next