]> granicus.if.org Git - python/shortlog
python
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...
2007-01-13 Marc-André... Jython doesn't have sys.setcheckinterval() - ignore...
2007-01-13 Marc-André... Use defaults if sys.executable isn't set (e.g. on Jython).
2007-01-13 Marc-André... Add Python implementation to the machine details.
2007-01-13 Peter AstrandFix for bug #1634343: allow specifying empty arguments...
2007-01-13 Marc-André... Add parameter sys_version to _sys_version().
2007-01-13 Neal NorwitzFix grammar in docstrings
2007-01-13 Marc-André... Bump version number and change copyright year.
2007-01-13 Georg BrandlFix typo.
2007-01-13 Brett CannonDeprecate the sets module.
2007-01-12 Thomas Hellerpatch #1610795: BSD version of ctypes.util.find_library...
2007-01-12 Thomas Hellerpatch #1610795: BSD version of ctypes.util.find_library...
2007-01-12 Thomas HellerAvoid warnings in the test suite because ctypes.wintype...
2007-01-12 Anthony Baxteradd parsetok.h as a dependency - previously, changing...
2007-01-12 Brett CannonFix error where the end of a funcdesc environment was...
2007-01-11 Thomas HellerCorrect the comments: the code is right.
2007-01-11 Thomas HellerFixes for 64-bit Windows: In ctypes.wintypes, correct...
2007-01-11 Raymond HettingerSF #1486663 -- Allow keyword args in subclasses of...
2007-01-11 Matthias Klose- idle: Honor the "Cancel" action in the save dialog...
2007-01-11 Matthias Klose- Make the documentation match the code and the docstring
2007-01-10 Guido van RossumFix the signature of log_error(). (A subclass that...
2007-01-10 Thomas HellerMust change the version number in the _ctypes extension...
2007-01-10 Thomas HellerChange the ctypes version number to "1.1.0".
2007-01-10 Gustavo NiemeyerMinor change in int() docstring for proper spacing.
2007-01-10 Gustavo NiemeyerMention in the int() docstring that a base zero has...
2007-01-09 Thomas HellerVerify the sizes of the basic ctypes data types against...
2007-01-09 Vinay SajipAdded a docstring
2007-01-09 Vinay SajipAdded entry about addition of _open() method to logging...
2007-01-09 Vinay SajipBug #1627575: Added _open() method to FileHandler which...
2007-01-08 Vinay SajipAdded entries about removal of some bare except clauses...
2007-01-08 Vinay SajipBare except clause removed from LogRecord.__init__...
2007-01-08 Vinay SajipBare except clause removed from SMTPHandler.emit()...
2007-01-08 Raymond HettingerFix zero-length corner case for iterating over a mutati...
2007-01-07 Peter AstrandAvoid O(N**2) bottleneck in _communicate_(). Fixes...
2007-01-07 Peter AstrandRe-implemented fix for #1531862 once again, in a way...
2007-01-06 Neal NorwitzAdd Josiah to SF for maintaining asyncore/asynchat
2007-01-06 Anthony Baxterupdate to (c) years to include 2007
2007-01-06 Raymond HettingerSF# 1409443: Expand comment to cover the interaction...
2007-01-05 Brett CannonSilence a warning from gcc 4.0.1 by specifying a functi...
2007-01-05 Andrew M. Kuchling[Patch #1520904] Fix bsddb tests to write to the temp...
2007-01-05 Andrew M. Kuchling[Bug #1622533] Make docstrings raw strings because...
2007-01-05 Neal NorwitzAdd Collin Winter for access to update PEP 3107
next