]> granicus.if.org Git - python/shortlog
python
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...
2007-04-13 Barry WarsawAdd code to read from master_fd in the parent, breaking...
2007-04-11 Andrew M. KuchlingDescribe undocumented third argument to touchline()
2007-04-05 Anthony BaxterTagging for release of Python 2.5.1c1
2007-04-05 Neal NorwitzFix unpack so it works on 64-bit platforms. v2.5.1c1
2007-04-05 Anthony Baxterpreparing for 2.5.1c1
2007-04-04 Raymond HettingerFix-up error-exits on struct_unpack().
2007-04-04 Raymond HettingerBug #1563759: struct.unpack doens't support buffer...
2007-04-04 Martin v. LöwisBug #1686475: Support stat'ing open files on Windows...
2007-04-03 Matthias Klose- Fix an off-by-one bug in locale.strxfrm().
2007-04-03 Raymond HettingerSF #1382213: Tutorial section 9.5.1 ignores MRO for...
2007-04-03 Raymond HettingerSF 1602378 Clarify docstrings for bisect
2007-04-02 Raymond HettingerArray module's buffer interface can now handle empty...
2007-04-02 Raymond HettingerSF #1693079 Array module cannot pickle empty arrays
2007-04-01 Neal NorwitzBackport 54644:
2007-03-31 Marc-André... Bump the patch level version of distutils since there...
2007-03-31 Georg BrandlBug #1655392: don't add -L/usr/lib/pythonX.Y/config...
2007-03-31 Neal NorwitzBackport 54594:
2007-03-30 Andrew M. KuchlingAdd item
2007-03-29 Georg BrandlIn Windows' time.clock(), when QueryPerformanceFrequenc...
2007-03-24 Žiga SeilnachtPatch #1489771: update syntax rules in Python Reference...
2007-03-23 Thomas HellerPrevent creation (followed by a segfault) of array...
2007-03-23 Martin v. LöwisBug #978833: Revert r50844, as it broke _socketobject...
2007-03-23 Martin v. LöwisPatch #1686451: Fix return type for PySequence_{Count...
2007-03-22 Thomas HellerExplain the purpose of the b_needsfree flag. This...
2007-03-22 Thomas HellerBack out "Patch #1643874: memory leak in ctypes fixed."
2007-03-22 Georg BrandlBug #1685704: use -m switch in timeit docs.
2007-03-21 Žiga SeilnachtBug #1675967: re patterns pickled with older Python...
2007-03-21 Raymond HettingerTest and fix fromkeys optional argument.
2007-03-21 Andrew M. KuchlingAdd NEWS entry for old item
2007-03-21 Georg BrandlBug #1684254: webbrowser now uses shlex to split any...
2007-03-21 Georg BrandlPatch #1684834: document some utility C API functions.
2007-03-21 Georg BrandlPatch #1682205: a TypeError while unpacking an iterable...
2007-03-20 Raymond HettingerExtend work on rev 52962 and 53830 eliminating redundan...
2007-03-20 Raymond HettingerAdd new example
2007-03-18 Georg BrandlBackport docs for recv_into and recvfrom_into.
2007-03-17 Gregory P.... move note to the correct section
2007-03-16 Georg BrandlRFE #1670167: fix in isinstance() docs.
2007-03-16 Collin WinterPatch #1642547: Fix an error/crash when encountering...
2007-03-15 Žiga SeilnachtPatch #1462488: prevent a segfault in object_reduce_ex...
2007-03-15 Georg BrandlAlso commit the patch ;)
2007-03-15 Georg BrandlPatch #1681153: the wave module now closes a file objec...
2007-03-15 Georg BrandlPatch #1680978: consistently use "alive" instead of...
2007-03-14 Martin v. LöwisPatch #1559413: Fix test_cmd_line if sys.executable...
2007-03-14 Barry WarsawDocument fixed bugs
2007-03-14 Žiga SeilnachtPatch #1680015: Don't modify __slots__ tuple if it...
2007-03-14 Georg BrandlBug #767111: fix long-standing bug in urllib which...
2007-03-14 Gregory P.... doc update from HEAD. don't list "Unix, Windows" as...
next