]> granicus.if.org Git - python/shortlog
python
2005-01-09 Johannes GijsbersBug #1098497: various small typo's, grammar and markup...
2005-01-08 Skip Montanarocomment tweak
2005-01-08 Skip MontanaroAdd definitions for "up" and "down" commands that print...
2005-01-08 Johannes GijsbersPatch #936774: unify the display of data descriptors...
2005-01-08 Johannes GijsbersReplace rfc822.parseaddr with email.Utils.parseaddr...
2005-01-08 Johannes GijsbersPatch #1079734: remove dependencies on (deprecated...
2005-01-08 Johannes GijsbersClean up tests by reusing functions from other modules:
2005-01-08 Johannes GijsbersPatch #943206:
2005-01-08 Johannes GijsbersPatch #1094015:
2005-01-08 Tim Petersthreading._DummyThread.__init__(): document obscure...
2005-01-08 Tim PetersConverted to a unittest. Added checks that the bounded...
2005-01-08 Brett CannonIn _DummyThread objects the lock stored in __block...
2005-01-07 Raymond HettingerRemove test for BINARY_DIVIDE.
2005-01-07 Armin RigoRe-running python with/without the -Qnew flag uses...
2005-01-07 Tim PetersWhitespace normalization.
2005-01-07 Andrew M. Kuchling[Bug 1083177] Describe signal() change; add a link
2005-01-07 Jack JansenAllow relative URLs for included databases and packages.
2005-01-07 Jack JansenPatch #1097739 by Bob Ippolito:
2005-01-07 Jack JansenOops, there was a tab in there.
2005-01-07 Jack JansenWorkaround for the fact that urllib2 doesn't default...
2005-01-07 Jack JansenAlways set CONFIGURE_MACOSX_DEPLOYMENT_TARGET otherwise...
2005-01-07 Raymond HettingerSF #75103: imghdr -- identify JPEGs in EXIF format
2005-01-07 Andrew McNamaraFix to use PEP7 brace style.
2005-01-07 Andrew McNamaraImproved the implementation of the internal "dialect...
2005-01-07 Raymond HettingerSF patch 1094011: Docs for file() vs open().
2005-01-07 Facundo BatistaAdded example to os.stat()
2005-01-07 Raymond HettingerSF bug #1091740: garbage collector still documented...
2005-01-06 Andrew McNamaraDelete Reader_getiter and replace with PyObject_SelfIter.
2005-01-05 Skip Montanaroadd two missing items
2005-01-05 Skip Montanaroadd descriptions of exported data attributes
2005-01-05 Skip Montanarodescribe reset()
2005-01-05 Skip Montanaroadd a couple missing items
2005-01-05 Skip Montanaroadd a couple missing docstrings
2005-01-04 Raymond HettingerClarify that DictMixin is still useful. Only the UserD...
2005-01-03 Martin v. LöwisFix typo.
2005-01-03 Jack Jansen- Added an "installer" flavor, which uses the "open...
2005-01-03 Raymond HettingerRemoved unused line.
2005-01-03 Raymond HettingerRemoved unused line.
2005-01-02 Brett CannonSince it is a possibility that LDFLAGS or CPPFLAGS...
2005-01-02 Raymond HettingerTeach the peephole optimizer to fold simple constant...
2005-01-01 Jack JansenCreate the wrapper scripts for gcc/g++ too.
2005-01-01 Peter AstrandOn UNIX, when the execution of the child fails, we...
2005-01-01 Peter AstrandNew subprocess utility function: check_call. Closes...
2005-01-01 Raymond HettingerSF patch #1094007: Remove witty comment in pydoc.py
2005-01-01 Raymond HettingerSF patch #1051395: locale.getdefaultlocale does not...
2005-01-01 Raymond HettingerSF Patch #1093896: miscellaneous doc typos
2004-12-31 Raymond HettingerRemove some lambdas.
2004-12-31 Raymond HettingerUse cStringIO where available.
2004-12-31 Thomas Hellercvsignore files generated by make_versioninfo.
2004-12-31 Brett CannonStrip out double dashes and dashes for options not...
2004-12-31 Raymond HettingerSF bug #1090139: presentation typo in lib: 6.21.4...
2004-12-30 Martin v. LöwisAdd more test directories to testsuite. Will backport...
2004-12-30 Martin v. LöwisUpdate to VC 7.1. Will backport to 2.4.
2004-12-29 Walter DörwaldAdd a test that checks the basic functionality of every...
2004-12-29 Walter DörwaldFix wrong variable name.
2004-12-29 Martin v. LöwisUpdate example to VC 7.1. Will backport to 2.4.
2004-12-29 Walter DörwaldFix wrong variable name.
2004-12-29 Andrew M. KuchlingTypo fix
2004-12-28 Jack Jansen- getDefaultDatabase wasn't listed in __all__.
2004-12-28 Jack JansenJust passing -undefined dynamic_lookup isn't enough...
2004-12-28 Andrew M. Kuchling[Bug #1083110] calling .flush() on decompress objects...
2004-12-27 Jack JansenAdded quotes around the destroot arguments, so empty...
2004-12-27 Jack JansenUpdated version numbers.
2004-12-27 Jack JansenFix for #1091468: DESTROOTed frameworkinstalls fail...
2004-12-26 Jack JansenAfter discussion on the PythonMac-SIG it was decided...
2004-12-26 Jack JansenA script to fix Apple-installed Python 2.3 (and a test...
2004-12-26 Skip Montanarocorrect decorator example, tweak description slightly
2004-12-24 Martin v. LöwisUpdate VC references. Backported to 2.4.
2004-12-24 Matthias KloseUse = instead of == as operator to test
2004-12-24 Brett CannonFix sentence stating TextEdit only saves in RTF; can...
2004-12-23 Armin RigoDima Dorfman's patch for coercion/comparison of C types...
2004-12-23 Fred Drakediscuss how the __builtin__ module is normally used...
2004-12-23 Fred Drakefix weird capitalization of "built-in"
2004-12-23 Kurt B. KaiserImprove error message if rpc'l localcall() fails with...
2004-12-23 Kurt B. KaiserThe GUI was hanging if the shell window was closed...
2004-12-22 Thomas HellerRecompiled after source changes.
2004-12-22 Thomas HellerClose stdout and stderr, which are redirected into...
2004-12-22 Jeremy HyltonTwo small changes, SF bug #974757 and SF patch #1037974.
2004-12-22 Jeremy HyltonSF patch #1055159 via Titus Brown: Document redirect...
2004-12-22 Martin v. LöwisPatch #1088716: build and incorporate libpython24.a...
2004-12-22 Martin v. LöwisProperly quote IDLE shortcut. Will backport to 2.4.
2004-12-22 Walter DörwaldAdd NEWS entry about bug #1076985.
2004-12-22 Brett CannonRemove outdated comments about expanduser and expandvar...
2004-12-21 Fred Drakeadd __file__ to the globals available for tests loaded...
2004-12-21 Walter DörwaldThe changes to the stateful codecs in 2.4 resulted...
2004-12-21 Kurt B. KaiserThe remote procedure call module rpc.py can now access...
2004-12-21 Johannes GijsbersAdd accidentally removed \end{description} back in.
2004-12-21 Sean ReifschneiderChanging the idle wrapper to use Python and execvp...
2004-12-20 Raymond HettingerSF bug #951915: fix bug in StringIO.truncate - length...
2004-12-20 Armin RigoAny call to marshal.dumps() with the new optional argum...
2004-12-20 Raymond HettingerBug #1088206: zlib decompressobj documentation typo
2004-12-20 Raymond HettingerBugs item #1069409 C:\Python24\Lib\compileall.py...
2004-12-19 Raymond HettingerBug #1079011: Incorrect error message (somewhat)
2004-12-19 Raymond HettingerBug #1066607: "Limitations" section of profiler docs...
2004-12-19 Raymond HettingerBug #1087216: datetime module documentation missing...
2004-12-18 Brett CannonSkip test_imp if threading is not available.
2004-12-18 Brett CannonSwitch from getting LDFLAGS and CPPFLAGS from the envir...
2004-12-18 Raymond HettingerBug #1083645
2004-12-18 Raymond HettingerSmall boost to PySequence_Fast(). Lists build faster...
2004-12-18 Andrew MacIntyrefix unterminated comment
next