]> granicus.if.org Git - python/shortlog
python
2002-08-05 Fred DrakeTypo: "now" --> "the new"
2002-08-05 Martin v. LöwisIDLE support for PEP 263.
2002-08-05 Jack JansenMoved bgenlocations to the Mac/Lib directory. Not perfe...
2002-08-05 Martin v. LöwisPatch #590913: PEP 263 support.
2002-08-05 Martin v. LöwisUse ascii_letters to avoid UnicodeErrors.
2002-08-05 Guido van RossumAdd a small description of PEP 263.
2002-08-05 Jack JansenAdded a cast to shut up a compiler warning.
2002-08-05 Jack JansenRenamed Py_Main to PyMac_Main as it has a different...
2002-08-05 Jack JansenAdded _IBCarbon module.
2002-08-05 Raymond HettingerSF 582071 clarified the .split() method's docstring...
2002-08-05 Raymond HettingerNote that True and False are pickable objects
2002-08-05 Kurt B. KaiserGvR provided solution to the socket rebinding timeout...
2002-08-05 Martin v. LöwisAdd 1 to lineno in deprecation warning. Fixes #590888.
2002-08-05 Martin v. LöwisTest whether a Cyrillic text correctly appears in a...
2002-08-04 Tim PetersWe don't really need the name of the test in the "test...
2002-08-04 Tim PetersOops! Forgot the closing paren.
2002-08-04 Tim PetersFinally got around to figuring out and documenting...
2002-08-04 Jack JansenBuild the _IBCarbon module.
2002-08-04 Jack JansenThe definitions for IBCarbonRuntime.h
2002-08-04 Jack JansenUpdated to something that works on my system, and regen...
2002-08-04 Jack JansenSpecify pathnames in a way that works on both OS9 and...
2002-08-04 Jack JansenUse universal newline input when scanning header files.
2002-08-04 Jack JansenDonovan Preston's interface to IBCarbon, allowing you...
2002-08-04 Jack JansenChanges to the OSX section:
2002-08-04 Jack JansenUse the -n option of ln in stead of -h, as it also...
2002-08-04 Skip Montanarosmall speedup for constant and name access
2002-08-04 Martin v. LöwisMake pgen compile with pydebug. Duplicate normalized...
2002-08-04 Martin v. LöwisGroup statements properly.
2002-08-04 Tim PetersRepaired a fatal compiler error in the debug build...
2002-08-04 Tim PetersSquash compiler wng about signed-vs-unsigned mismatch.
2002-08-04 Tim PetersSped the usual case for sorting by calling PyObject_Ric...
2002-08-04 Martin v. LöwisPatch #534304: Implement phase 1 of PEP 263.
2002-08-04 Martin v. LöwisAdd encoding declaration.
2002-08-04 Martin v. LöwisAdd encoding declaration.
2002-08-04 Steve HoldenRemove a syntax error in the example, spotted by Walter...
2002-08-04 Martin v. LöwisAlways link libpython.so with LIBS. Fixes #589422.
2002-08-04 Martin v. LöwisAdd trace_frame. Fixes #534864. Backported to 2.2.
2002-08-04 Martin v. LöwisAdd recursion counter for pickling. Fixes #576084.
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...
next