]> granicus.if.org Git - python/shortlog
python
2009-09-16 Thomas WoutersFix issue #1590864, multiple threads and fork() can...
2009-09-16 Georg BrandlMake the pdb displayhook compatible with the standard...
2009-09-16 Georg BrandlRemove some more boilerplate from the actual tests...
2009-09-16 Georg BrandlRewrap long lines.
2009-09-16 Ezio Melotti#6879 - fix misstatement about exceptions
2009-09-16 Georg Brandl#6892: fix optparse example involving help option.
2009-09-16 Georg BrandlRemove strange trailing commas.
2009-09-16 Georg Brandl#5621: refactor description of how class/instance attri...
2009-09-16 Georg Brandl#6891: comment out dead link to Unicode article.
2009-09-16 Georg Brandl#6876: fix base class constructor invocation in example.
2009-09-16 Georg Brandl#6880: add reference to classes section in exceptions...
2009-09-16 Georg BrandlMake deprecation notices as visible as warnings are...
2009-09-15 Ronald OussorenUpdate distutils.util tests after my changes
2009-09-15 Georg BrandlAdd Armin Ronacher.
2009-09-15 Ronald OussorenFinish support for --with-universal-archs=intel
2009-09-15 Ezio Melotti#6917 - typo in method name
2009-09-15 Ronald OussorenMacOSX: detect the architectures supported by
2009-09-15 Benjamin PetersonPy_SetPythonHome uses static storage #6913
2009-09-14 Georg Brandl#6908: fix association of hashlib hash attributes.
2009-09-14 Georg Brandl#6574: list the future features in a table.
2009-09-14 Ezio Melotti#6904 - fix broken link
2009-09-13 Michael FoordRemove an extraneous space in unittest documentation.
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.
next