]> granicus.if.org Git - python/shortlog
python
2002-03-22 Andrew M. KuchlingRevert part of previous patch: several install_* subcom...
2002-03-22 Neil SchemenauerEnable pymalloc by default.
2002-03-22 Neil SchemenauerUse pymalloc if it's enabled.
2002-03-22 Neil SchemenauerAdd pymalloc object memory management functions. These...
2002-03-22 Neil SchemenauerMake PyObject_{NEW,New,Del,DEL} always use the standard...
2002-03-22 Jack JansenGenerate with weaklink stubs, so missing routines ...
2002-03-22 Jack Jansen- Weaklink InterfaceLib in _Res module
2002-03-22 Tim PetersEnable pymalloc by default in the Windows build.
2002-03-22 Andrew M. KuchlingAdd a simple test suite for netrc.py, and remove it...
2002-03-22 Tim PetersSF bug 533198: Complex power underflow raises exception.
2002-03-22 Andrew M. Kuchling[Bug #532115] netrc module was broken
2002-03-21 Andrew M. Kuchling[Bug #532136] Change path in README, as suggested by...
2002-03-21 Andrew M. KuchlingAdd missing Boolean options
2002-03-21 Andrew M. KuchlingAdd unlisted Boolean options. Thomas H., can you pleas...
2002-03-21 Andrew M. Kuchling[Bug #517451] bdist_rpm didn't list all of its Boolean...
2002-03-21 Jack JansenAdded an open_pathname() method which opens a resource...
2002-03-21 Jack JansenFor reasons I don't fully understand we sometimes get...
2002-03-21 Jack JansenSolve sync() signature conflict differently: manually...
2002-03-21 Jack JansenNew checkin to convert from BinHex to AppleSingle encoding.
2002-03-21 Martin v. LöwisPatch #532729: check for sem_init in -lrt.
2002-03-21 Neal NorwitzFix grammar
2002-03-21 Walter Dörwald[Apply SF patch #504943]
2002-03-21 Martin v. LöwisDo not insert characters for unicode-escape decoders...
2002-03-20 Andrew M. Kuchling[Apply patch #500457 from the PyXML tracker]
2002-03-20 Neal NorwitzRemove compiler warnings on Solaris 8.
2002-03-20 Tim PetersChange raw "except:" constructs to pass on KeyboardInte...
2002-03-20 Neal NorwitzSF# 522426, add doc for common parameter for filecmp...
2002-03-20 Neil SchemenauerMake GzipFile an iterator. Closes bug #532621.
2002-03-20 Tim PetersArrange to export the _PyMalloc_{Malloc, Realloc, Free...
2002-03-20 Andrew M. KuchlingA faster version of the find_prefix_at_end() function...
2002-03-19 Andrew M. Kuchling[Bug #528914] PyTraceBack_Store/Fetch were deleted...
2002-03-19 Martin v. LöwisExpand LINKCC in configure.in. Suggested in bug report...
2002-03-19 Fred DrakeAdjust some poor wording in the text that explains...
2002-03-19 Fred DrakeClarify that copy_reg.pickle() is not intended for...
2002-03-19 Tim PetersRecord 2.2.1c1 release date.
2002-03-18 Andrew M. Kuchling[Bug #531616] Make HTTPS work again by adding a sendall...
2002-03-18 Andrew M. KuchlingTo make 'urllib.py -t' run again, change FTP URL to...
2002-03-18 Fredrik Lundhuse -kb on idle/Icons/minusnode.gif ("cvs up" kept...
2002-03-18 Neil SchemenauerDrop the PyCore_* memory API.
2002-03-18 Neil SchemenauerRe-enable GC of generator objects.
2002-03-18 Neil SchemenauerRe-enable GC of method objects.
2002-03-18 Neil SchemenauerRe-enable GC of iter objects.
2002-03-18 Barry Warsaw(py-temp-directory): Add /var/tmp to the list of direct...
2002-03-18 Neal NorwitzRemove extraneous #define as per effbot's instructions in:
2002-03-18 Neil SchemenauerSimpilify PyCore_* macros by assuming the function...
2002-03-18 Fred DrakeFix up unescaped tilde; reported by several people.
2002-03-18 Fred DrakeRemove extra verb; reported by Detlef Lannert.
2002-03-18 Jack JansenLurking bug found by patch for 531291: FSSpecs should...
2002-03-18 Jack JansenSome of the newer routines return an OSErr, like most...
2002-03-18 Jack JansenSome structures should be passed to Py_BuildValue by...
2002-03-18 Michael W.... amk's fix attached to
2002-03-18 Martin v. LöwisPatch #495598: add an -q (quiet) option to pycompile.
2002-03-18 Martin v. LöwisCorrectly set default entry in all cases.
2002-03-18 Martin v. LöwisPatch #499513: use readline() instead of readlines...
2002-03-18 Martin v. LöwisPatch #512466: Script to move faqwiz entries.
2002-03-18 Martin v. LöwisPatch #525870: Avoid duplicate stat calls, use st_...
2002-03-18 Guido van RossumFix for SF bug 528132 (Armin Rigo): classmethod().__get...
2002-03-18 Skip Montanarodump the string exception fallback for anydbm.error.
2002-03-18 Skip Montanaroinitial test_anydbm module - based on test_dumbdbm.py
2002-03-18 Steven M. Gavafurther work on dynamic reconfiguration;
2002-03-18 Paul Prescodnetrc will now raise a more predictable exception when...
2002-03-17 Skip Montanaroadded note that xmlrpclib won't marshal instances of...
2002-03-17 Skip Montanarorestructure a bit to not rely on test case execution...
2002-03-17 Jack JansenRegenerated for Irix 6.5.
2002-03-17 Jack JansenPatch by Michael Pruett: make regen work on Irix 6...
2002-03-17 Tim PetersSF patch 530070: pydoc regression, from Martin and...
2002-03-17 Martin v. LöwisPatch #430706: Persistent connections in BaseHTTPServer.
2002-03-17 Martin v. LöwisPatch #485959: Various changes to Tix demos.
2002-03-17 Martin v. LöwisDocument that _POSIX_SEMAPHORES is predefined.
2002-03-17 Martin v. LöwisPatch #525532: Add support for POSIX semaphores.
2002-03-16 Fred DrakeFix stupid typo in example.
2002-03-16 Fred DrakeMarkup error: braces not properly marked in dictionary...
2002-03-16 Fred DrakeClarify the descriptions of the positive and negative...
2002-03-16 Fred DrakepdfTeX 0.13 and 0.14 do not agree on the name of the...
2002-03-16 Jack JansenApplet icon.
2002-03-15 Fred DrakeRevise the markup related to the grammar productions...
2002-03-15 Fred DrakeMake the release status obvious in the title area.
2002-03-15 Martin v. LöwisPatch #530105: Allow file object may to be subtyped
2002-03-15 Barry Warsaw(py-honor-comment-indentation, py-compute-indentation...
2002-03-15 Fred DrakeWrap a couple of long lines.
2002-03-15 Skip MontanaroCorrected _localized_name.__getitem__ based on code...
2002-03-15 Martin v. LöwisPatch #527427: minidom fails to use NodeList sometimes.
2002-03-15 Jack JansenSkip test_longexp for MacPython on Mac OS X. It trigger...
2002-03-15 Martin v. LöwisPatch 527434: Avoid double inclusion of thread.o on...
2002-03-15 Jack JansenIf no webbrowsers were found _tryorder would be empty...
2002-03-15 Martin v. LöwisPatch #517521: Consider byte strings before Unicode...
2002-03-15 Michael W.... ....
2002-03-15 Michael W.... Fix
2002-03-15 Martin v. LöwisInclude Python.h first. Fixes #530159.
2002-03-15 Skip Montanaromake _localized_name instances work more like the tuple...
2002-03-15 Skip Montanaroadded test case to catch index errors with _localized_n...
2002-03-15 Skip Montanarofirst cut at skip-list for hp-ux 11 based upon input...
2002-03-14 Neal NorwitzRemove duplicate "import os"
2002-03-14 Jack JansenModifed for new included expat.
2002-03-14 Jack JansenUpdated for new included expat and new waste.
2002-03-14 Guido van Rossum"Fix" for SF bug #520644: __slots__ are not pickled.
2002-03-14 Guido van Rossum"Fix" for SF bug #520644: __slots__ are not pickled.
2002-03-14 Tim PetersUpdate master Windows buildno list to reflect impending...
2002-03-14 Tim PetersNews about zlib-1.1.4.
2002-03-14 Skip Montanaroupdate text to refer to ServerProxy class in preference...
next