]> granicus.if.org Git - python/shortlog
python
2010-06-12 Georg BrandlDocument that an existing directory raises in mkdir().
2010-06-12 Georg BrandlFix punctuation.
2010-06-11 Vinay SajipIssue #8924: logging: Improved error handling for Unico...
2010-06-11 Antoine PitrouIssue #8941: decoding big endian UTF-32 data in UCS...
2010-06-11 Benjamin Petersondifferent spellings are just unacceptable
2010-06-11 Mark DickinsonFix possible undefined behaviour from signed overflow...
2010-06-11 Victor StinnerIssue #8362: Add Misc/maintainers.rst: list of module...
2010-06-11 Ezio MelottiRemove extra ] from itertools.count docstring.
2010-06-11 Andrew M. KuchlingAdd a few more items
2010-06-11 Andrew M. Kuchling#5753: Suggest PySys_SetArgvEx() instead of PySys_SetArgv()
2010-06-11 Andrew M. Kuchling#5753: update demo.c to use PySys_SetArgvEx(), and...
2010-06-11 Andrew M. KuchlingEdit comments for current Python; bump version number...
2010-06-10 Michael FoordFix issue with nested test suites debug method and...
2010-06-10 Michael FoordNEWS update for issue 8948.
2010-06-09 Benjamin Petersonfix code formatting
2010-06-09 Alexander BelopolskyFixed markup of tm_isdst attribute.
2010-06-09 Antoine PitrouIssue #8930: fix some C code indentation
2010-06-09 Michael FoordTypo correction.
2010-06-08 Michael FoordIssue 8948. cleanup functions are not run by unittest...
2010-06-08 Brian CurtinMove a variable declration outside of a loop to match...
2010-06-08 Benjamin Petersonkill extra word
2010-06-07 Benjamin Petersonuse unicode literals
2010-06-07 Benjamin Petersonremove extra byte and fix comment
2010-06-07 Benjamin Petersoncorrectly overflow when indexes are too large
2010-06-07 Ezio MelottiSilence deprecation warning in test___all__ caused...
2010-06-07 Benjamin Petersonlocale grouping strings should end in '\0'
2010-06-07 Andrew M. Kuchling#8875: Remove duplicated paragraph
2010-06-06 Tarek ZiadéFixed #8909: now the doc details the size of the bitmap...
2010-06-06 Benjamin Petersoncareening towards 2.7rc2 we go
2010-06-06 Benjamin Petersontag 2.7's first release candidate
2010-06-06 Benjamin Petersonfix sphinx warning with an extra space v2.7rc1
2010-06-06 Benjamin Petersonremove extra space
2010-06-06 Benjamin Petersonupdate pydoc-topics
2010-06-06 Benjamin Petersonbump version to 2.7 rc1
2010-06-05 Michael FoordCode formatting change.
2010-06-05 Ezio MelottiReplace deprecated fail* methods with the equivalent...
2010-06-05 Michael FoordDocumentation updates for issues 8302 and 8351 (truncat...
2010-06-05 Michael FoordTests for issue 8302, skipped test in a setUpClass...
2010-06-05 Michael FoordTests for unittest.TestCase.maxDiff.
2010-06-05 Michael FoordUpdated NEWS file.
2010-06-05 Michael FoordIssue 8302. SkipTest exception is setUpClass or setUpMo...
2010-06-05 Ezio MelottiAdd a NEWS entry for r81758 and clarify a comment.
2010-06-05 Ezio MelottiUpdate PyUnicode_DecodeUTF8 from RFC 2279 to RFC 3629.
2010-06-05 Alexander BelopolskyIssue #8899: time.struct_time now has class and atribut...
2010-06-05 Michael FoordFix unittest tests after previous commit.
2010-06-05 Michael Foordunittest.TestCase assertion methods inform you when...
2010-06-05 Mark DickinsonFix test_py3kwarn not to test for __cmp__-related Depre...
2010-06-05 Michael Foordunittest.TestCase.assertDictEqual and assertMultilineEq...
2010-06-05 Mark DickinsonFix comment typo.
2010-06-05 Mark DickinsonIssue #8627: Fix "XXX undetected error" from unchecked...
2010-06-05 Michael FoordRemoved the new max_diff argument to assertSequenceEqua...
2010-06-05 Mark DickinsonIssue #8627: remove out-of-date warning about overridin...
2010-06-05 Michael FoordExtract error message truncating into a method (unittes...
2010-06-05 Michael FoordIssue 8351. Suppress large diffs in unittest.TestCase...
2010-06-05 Michael Foordunittest TestLoader test discovery filename matching...
2010-06-05 Benjamin Peterson_PyObject_LookupSpecial returns a new reference
2010-06-05 Benjamin Petersonfix ref counting
2010-06-05 Benjamin Petersonimplement object.__format__ with PyObject_Format
2010-06-05 Benjamin Petersonremove PyType_Ready call; float should be initialized...
2010-06-05 Benjamin Petersonproperly lookup the __format__ special method
2010-06-04 R. David Murray#4487: have Charset check with codecs for possible...
2010-06-04 Martin v. LöwisIssue #6470: Drop UNC prefix in FixTk.py
2010-06-04 Martin v. LöwisDisplay installer warning that Windows 2000 won't
2010-06-04 Martin v. LöwisIssue #5464: Implement plural forms in msgfmt.py.
2010-06-04 Martin v. LöwisIssue #8864: Define _XOPEN_SOURCE on Solaris for the
2010-06-04 Senthil Kumarantest verifying the resp object is closed for HEAD response.
2010-06-04 Senthil KumaranFix issue6312 - close the resp object for HEAD response.
2010-06-04 Vinay SajipIssue #8890: Documentation changed to avoid reference...
2010-06-04 Stefan KrahDetect missing ldd on all systems.
2010-06-04 Sean ReifscheiderIssue8810: Clearing up docstring for tzinfo.utcoffset.
2010-06-03 Vinay SajipIssue #8890: Documentation changed to avoid reference...
2010-06-03 Benjamin Petersonuse a set for membership testing
2010-06-03 R. David Murray#8889: rewrite transient_internet so we don't use EAI_N...
2010-06-03 R. David Murray#5610: use \Z not $ so we don't eat extra chars when...
2010-06-03 Stefan KrahUse compiler rather than compiler_obj. Thanks Michael...
2010-06-03 Stefan KrahIssue #7384: If the system readline library is linked...
2010-06-03 Lars GustäbelIssue #8741: Fixed the TarFile.makelink() method that...
2010-06-03 Lars GustäbelIssue #8833: tarfile created hard link entries with...
2010-06-03 Ronald OussorenFix for issue #7724: ensure that distutils and python...
2010-06-02 R. David Murray#1368247: make set_charset/MIMEText automatically encod...
2010-06-02 Antoine PitrouIssue #8873: add a documentation note about possible...
2010-06-02 Vinay SajipLogging: improved error reporting for BaseConfigurator...
2010-06-02 Ronald OussorenFix for issue8868: without this patch 'MacOS.WMAvailabl...
2010-06-02 Senthil KumaranFix issue8788 - description of doseq parameter in urlli...
2010-06-01 Brian CurtinFix #8618. Ask the Windows mixer API if there are any...
2010-06-01 Senthil KumaranFix Issue8797 - urllib2 basic authentication fix for...
2010-06-01 Georg BrandlPut docs for RegexObject.search() before RegexObject...
2010-06-01 R. David Murray#7583: clarify discussion of hard tab expansion in...
2010-05-31 Antoine PitrouImprove documentation for getaddrinfo() (part of #8857)
2010-05-30 Mark DickinsonIssue #8748: Fix incorrect results from comparisons...
2010-05-30 Mark DickinsonRemove declaration for unused variable.
2010-05-30 Mark DickinsonIssue #5211: Complete removal of implicit coercions...
2010-05-29 Mark DickinsonUntabify Modules/config.c.in.
2010-05-29 Stefan KrahFix typo
2010-05-29 Antoine PitrouIssue #8840: Make documentation for truncate() clearer
2010-05-29 Georg Brandl#8616: add new turtle demo "nim".
2010-05-28 R. David MurrayMake the ctl-C shutdown of serve.py prettier.
2010-05-28 R. David MurrayMake reference to Generic Attribute Management a hyperlink.
2010-05-28 Brian CurtinFix #8405 for slow buildbots. Remove the sleep on start...
2010-05-28 Martin v. LöwisIssue #1759169: Drop _XOPEN_SOURCE on Solaris.
next