]> granicus.if.org Git - python/shortlog
python
2010-02-24 Ezio Melottitypos
2010-02-24 Senthil KumaranFix for Issue3819 - urllib2 sends Basic auth across...
2010-02-24 Eric SmithIssue #7309: Unchecked pointer access when converting...
2010-02-24 Dirkjan OchtmanIssue #7427: improve the representation of httplib...
2010-02-24 Dirkjan OchtmanIssue #8004: add a serve target to the Doc Makefile.
2010-02-24 Dirkjan OchtmanIssue #7733: add explicit reference in asyncore docs.
2010-02-24 R. David MurrayIssue 7975: in python 2.6 bsddb.dbshelve switched from...
2010-02-24 Benjamin PetersonMerged revisions 78407 via svnmerge from
2010-02-24 R. David MurrayThe primary copy of lib2to3 is not trunk, so the lib2to...
2010-02-24 Brett CannonRecord that Dino Viehland got commit privs.
2010-02-23 Amaury Forgeot... #4852: Remove dead code in every thread implementation...
2010-02-23 Victor StinnerIssue #7649: Fix u'%c' % char for character in range...
2010-02-23 Georg Brandl#6544: fix refleak in kqueue, occurring in certain...
2010-02-23 Georg Brandl#8000: fix deprecated directive. What a shame to lose...
2010-02-23 Dirkjan OchtmanFix #1537721: add writeheader() method to csv.DictWriter.
2010-02-23 Thomas Hellerctypes CThunkObject was not registered correctly with...
2010-02-23 Jack Diederich issue#6442 use in operator instead of has_key
2010-02-23 Jack Diederichfixup markup error
2010-02-23 Michael Foordunittest.TestResult can now be used with the TextTestRu...
2010-02-23 Mark DickinsonFix spacing nit. Thanks Eric Smith for the public...
2010-02-23 Mark DickinsonMake global variable overflowok into a keyword argument...
2010-02-23 Tarek Ziadéfixed #5801: removed spurious empty lines in wsgiref
2010-02-23 Tarek Ziadécompleted the __all__ list and changed the module doctest
2010-02-23 Tarek Ziadéadded a note on shutil new APIs
2010-02-23 Tarek Ziadéadded make_archive (and secondary APIs) to shutil
2010-02-23 Tarek Ziadéremoved debugging code
2010-02-23 R. David MurrayIssue 6292: for the moment at least, the test suite...
2010-02-23 Eric SmithIssue #6902: Fix problem with built-in types format...
2010-02-22 Michael FoordSupport for old TestResult object (unittest) with warni...
2010-02-22 Andrew M. Kuchling#7706: add include guards where they're missing; requir...
2010-02-22 Andrew M. Kuchling#7706: DONT_HAVE_ERRNO_H is no longer defined by config...
2010-02-22 Andrew M. Kuchling#2560: remove an unnecessary 'for' loop from my_fgets...
2010-02-22 Jack Diederich* fix issue#7476
2010-02-22 Andrew M. KuchlingRemove Tools/modulator, a reference to it in the docs...
2010-02-22 Jack Diederichfixes issue #1522237, bad init check in _threading_local
2010-02-22 Andrew M. Kuchling#7627: MH.remove() would fail if the MH mailbox was...
2010-02-22 Andrew M. KuchlingFix comment typo
2010-02-22 Eric SmithIssue #7988: Fix default alignment to be right aligned...
2010-02-22 Jack Diederichfixes issue #7530, serve_forever()
2010-02-22 Andrew M. KuchlingNote granting of commit privileges to Larry Hastings
2010-02-22 Ezio Melotti#7482: clarify error message in case of division by...
2010-02-22 Andrew M. Kuchling#7597: curses.use_env() can be called before initscr...
2010-02-22 Mark DickinsonClarify description of three-argument pow for Decimal...
2010-02-22 Andrew M. Kuchling#6414: clarify description of processor endianness.
2010-02-22 Andrew M. Kuchling#7794: describe 2.6 support for executing directories...
2010-02-22 Senthil KumaranFix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler...
2010-02-22 Andrew M. Kuchling#7076: mention SystemRandom class near start of the...
2010-02-22 Andrew M. KuchlingRe-word
2010-02-21 Michael FoordSilence UnicodeWarning in crazy unittest test.
2010-02-21 Mark DickinsonReduce number of random tests in test_strtod, to avoid...
2010-02-21 Mark DickinsonIssue #7384: skip test_curses on FreeBSD, in order...
2010-02-21 Mark DickinsonIssue #5211: Fix complex type to avoid implicit calls to
2010-02-21 R. David MurrayIssue 7970: When email.Parser.Parser parses a MIME...
2010-02-20 Ezio Melottiskip tests with a non-ascii cwd when the file system...
2010-02-20 Senthil KumaranFix for Issue7751: urllib.urlopen("///C|/foo/bar/spam...
2010-02-20 Ezio MelottiRemove e assertIs definitions and use correct assert...
2010-02-20 Ezio Melotti#3426: os.path.abspath now returns unicode when its...
2010-02-19 Vinay Sajiplogging: Documented warnings module integration.
2010-02-19 Georg Brandl#7967: PyXML is no more.
2010-02-19 Senthil KumaranFix for Issue7904. urlparse.urlsplit to handle schemes...
2010-02-19 Fred Drake- apply patch from issue 7005
2010-02-18 Michael FoordFix unittest.TestCase.assertDictContainsSubset so it...
2010-02-18 Michael Foordunittest.TestCase uses safe_repr for producing failure...
2010-02-18 Mark DickinsonDoctest fixes for decimal.py: add an integer-argument...
2010-02-18 Mark DickinsonIssue #7633: Context method in the decimal module ...
2010-02-18 Andrew M. KuchlingAdd various items
2010-02-18 Martin v. LöwisMove bsddb47 macros before their use, to make VS 2010...
2010-02-18 Martin v. LöwisStop providing crtassem.h symbols when compiling with
2010-02-16 Ezio Melotti#7941: fix error message
2010-02-16 Ezio Melotti#7930: fix stripid
2010-02-16 R. David MurrayMake the references to Popen in the description of...
2010-02-15 Martin v. LöwisIssue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
2010-02-15 Eric SmithRemove incorrect apostrophe.
2010-02-15 Martin v. LöwisIssue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
2010-02-14 Mark DickinsonSilence more 'comparison between signed and unsigned...
2010-02-14 Georg Brandl#7926: fix-up wording.
2010-02-14 Mark DickinsonSilence more compiler warnings; fix an instance of...
2010-02-14 Mark DickinsonSilence some 'comparison between signed and unsigned...
2010-02-14 Georg Brandl#7926: fix stray parens.
2010-02-14 Ezio Melotti#7921: fix links. Patch by Brian Curtin.
2010-02-12 Mark DickinsonCheck that 'd' isn't allowed as an exponent specifier...
2010-02-11 Ezio Melotti#7907: fix wrong function name in doc. Patch by Brian...
2010-02-11 Michael FoordAdding TextTestResult to unittest.__all__
2010-02-11 Ronald OussorenFinish fix for issue 7715, after explicit search for...
2010-02-11 Ronald OussorenFix copy&paste error in the definition of ARCH_RUN_32BI...
2010-02-11 Ronald OussorenAdd guard around the prototype for completion_matches...
2010-02-11 R. David MurrayImprove issue 7835 fix per MAL to handle the case that the
2010-02-11 R. David MurrayIssue 5754: tweak shelve doc wording to make it cleare...
2010-02-10 R. David MurrayIssue 7835: Shelve's __del__ method calls its close...
2010-02-10 Ezio Melotti#7712: add a temp_cwd context manager to test_support...
2010-02-10 Michael FoordFix for unittest tests, to be merged to py3k
2010-02-10 Michael FoordRemove deprecation on assert_. It is used too frequently.
2010-02-10 Michael FoordIssue 7893 and Issue 7588
2010-02-09 Antoine PitrouIssue #2746: Don't escape ampersands and angle brackets...
2010-02-08 Michael FoordDoc fix for unittest.
2010-02-08 Georg BrandlConvert test failure from output-producing to self...
2010-02-08 Michael FoordMake assertMultiLineEqual the default for comparing...
2010-02-08 Georg BrandlFix missing string formatting placeholder.
2010-02-08 Georg BrandlFix undefined local.
2010-02-08 Georg BrandlFix missing string formatting argument.
next