]> granicus.if.org Git - python/shortlog
python
2007-02-14 Martin v. LöwisPatch #1432399: Add HCI sockets.
2007-02-13 Lars GustäbelStrip the '.gz' extension from the filename that is...
2007-02-13 Lars GustäbelPatch #1647484: Renamed GzipFile's filename attribute...
2007-02-13 Martin v. LöwisPatch #1657276: Make NETLINK_DNRTMSG conditional.
2007-02-13 Martin v. LöwisBug #1658794: Remove extraneous 'this'.
2007-02-13 Martin v. LöwisPatch #1517891: Make 'a' create the file if it doesn...
2007-02-13 Martin v. LöwisPatch #698833: Support file decryption in zipfile.
2007-02-13 Martin v. LöwisPatch #685268: Consider a package's __path__ in imputil.
2007-02-12 Armin RigoFix the line to what is my guess at the original author...
2007-02-12 Martin v. LöwisPatch 1463026: Support default namespace in XMLGenerator.
2007-02-12 Lars GustäbelBug #1656581: Point out that external file objects...
2007-02-12 Brett CannonModify Parser/asdl_c.py so that the __version__ number...
2007-02-11 Brett CannonCheck in changed Python-ast.c from a cosmetic change...
2007-02-11 Skip Montanarofix trace.py --ignore-dir
2007-02-11 Brett CannonChange a very minor inconsistency (that is purely cosme...
2007-02-09 Georg BrandlBug #1656078: typo in in profile docs.
2007-02-09 Martin v. LöwisUpdate broken link. Will backport to 2.5.
2007-02-09 Martin v. LöwisBug #1600860: Search for shared python library in LIBDI...
2007-02-09 Martin v. LöwisBug #1653736: Properly discard third argument to slot_n...
2007-02-08 Kurt B. KaiserCorrected some bugs in AutoComplete. Also, Page Up...
2007-02-08 Martin v. LöwisBug #1653736: Complain about keyword arguments to time...
2007-02-08 Raymond HettingerFix docstring bug
2007-02-08 Raymond HettingerBypass set specific optimizations for set and frozenset...
2007-02-08 Raymond HettingerDo not let overflows in enumerate() and count() pass...
2007-02-07 Raymond HettingerSilence compiler warning
2007-02-07 Raymond HettingerBug #1575169: operator.isSequenceType() now returns...
2007-02-07 Raymond HettingerCheck for a common user error with defaultdict().
2007-02-07 Raymond HettingerSF: 1397711 Set docs conflated immutable and hashable
2007-02-07 Raymond HettingerSF #1615701: make d.update(m) honor __getitem__()...
2007-02-07 Kurt B. KaiserHandle AttributeError during calltip lookup
2007-02-07 Kurt B. Kaiser[ 1621265 ] Auto-completion list placement
2007-02-06 Kurt B. Kaisernarrow exception per [ 1540849 ] except too broad
2007-02-06 Kurt B. KaiserUpdated patch (CodeContext.061217.patch) to
2007-02-06 Lars GustäbelPatch #1652681: create nonexistent files in append...
2007-02-06 Peter AstrandApplied patch 1124861.3.patch to solve bug #1124861...
2007-02-06 Kurt B. KaiserClean up ModifiedInterpreter.runcode() structure
2007-02-05 Kurt B. Kaiser1. Calltips now 'handle' tuples in the argument list...
2007-02-05 Kurt B. KaiserAdd 'raw' support to configHandler. Patch 1650174 Tal...
2007-02-02 Peter AstrandWe had several if statements checking the value of...
2007-02-01 Raymond HettingerBug #1648179: set.update() not recognizing __iter__...
2007-01-30 Brett CannonNo more raising of string exceptions!
2007-01-30 Georg BrandlBug #1648191: typo in docs.
2007-01-30 Tim PetersWhitespace normalization.
2007-01-29 Andrew M. KuchlingMore edits
2007-01-29 Andrew M. KuchlingVarious minor edits
2007-01-29 Andrew M. KuchlingMinor edits to the curses HOWTO
2007-01-29 Brett CannonAdd a test for slicing an exception.
2007-01-28 Brett CannonUse the thread lock's context manager instead of a...
2007-01-27 Georg BrandlBug #1645944: os.access now returns bool but docstring...
2007-01-27 Georg BrandlPatch #1634778: add missing encoding aliases for iso885...
2007-01-27 Georg BrandlPatch #1638243: the compiler package is now able to...
2007-01-26 Fred Drakefix typo (extraneous ")")
2007-01-25 Brett CannonRemove specific mention of my name and email address...
2007-01-25 Brett CannonFix time.strptime's %U support. Basically rewrote...
2007-01-25 Andrew M. KuchlingAdd item
2007-01-25 Thomas HellerFix for #1643874: When calling SysAllocString, create...
2007-01-24 Andrew M. KuchlingStrengthen warning about using lock()
2007-01-24 Walter DörwaldPort test_popen.py to unittest.
2007-01-23 Brett CannonFix crasher for when an object's __del__ creates a...
2007-01-23 Martin v. LöwisMake PyTraceBack_Here use the current thread, not the
2007-01-23 Thomas WoutersAdd news entry about last checkin (oops.)
2007-01-23 Thomas WoutersSF patch #1630975: Fix crash when replacing sys.stdout...
2007-01-23 Lars GustäbelPatch #1507247: tarfile.py: use current umask for inter...
2007-01-22 Georg BrandlBug #1627316: handle error in condition/ignore pdb...
2007-01-22 Georg BrandlBug #1249573: fix rfc822.parsedate not accepting a...
2007-01-22 Andrew M. KuchlingMake comment match the code
2007-01-22 Andrew M. KuchlingImprove pattern used for mbox 'From' lines; add a simpl...
2007-01-22 Georg BrandlUse new email module names (#1637162, #1637159, #1637157).
2007-01-21 Georg BrandlPatch #1627441: close sockets properly in urllib2.
2007-01-21 Georg BrandlBug #1486663: don't reject keyword arguments for subcla...
2007-01-21 Martin v. LöwisPatch #1610575: Add support for _Bool to struct.
2007-01-20 Walter DörwaldPort test_new.py to unittest.
2007-01-20 Walter Dörwaldresource.RUSAGE_BOTH might not exist.
2007-01-20 Walter DörwaldAdd argument tests an calls of resource.getrusage().
2007-01-20 Walter DörwaldPort test_resource.py to unittest.
2007-01-20 Martin v. LöwisMerge 53501 and 53502 from 25 branch:
2007-01-19 Raymond HettingerSF# 1635892: Fix docs for betavariate's input parameters .
2007-01-19 Martin v. LöwisAdd UUIDs for 2.5.1 and 2.5.2
2007-01-19 Martin v. LöwisPrefix AST symbols with _Py_. Fixes #1637022.
2007-01-19 Neal NorwitzSF #1635217, Fix unbalanced paren
2007-01-18 Neal NorwitzThis test doesn't pass on Windows. The cause seems...
2007-01-18 Fred Drakeadd missing version entry
2007-01-18 Neal NorwitzTry reverting part of r53145 that seems to cause the...
2007-01-17 Georg BrandlBug #1629125: fix wrong data type (int -> Py_ssize_t...
2007-01-17 Georg BrandlBug #1637967: missing //= operator in list.
2007-01-17 Andrew M. Kuchling[Part of bug #1599254] Add suggestion to Mailbox docs...
2007-01-17 Thomas HellerReplace C++ comments with C comments.
2007-01-17 Neal NorwitzRemove Calvin since he only has access to the website...
2007-01-17 Neal NorwitzGive Calvin Spealman access for python-dev summaries.
2007-01-16 Sjoerd MullenderFixed ntpath.expandvars to not replace references to...
2007-01-16 Marc-André... Add news items for the recent pybench and platform...
2007-01-16 Vinay SajipUpdated rotating file handlers to use _open().
2007-01-15 Brett CannonAdd a note for strptime that just because strftime...
2007-01-15 Guido van RossumDoc patch matching r53434 (htonl etc. now always take...
2007-01-14 Vinay SajipAdded documentation for WatchedFileHandler (based on...
2007-01-14 Vinay SajipAdded WatchedFileHandler (based on SF patch #1598415)
2007-01-14 Guido van RossumPatch #1635058 by Mark Roberts: ensure that htonl and...
2007-01-14 Ka-Ping YeeHandle old-style instances more gracefully (display...
2007-01-14 Guido van RossumRemove a dependency of this test on $COLUMNS.
2007-01-14 Gerhard HäringMerged changes from standalone version 2.3.3. This...
next