]> granicus.if.org Git - python/shortlog
python
2009-09-13 Michael FoordTest discovery in unittest will only attempt to import...
2009-09-13 Georg BrandlTypo fix.
2009-09-13 Michael Foordunittest.TestLoader.loadTestsFromName honors the loader...
2009-09-13 Michael FoordTutorial tweaks. Issue 6849.
2009-09-13 Michael FoordNote that sys._getframe is not guaranteed to exist...
2009-09-13 Michael FoordObjects that compare equal automatically pass or fail...
2009-09-13 Michael FoordChange to tutorial wording for reading text / binary...
2009-09-13 Matthias KloseIssue #6635: Fix profiler printing usage message.
2009-09-13 Mark DickinsonFix potential signed-overflow bug in _PyLong_Format...
2009-09-13 Benjamin Petersonupdate urls
2009-09-12 Ezio Melotti#6026 - fix tests that failed without zlib
2009-09-12 Lars GustäbelIssue #6856: Add a filter keyword argument to TarFile...
2009-09-11 Georg BrandlMove function back to its section.
2009-09-09 Georg BrandlProperly document copy and deepcopy as functions.
2009-09-09 Benjamin Petersonrevert unintended changes
2009-09-09 Benjamin Petersontabbify
2009-09-09 Tarek ZiadéIssue #6163: Fixed HP-UX runtime library dir options...
2009-09-08 Benjamin Peterson#6865 fix ref counting in initialization of pwd module
2009-09-08 Mark DickinsonIssue #6857: Fix Decimal formatting to be consistent...
2009-09-08 Thomas HellerMake ctypes compile again with older Python versions.
2009-09-08 Ronald OussorenThis is an update to r74701. How hard can it be to...
2009-09-07 Mark Dickinson#Issue 6795: Fix infinite recursion in long(Decimal...
2009-09-07 Mark DickinsonIssue #6850: Fix bug in Decimal._parse_format_specifier...
2009-09-07 Benjamin Petersonrevert r74699 since it loses useful error information
2009-09-07 Ronald OussorenFix typo in configure.in
2009-09-06 Benjamin PetersonPyObject_GetIter can set an error for its self just...
2009-09-06 Mark DickinsonIssue #6848: Fix curses module build failure on OS...
2009-09-06 Mark DickinsonRemove redundant assignment
2009-09-06 Ronald OussorenFix for issue 4937
2009-09-06 Mark DickinsonIssue #6847: s/bytes/bytearray/ in some bytearray error...
2009-09-06 Mark DickinsonIssue #6846: bytearray.pop was returning ints in the...
2009-09-06 Ronald OussorenFix build issues on OSX 10.6 (issue 6802)
2009-09-05 Georg Brandl#6843: add link from filterwarnings to where the meanin...
2009-09-05 Mark DickinsonAdd configure-time checks for gamma and error functions.
2009-09-05 Georg Brandl#6841: remove duplicated word.
2009-09-04 Chris Withersnews entry matching r74655
2009-09-04 Chris WithersFixes issue #6838: use a list to accumulate the value...
2009-09-04 Georg Brandl#6777: dont discourage usage of Exception.args or promo...
2009-09-04 Georg Brandl#6756: add some info about the "acct" parameter.
2009-09-04 Georg Brandl#5101: add back tests to test_funcattrs that were lost...
2009-09-04 Georg BrandlIssue #5275: In Cookie's Cookie.load(), properly handle...
2009-09-04 Georg Brandl#5047: remove Monterey support from configure.
2009-09-04 Georg BrandlIssue #2666: Handle BROWSER environment variable proper...
2009-09-03 Brett Cannontest_platform fails on OS X Snow Leopard because the...
2009-09-03 Armin RigoSorry, sorry! Ignore my previous two commits. I mixed...
2009-09-03 Armin RigoDoes not terminate: consume all memory without respondi...
2009-09-03 Armin RigoFound the next crasher by thinking about this logic...
2009-09-03 Georg Brandl#6757: complete the list of types that marshal can...
2009-09-03 Georg Brandl#6828: fix wrongly highlighted blocks.
2009-09-02 Georg Brandl#6821: fix signature of PyBuffer_Release().
2009-09-01 Benjamin Petersonremove the check that classmethod's argument is a callable
2009-09-01 Georg Brandl#6638: fix wrong parameter name and markup a class.
2009-09-01 Georg Brandl#6810: add a link to the section about frame objects...
2009-09-01 Georg Brandl#6765: hint that log(x, base) is not very sophisticated.
2009-09-01 Georg Brandl#6808: clarification.
2009-09-01 Georg Brandl#6813: better documentation for numberless string formats.
2009-08-31 Senthil KumaranDoc fix for the issue2637.
2009-08-31 Mark DickinsonIssue #6297: Add autogenerated Misc/python.pc file...
2009-08-31 Georg Brandlother -> others where multiple arguments are accepted.
2009-08-30 Georg Brandl#6801: fix copy-paste oversight.
2009-08-30 Georg Brandl#6803: fix old name.
2009-08-29 Amaury Forgeot... #6750: TextIOWrapped could duplicate output when severa...
2009-08-29 Tarek Ziadéfixed #6801: symmetric_difference_update also accepts...
2009-08-28 Mark DickinsonSilence gcc 'comparison always false' warning
2009-08-28 Lars GustäbelIssue #6054: Do not normalize stored pathnames.
2009-08-28 Benjamin Petersonremove more code for restricted execution
2009-08-28 Benjamin Petersonrestricted environments are no more
2009-08-28 Mark DickinsonIssue #6794: Fix handling of NaNs in Decimal.compare_t...
2009-08-27 Kristján Valur... Issue 6654
2009-08-27 Kristján Valur... issue 6275
2009-08-27 Georg Brandl#6787: reference fix.
2009-08-27 Georg BrandlTypo fix.
2009-08-27 R. David MurrayRemove leftover text from end of sentence.
2009-08-24 Georg Brandl#6677: note that rmdir only removes empty directories.
2009-08-24 Benjamin Petersonfix pdf building by teaching latex the right encoding...
2009-08-24 Georg Brandl#6677: mention "deleting" as an alias for removing...
2009-08-24 Georg Brandl#6718: fix example.
2009-08-24 Georg Brandl#6725: spell "namespace" consistently.
2009-08-24 Georg Brandl#6772: mention utf-8 as utf8 alias.
2009-08-24 Georg Brandl#6775: fix python.org URLs in README.
2009-08-24 Kristján Valur... issue 6769
2009-08-23 Georg BrandlRestore alphabetic order.
2009-08-21 Tarek Ziadéfixed misplaced Issue line
2009-08-21 Tarek ZiadéFixed #6556: Corrected doc on how Distutils looks for...
2009-08-20 Vinay SajipAdded section on exceptions raised during logging.
2009-08-20 Tarek Ziadé#6693: New functions in site.py to get user/global...
2009-08-20 Gregory P.... Add weakref support to the thread.lock type.
2009-08-20 Gregory P.... comment typo fix
2009-08-19 Gregory P.... Revert the changes from r74463, they were causing test_...
2009-08-18 Guilherme PoloAdded missing static option for OptionMenu. Issue ...
2009-08-18 Guilherme PoloIssue #1356969: Add missing info methods in Tix.HList.
2009-08-18 Skip Montanaromissing module ref (issue6723)
2009-08-18 Guilherme PoloFixes for Tix.Grid from issue #1522587.
2009-08-18 Guilherme PoloIssue #1522587: New constants and methods for the Tix...
2009-08-18 Guilherme PoloMark the "radio" option of Tix.CheckList as static.
2009-08-18 Guilherme PoloIssue #1250469: Fix the return value of Tix.PanedWindow...
2009-08-18 Guilherme PoloIssue #1119673: Do not override Tkinter.Text methods...
2009-08-18 Tarek Ziadéfixed typo
2009-08-18 Tarek Ziadéadded more test coverage for distutils.filelist to...
2009-08-17 Tarek Ziadémodule cleanup
next