]> granicus.if.org Git - python/shortlog
python
2002-08-04 Andrew MacIntyreOS/2 EMX now supported
2002-08-04 Tim PetersI don't know what's going on with this test, but the...
2002-08-04 Andrew MacIntyreSF patch #578297:
2002-08-04 Andrew MacIntyre- comment improvement
2002-08-04 Andrew MacIntyreadd parameter missing following Jeremy's compiler class...
2002-08-04 Andrew M. KuchlingAdd two reminders
2002-08-03 Martin v. LöwisDocument that --enable-shared puts PIC objects into...
2002-08-03 Jack JansenMkdirs() failed when provided with unix pathnames....
2002-08-03 Tim Peters_siftup(): __le__ is now the only comparison operator...
2002-08-03 Tim PetersDocument new heapreplace() function.
2002-08-03 Tim PetersDocument new heapify() function.
2002-08-03 Michael W.... Revert last checkin. Man, that was stupid.
2002-08-03 Michael W.... Another fix for:
2002-08-03 Piers Lauderrevert to version 1.2
2002-08-03 Tim PetersAdded new heapreplace(heap, item) function, to pop...
2002-08-03 Tim PetersLarge code rearrangement to use better algorithms,...
2002-08-03 Tim PetersSF bug 590366: Small typo in listsort:ParseTuple
2002-08-03 Tim PetersRemove cut 'n paste silliness.
2002-08-03 Tim PetersMinor fiddling, including a simple class to implement...
2002-08-02 Jack JansenAdded an icon for .pyw files.
2002-08-02 Jack JansenAn icon for .pyw files. Yes, it's lousy, I know....
2002-08-02 Guido van RossumAugment credits.
2002-08-02 Tim PetersHmm! I thought I checked this in before! Oh well.
2002-08-02 Jack JansenBuild the IDE last, as it may fail because of waste...
2002-08-02 Jack JansenAdded a lot more information on framework builds, the...
2002-08-02 Jack JansenUpdated for the new path to Python.app.
2002-08-02 Jack JansenWhen building the IDE check that waste is available...
2002-08-02 Guido van RossumAdd a PEP-263-style encoding turd^H^H^H^Hdeclaration...
2002-08-02 Fred DrakeFix ref(), proxy() docstrings, based on comments from...
2002-08-02 Tim Petersheappop(): Added comments; simplified and sped the...
2002-08-02 Fred DrakeMinor markup changes.
2002-08-02 Tim Petersheappop(): Use "while True" instead of "while 1".
2002-08-02 Tim Peterscheck_invariant(): Use the same child->parent "formula...
2002-08-02 Tim PetersDon't use true division where int division was intended...
2002-08-02 Fred DrakeAdd a comment showing how one of the macros should...
2002-08-02 Guido van RossumAdding the heap queue algorithm, per discussion in...
2002-08-02 Fred DrakeAdd heapq module docs to the dependency information.
2002-08-02 Guido van RossumAdding the heap queue algorithm, per discussion in...
2002-08-02 Guido van RossumAdd docs for heapq.py.
2002-08-02 Skip Montanaroindicate that 'b' is added to the mode flag if not...
2002-08-02 Skip Montanaroadd #include branch for compilation with Berkeley DB
2002-08-02 Skip Montanarocatch the situation where Berkeley DB is used to emulat...
2002-08-02 Skip Montanaroregression test for the whichdb module
2002-08-02 Guido van RossumAdd Kevin O'Connor, author of the heapq code.
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
next