]> granicus.if.org Git - python/shortlog
python
2002-12-12 Thomas HellerDescription of description was really confusing, and...
2002-12-12 Kurt B. KaiserM CallTipWindow.py
2002-12-12 Walter DörwaldChange issubclass() so that recursive tuples (directly...
2002-12-12 Thomas HellerMention the bdist_wininst postinstall script.
2002-12-12 Martin v. LöwisAlways initialize objc.
2002-12-12 Thomas HellerRaw documentation for the bdist_wininst postinstallatio...
2002-12-12 Jason TishlerPatch #551960: Add check for setrlimit() support
2002-12-12 Marc-André... News item for the change to turn _codecs into a builtin...
2002-12-12 Marc-André... Patch to make _codecs a builtin module. This is necessa...
2002-12-12 Greg WardTypo fix.
2002-12-12 Greg WardHardcode the recognized whitespace characters to the...
2002-12-12 Martin v. LöwisSupport threads-enabled Tcl installations.
2002-12-12 Walter DörwaldEnhance issubclass() and PyObject_IsSubclass() so that...
2002-12-12 Just van RossumPatch #651621, approved by MvL.
2002-12-12 Jack JansenGetting rid of pre-Carbon (MacOS8) support. All code...
2002-12-11 Jeremy HyltonCorrect buggy module docstring.
2002-12-11 Jeremy HyltonFix one bug and reformat lots of code.
2002-12-11 Martin v. LöwisThis is not used anymore.
2002-12-11 Tim PetersMade the _ssl subproject depend on the w9xpopen subproj...
2002-12-11 Greg WardAdd OSS mixer interface (from Nicholas FitzRoy-Dale...
2002-12-11 Andrew M. KuchlingVarious additions and changes suggested by Raymond...
2002-12-11 Greg WardPrepare for the coming mixer support patch: change...
2002-12-11 Greg WardFinish expunging the 'linuxaudiodev' name:
2002-12-11 Martin v. LöwisConstify filenames and scripts. Fixes #651362.
2002-12-11 Greg WardTweak generation of unicode_whitespace_trans -- clearer...
2002-12-11 Martin v. LöwisConstify char* API. Fixes #651363. 2.2 candidate.
2002-12-11 Martin v. LöwisPatch #650415: Avoid redefinition of macros.
2002-12-11 Martin v. LöwisPatch #650422: Use Posix AF_ constants instead of PF_...
2002-12-11 Martin v. LöwisPatch #650834: Document 'U' in file mode, remove stale...
2002-12-11 Martin v. LöwisPatch #651006: Better explain what component might...
2002-12-11 Martin v. LöwisPatch #651289: Fix quoting errors.
2002-12-11 Raymond HettingerClean-up test class for DictMixin.
2002-12-11 Raymond HettingerUpdate comments about the performance of xrange().
2002-12-11 Kurt B. KaiserUpdate to reflect current implementation.
2002-12-11 Kurt B. KaiserRework the command line interface, incorporating the...
2002-12-10 Tim PetersAdded a word to the heapq description in response to...
2002-12-10 Tim PetersInstall the tools/i18n directory on Windows. A user...
2002-12-10 Tim PetersAdded test_ossaudiodev to expected skips on Windows.
2002-12-10 Greg WardAesthetic tweakery: factor read_sound_file() out of...
2002-12-10 Greg WardInitial revision is rev 1.8 of test_linuxaudiodev.py...
2002-12-10 Neal NorwitzUpgrade to Tix-8.1.4 from Mike Clarkson (the maintainer)
2002-12-09 Tim PetersSF 548651: Fix the METH_CLASS implementation.
2002-12-09 Greg WardAdd test_unicode() to ensure that 1) textwrap doesn...
2002-12-09 Greg WardAdded test_initial_whitespace() to ensure that SF bug...
2002-12-09 Greg WardFix SF bug #622849: in _wrap_chunks(), ensure that...
2002-12-09 Greg WardFix SF bug #622831 (I think): add unicode_whitespace_tr...
2002-12-09 Raymond HettingerDocs were added about a month ago
2002-12-08 Skip Montanaroself.binary -> self._binary to remove it from the publi...
2002-12-08 Skip MontanaroAdd support for binary pickles to the shelve module...
2002-12-07 Tim Petersslot_nb_nonzero(): Another leak uncovered by the sandb...
2002-12-07 Fred DrakeRevise the __all__ index entry a touch.
2002-12-07 Martin v. LöwisRemove C++ comment. Silence unsigned char* cast warning.
2002-12-07 Martin v. LöwisRemove C++ comment.
2002-12-07 Martin v. LöwisCorrect db3 /opt/sfw library path. Link ndbm with libc...
2002-12-07 Raymond HettingerAdd another test which exercises the whole suite with a
2002-12-07 Raymond HettingerFix typo in abstract.c which caused __rpow__ to not...
2002-12-07 Raymond HettingerAdd __all__ to Reference Manual index.
2002-12-07 Raymond HettingerClarify and speedup test.
2002-12-07 Raymond HettingerCleaned up test (removing bogus argument list).
2002-12-07 Raymond HettingerRemove assumption that cls is a subclass of dict.
2002-12-07 Tim PetersA patch from Kevin Jacobs, plugging several leaks disco...
2002-12-06 Tim Petersslot_tp_hash(): In the normal path, this leaked a...
2002-12-06 Thomas HellerTypo: propogate -> propagate
2002-12-06 Kurt B. KaiserM PyShell.py
2002-12-06 Fred DrakeRemove extra ")" in example.
2002-12-06 Fred DrakeTypo: "dead lock" --> "deadlock"
2002-12-06 Martin v. LöwisDon't include <ioctl.h> unless on __VMS.
2002-12-06 Martin v. LöwisPatch #614055: Support OpenVMS.
2002-12-06 Martin v. LöwisPatch #649184: Update to tix-8.1.4 RC3.
2002-12-06 Martin v. LöwisSearch in standard library and include dirs for Sleepyc...
2002-12-06 Walter DörwaldDocument that the second argument to PyObject_IsInstance
2002-12-05 Jack JansenFixed so the Res.Resource() accepts either another...
2002-12-05 Jack JansenFixed typo.
2002-12-05 Michael W.... The final tweaks before closing
2002-12-05 Skip Montanaroadd logmerge.py (pydoc is already installed)
2002-12-05 Jason TishlerPatch #649060: Cygwin bz2module patch
2002-12-05 Jason TishlerPatch #648998: test_commands ACL patch
2002-12-05 Tim PetersAdd a Cygwin skip mentioned by Jason Tishler.
2002-12-05 Jason TishlerPatch #551977: Regression exceptions for cygwin
2002-12-05 Skip Montanarosimple setup.py to install some interesting scripts...
2002-12-05 Skip Montanaro* when given, port should be converted to int
2002-12-05 Skip Montanaroallow optional port specified as part of the hostname...
2002-12-04 Martin v. LöwisDecode untyped strings from UTF-8.
2002-12-04 Andrew MacIntyrehistory update
2002-12-04 Andrew MacIntyremake BSDDB 1.85 module buildable again after BSDDB3...
2002-12-04 Andrew MacIntyrereformat for PEP-7 style conformance
2002-12-04 Andrew MacIntyretypo fix: declaration required for VACPP not EMX+gcc
2002-12-04 Raymond HettingerReplace BadInternalCall with TypeError. Add a test...
2002-12-04 Tim PetersAdded _ssl.lib to the installer too. Restored alphabet...
2002-12-04 Tim PetersRearrange test_socket_ssl so that a skip is expected...
2002-12-04 Tim PetersExplain what's probably a problem unique to Win9x in...
2002-12-04 Tim PetersClarify _ssl instructions.
2002-12-03 Jack JansenAdded PEP253 support to most Carbon modules. This isn...
2002-12-03 Jack JansenAdded PEP253 support.
2002-12-03 Kurt B. KaiserEnable Check Module
2002-12-03 Fred DrakeFix problem in example code. It's minor in this partic...
2002-12-03 Mark HammondDon't make all the OpenSSL executables, just the librar...
2002-12-03 Mark HammondAdd the SSL libraries as dependencies.
2002-12-03 Kurt B. KaiserDon't use Alt-Fn or Ctrl-Fn keys, reserved for desktop...
2002-12-03 Fred DrakeFix example regular expressions that simulate scanf...
next