]> granicus.if.org Git - python/shortlog
python
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...
2007-03-14 Gregory P.... doc update from HEAD
2007-03-14 Barry WarsawSF bug #1582282; decode_header() incorrectly splits...
2007-03-13 Collin WinterInline PyImport_GetModulesReloading(). Backport from...
2007-03-13 Georg BrandlPatch #1194449: correctly detect unbound methods in...
2007-03-13 Georg BrandlBug #1622896: fix a rare corner case where the bz2...
2007-03-13 Martin v. LöwisPatch #1449244: Support Unicode strings in
2007-03-13 Georg BrandlPatch #1569798: fix a bug in distutils when building...
2007-03-13 Georg BrandlPatch #1542681: add entries for "with", "as" and "CONTE...
2007-03-13 Georg BrandlPatch #1679379: add documentation for fnmatch.translate().
2007-03-12 Collin WinterBug #742342: make Python stop segfaulting on infinitely...
2007-03-12 Georg BrandlTypo fix.
2007-03-12 Martin v. LöwisBug #1675511: Use -Kpic instead of -xcode=pic32 on...
2007-03-12 Barry WarsawTokio Kikuchi's fix for SF bug #1629369; folding whites...
2007-03-12 Collin WinterPatch #1678662: ftp.python.org does not exist. So the...
2007-03-11 Vinay SajipFix resource leak reported in SF #1516995.
2007-03-11 Collin WinterPatch #1192590: Fix pdb's "ignore" and "condition"...
2007-03-11 Žiga SeilnachtPatch #1675981: remove unreachable code from type.__new...
2007-03-11 Georg BrandlAdd missing "return" statements in exception handler.
2007-03-10 Collin WinterConvert an assert to a raise so it works even in the...
2007-03-10 Georg BrandlRevert rev. 54198, it's not really backwards compatible.
2007-03-10 Collin WinterBug #1531963: Make SocketServer.TCPServer's server_addr...
2007-03-09 Thomas HellerMerged revisions 54248 via svnmerge from
2007-03-09 Thomas HellerMerged revisions 54244 via svnmerge from
2007-03-09 Neal NorwitzFix SF #1676971, Complex OverflowError has a typo
2007-03-09 Brett CannonManual backport of r54233. This will help prevent...
2007-03-08 Raymond HettingerSF #1637850: make_table in difflib did not work with...
2007-03-08 Collin WinterBackported r54226 from p3yk: Move test_unittest, test_d...
2007-03-08 Raymond HettingerSF 1676321: empty() returned wrong result
2007-03-08 Georg BrandlAdd a NEWS entry for rev. 54207,8.
2007-03-08 Georg BrandlFix #1676656: \em is different from \emph...
2007-03-07 Georg BrandlBackport skipping fromtimestamp(negative value) tests...
2007-03-07 Georg Brandlbackport rev. 54207: add a few sanity checks in unittes...
2007-03-07 Georg BrandlPatch #1669331: clarify shutil.copyfileobj() behavior...
2007-03-07 Georg BrandlTypo fix.
2007-03-07 Georg BrandlPatch #1001604: glob.glob() now returns unicode filenam...
2007-03-07 Georg BrandlPatch #812285: allow multiple auth schemes in AbstractB...
2007-03-06 Walter DörwaldDocument curses changes.
2007-03-06 Walter DörwaldBackport checkin:
2007-03-06 Georg BrandlPatch #1654417: make operator.{get,set,del}slice use...
2007-03-06 Georg BrandlPatch #1673121: update README wrt. OSX default shell.
2007-03-06 Georg BrandlPatch #1638879: don't accept strings with embedded...
2007-03-06 Georg BrandlPatch #1602128: clarify that richcmp methods can return...
2007-03-06 Georg BrandlPatch #1646728: datetime.fromtimestamp fails with negative
next