]> granicus.if.org Git - python/shortlog
python
2007-06-13 Martin v. LöwisProvide PY_LLONG_MAX on all systems having long long.
2007-06-11 Neal NorwitzBackport 55887:
2007-06-11 Neal NorwitzBackport 55882: SF #1734732, lower case the module...
2007-06-11 Neal NorwitzBackport 55874:
2007-06-11 Neal NorwitzBackport 55873:
2007-06-09 Martin v. LöwisBackport r55845: Provide LLONG_MAX for S390.
2007-06-09 Martin v. LöwisPatch #1733960: Allow T_LONGLONG to accept ints.
2007-06-09 Neal NorwitzPrevent expandtabs() on string and unicode objects...
2007-06-08 Thomas HellerMerged revisions 55129-55131 via svnmerge from
2007-06-08 Thomas HellerFix wrong documentation, and correct the punktuation.
2007-06-08 Martin v. LöwisBug #1733488: Fix compilation of bufferobject.c on...
2007-06-07 Kristján Valur... backport change 55821 to release25-maint
2007-06-07 Georg BrandlPatch #1667860: Fix UnboundLocalError in urllib2.
2007-06-07 Georg BrandlDisallow function calls like foo(None=1).
2007-06-05 Georg BrandlBackport rev. 55783:
2007-06-05 Hye-Shik ChangFix for Windows: close a temporary file before trying...
2007-06-05 Hye-Shik Chang(Backport from r55770)
2007-06-04 Brett CannonBackport of r55752: make time.strptime() behave better...
2007-06-02 Neal NorwitzBackport 55731:
2007-06-01 Georg BrandlFix wrong issue number.
2007-06-01 Georg BrandlBug #1722484: remove docstrings again when running...
2007-05-30 Thomas HellerMerged revisions 55677 via svnmerge from
2007-05-25 Vinay SajipUpdated docstring for SysLogHandler (#1720726).
2007-05-25 Vinay SajipUpdated documentation for SysLogHandler (#1720726).
2007-05-22 Neal NorwitzDocument "new" params to HTTPConnection/HTTPSConnection
2007-05-20 Georg BrandlBackport rev 55465 by Nick Coghlan.
2007-05-20 Neal NorwitzBackout the original 'fix' to 1721309 which had no...
2007-05-19 Neal NorwitzBackport rev 55452:
2007-05-19 Neal NorwitzBackport rev 55450:
2007-05-18 Neal NorwitzVerify neither dumps or loads overflow the stack and...
2007-05-18 Neal NorwitzDrop the max stack depth to something that works in 2.6
2007-05-17 Fred Drakefix argument name in documentation; match the implement...
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 Neal NorwitzAdd what looks like a necessary call to PyErr_NoMemory...
2007-05-15 Georg BrandlHTML-escape the plain traceback in cgitb's HTML output...
2007-05-12 Georg BrandlBug #1046945: document SWIG options of distutils.
2007-05-11 Georg BrandlUpdate DDJ link.
2007-05-11 Georg BrandlPatch #1714700: clarify os.linesep vs. tfiles opened...
2007-05-11 Neal NorwitzFix typo in docstring (the module is popen2, not 3).
2007-05-10 Thomas HellerMark blocked revisions.
2007-05-10 Thomas HellerMark already merged revisions.
2007-05-09 Walter DörwaldBackport checkin:
2007-05-09 Neal NorwitzBackport r55070: Stop using PyMem_FREE while the GIL...
2007-05-09 Neal NorwitzBackport: Add markup for True/False.
2007-05-07 Kristján Valur... Merge change 54983 from the trunk: Add the locale...
2007-05-07 Kristján Valur... Merge change 54982 from the trunk. This fixes the...
2007-05-07 Kristján Valur... the nb_long slot on classobject instances now defaults...
2007-05-07 Kristján Valur... Fix two problems that emerged when the testsuite was...
2007-05-07 Kristján Valur... Fix NonRecursiveMutex on x64. The signature of the...
2007-05-07 Kristján Valur... Merging change 55102 from the trunk:
2007-05-05 Georg BrandlBug #1713535 backport.
2007-05-05 Kristján Valur... Merging changes 55092, 55101,55120 from trunk, making...
2007-05-04 Thomas HellerBlocked revisions 54357 via svnmerge
2007-05-03 Walter DörwaldBackport checkin:
2007-05-02 Thomas HellerMerged revisions 55027 via svnmerge from
2007-05-02 Kristján Valur... Additional changes to the property sheets in PCBuild8...
2007-05-02 Kristján Valur... Undefine the Yield macro after including Python_ast...
2007-05-02 Kristján Valur... Merging of change 55024 from the truk to release25...
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 HellerMerged revisions 55025 via svnmerge from
2007-04-29 Neal NorwitzUpdate with the version that has been running for a...
2007-04-27 Brett CannonBackport fix for r54646-7: properly clear locale cache...
2007-04-27 Brett CannonBackport r54712: document that calling file.next()...
2007-04-27 Georg BrandlVersion fix (bug #1708710)
2007-04-26 Fred Drakefix some markup errors
2007-04-25 Barry Warsawbump email package version to 4.0.2
2007-04-25 Neal NorwitzWhitespace normalization
2007-04-25 Georg BrandlMarkup fix.
2007-04-25 Georg BrandlPatch #1698768: updated the "using Python on the Mac...
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 Georg BrandlSome new year updates.
2007-04-24 Neal NorwitzFix SF #1703110, Incorrect example for add_password...
2007-04-24 Collin WinterConvert PyUnit -> unittest. Backported from r54929.
2007-04-23 Barry WarsawRecommit r54805:
2007-04-22 Kristján Valur... Properly implement Georg Brandl's Patch #1185447 to...
2007-04-21 Georg BrandlBug #1704790: bind name "sys" locally in __del__ method...
2007-04-21 Kristján Valur... Fix various minor issues discovered with static analysi...
2007-04-21 Lars GustäbelBug #1704156: Support for unicode strings as input...
2007-04-21 Walter DörwaldBackport r54786:
2007-04-21 Georg BrandlBackport r54671 - fix in python.sty.
2007-04-21 Georg BrandlBackport r54762: exceptions are no longer old-style...
2007-04-21 Georg BrandlBackport r54763: repair missing spaces after \UNIX.
2007-04-21 Georg BrandlBackport r54787 - better error messages in rexec and...
2007-04-21 Georg BrandlBackport r54757 - missing NULL checks.
2007-04-20 Lars GustäbelPatch #1695229: Fix a regression with tarfile.open...
2007-04-20 Lars GustäbelFix directory names to have only one trailing slash.
2007-04-18 Anthony BaxterTagging for release of Python 2.5.1
2007-04-18 Anthony Baxter2.5.1 final v2.5.1
2007-04-18 Raymond HettingerRevert 53667
2007-04-16 Neal NorwitzRevert SF #1615701 (rev 53655): dict.update() does...
2007-04-16 Neal NorwitzRevert 54805 for 2.5.1 release. Can be applied after...
2007-04-16 Neal NorwitzRevert 54813 for 2.5.1 release. Can be applied after...
2007-04-16 Neal NorwitzRevert 54815 for 2.5.1 release. Can be applied after...
2007-04-16 Neal NorwitzSF #1701207: svnversion_init assertion failed
2007-04-13 Kristján Valur... Fix potential crash in path manipulation on windows
2007-04-13 Kristján Valur... Fix a bug when using the __lltrace__ opcode tracer...
next