]> granicus.if.org Git - python/shortlog
python
2007-05-17 Fred Drakefix argument name in documentation; match the implement...
2007-05-17 Neal NorwitzLast try for tweaking the max stack depth. 5000 was...
2007-05-17 Neal NorwitzSet the depth to something very small to try to determi...
2007-05-17 Neal NorwitzReduce the max stack depth to see if this fixes the...
2007-05-17 Brett CannonComplete deprecation of BaseException.message. Some...
2007-05-17 Raymond Hettingercalendar.py gets no benefit from xrange() instead of...
2007-05-16 Brett CannonRemove the gopherlib module. It has been raising a...
2007-05-16 Neal NorwitzFix bug in marshal where bad data would cause a segfaul...
2007-05-16 Georg BrandlBug #1719995: don't use deprecated method in sets example.
2007-05-16 Brett CannonChange the maintainer of the BeOS port.
2007-05-16 Neal NorwitzMention removal of some directories for obsolete platforms
2007-05-16 Neal NorwitzPort rev 55353 from Guido:
2007-05-15 Georg BrandlHTML-escape the plain traceback in cgitb's HTML output...
2007-05-14 Raymond HettingerSmall speedup.
2007-05-13 Neal NorwitzRemove support for freebsd[23] which haven't been relea...
2007-05-13 Neal NorwitzRemove references to stdwin which was removed long...
2007-05-13 Neal NorwitzRemove Amoeba doc which was removed in version 1.0...
2007-05-13 Georg BrandlAdd bz2 to content encodings.
2007-05-12 Georg BrandlBug #1046945: document SWIG options of distutils.
2007-05-11 Raymond HettingerBetter tests for posixpath.commonprefix
2007-05-11 Georg BrandlUpdate DDJ link.
2007-05-11 Georg BrandlPatch #1714700: clarify os.linesep vs. tfiles opened...
2007-05-11 Georg BrandlRemove an XXX that is unnecessary.
2007-05-11 Neal NorwitzDeprecate os.popen* and popen2 module in favor of the...
2007-05-11 Neal NorwitzDeprecate os.popen* and popen2 module in favor of the...
2007-05-11 Neal NorwitzRemove trailing whitespace in docstring
2007-05-11 Neal NorwitzFix typo in docstring (the module is popen2, not 3).
2007-05-11 Neal NorwitzDon't ever report a failure when the sum of the referen...
2007-05-10 Guido van RossumFix a bug in test_c_api() that caused a negative refcount.
2007-05-09 Walter DörwaldBackport checkin:
2007-05-09 Neal NorwitzAdd markup for True/False. Will backport
2007-05-09 Collin WinterFix a bug in test.test_support.open_urlresource().
2007-05-07 Kristján Valur... As per Armin Rigo's suggestion, remove special handing...
2007-05-07 Neal NorwitzVerify changes to the trunk go to the normal checkins...
2007-05-06 Vinay SajipUpdates of recent changes to logging.
2007-05-05 Georg BrandlBug #1713535: typo in logging example.
2007-05-05 Brett CannonDeprecate BaseException.message as per PEP 352.
2007-05-04 Thomas HellerOops, these tests do not run on Windows CE.
2007-05-04 Thomas HellerDo not truncate 64-bit pointers to 32-bit integers.
2007-05-04 Kristján Valur... Minor fix of PCBuild8/_ctypes vcproj, moving include...
2007-05-04 Kristján Valur... Update the pcbuild8 solution. Straightened out the...
2007-05-04 Thomas HellerOn 64-bit Windows, ffi_arg must be 8 bytes long. This...
2007-05-04 Thomas HellerFix some ctypes test crashes, when running with a debug...
2007-05-04 Kristján Valur... Revert compiler comment to AMD64 for x64/AMD64 builds.
2007-05-03 Kristján Valur... Fix problems in x64 build that were discovered by the...
2007-05-03 Kristján Valur... Fix those parts in the testsuite that assumed that...
2007-05-03 Kristján Valur... Fix pcbuild8 after recent overhaul: Added the version...
2007-05-03 Walter DörwaldClarify the behaviour of PyUnicode_DecodeUTF16(): A...
2007-05-03 Thomas HellerDon't truncate pointers to integers (on win64 platform).
2007-05-03 Thomas HellerFix building _ctypes.pyd for x64 / Windows.
2007-05-03 Neal NorwitzRemove dead code. This code couldn't be reached becaus...
2007-05-03 Neal NorwitzHandle a couple of uncaught errors. This should be...
2007-05-02 Georg BrandlActually raise an exception before calling ast_error_fi...
2007-05-02 Armin RigoFix for #1303614 and #1174712:
2007-05-02 Neal NorwitzStop using PyMem_FREE while the GIL is not held. For...
2007-05-01 Vinay SajipAdded documentation for new optional credentials argume...
2007-05-01 Vinay SajipAdded new optional credentials argument to SMTPHandler...
2007-05-01 Georg BrandlPatch #1710352: add missing public functions to locale...
2007-05-01 Georg BrandlBug #1710295: exceptions are now new-style classes.
2007-04-30 Thomas HellerWhen accessing the .value attribute of a c_wchar_p...
2007-04-30 Thomas HellerMake sure to call PyErr_NoMemory() in several places...
2007-04-30 Kristján Valur... Complete revamp of PCBuild8 directory. Use subdirector...
2007-04-29 Neal NorwitzThere really are some tests that are problematic.
2007-04-27 Georg BrandlVersion fix (bug #1708710)
2007-04-27 Neal NorwitzThis gets the test working on Solaris. It seems a...
2007-04-26 Kristján Valur... Accomodate 64 bit time_t in the _bsddb module.
2007-04-26 Steve HoldenMinor wording change on slicing aide-memoire.
2007-04-26 Kristján Valur... The locale "En" appears not to be valid on windows...
2007-04-26 Kristján Valur... Export function sanitize_the_mode from fileobject.c...
2007-04-26 Fred Drakefix some markup errors
2007-04-25 Collin WinterFix an issue related to the unittest conversion.
2007-04-25 Collin WinterConvert test_ossaudiodev to use unittest.
2007-04-25 Collin WinterImport and raise statement cleanup.
2007-04-25 Tim PetersSet missing svn:eol-style property on text files.
2007-04-25 Tim PetersWhitespace normalization.
2007-04-25 Collin WinterChange test_support.have_unicode to use True/False...
2007-04-25 Collin WinterRemove functionality from test_datetime.test_main(...
2007-04-25 Collin WinterStandardize on test.test_support.run_unittest() (as...
2007-04-25 Neal NorwitzWhitespace normalization. Ugh, we really need to do...
2007-04-25 Georg BrandlMarkup fix.
2007-04-25 Georg BrandlPatch #1698768: updated the "using Python on the Mac...
2007-04-25 Kristján Valur... Remove obsolete comment. Importing of .dll files has...
2007-04-25 Kristján Valur... Make pythoncore compile cleanly with VisualStudio 2005...
2007-04-25 Kristján Valur... Merge change 54909 from release25-maint: Fix several...
2007-04-24 Raymond HettingerFix markup
2007-04-24 Georg BrandlBug #1706381: Specifying the SWIG option "-c++" in...
2007-04-24 Georg BrandlBug #1705717: error in sys.argv docs.
2007-04-24 Facundo BatistaAdded a comment about last change in urllib2.py (all...
2007-04-24 Georg BrandlSome new year updates.
2007-04-24 Neal NorwitzFix SF #1703110, Incorrect example for add_password...
2007-04-24 Collin WinterRemove code that hasn't been called in years.
2007-04-24 Collin WinterConvert PyUnit -> unittest.
2007-04-23 Facundo BatistaAs specified in RFC 2616, 2xx code indicates that the...
2007-04-22 Facundo BatistaAdded tests for other methods of SSL object. Now we...
2007-04-21 Georg BrandlBug #1704790: bind name "sys" locally in __del__ method...
2007-04-20 Neal NorwitzAdd an optional address to copy the failure mails to.
2007-04-19 Armin RigoFix a usage of the dangerous pattern decref - modify...
2007-04-19 Armin RigoRevert r53997 as per
2007-04-19 Neal NorwitzSF #1703270, add missing declaration in readline.c...
2007-04-19 Brett CannonSilence a compiler warning about incompatible pointer...
next