]> granicus.if.org Git - python/shortlog
python
2010-08-17 Ezio MelottiCorrect a couple of assert* methods. Patch by Dave...
2010-08-17 Nick CoghlanIssue 9147: Add dis.code_info()
2010-08-17 Nick CoghlanDocument and test the resolution of issue 3445 (tolerat...
2010-08-17 Nick CoghlanRemove some lingering remnants of the short-lived funct...
2010-08-17 Benjamin Petersonadded versionadded
2010-08-17 Benjamin Petersonadd tests for mknod() and mkfifo() #9569
2010-08-17 Benjamin Petersonremove test for oldstyle classes
2010-08-17 Benjamin Petersonuse assertTrue/assertFalse
2010-08-17 Benjamin Petersonadd support for abstract class and static methods ...
2010-08-17 Victor Stinnertest_zipimport: fix test name
2010-08-17 Victor StinnerIssue #9425: save/restore exception on filename encoding
2010-08-17 Victor StinnerIssue #9425: zipimporter_repr() uses unicode
2010-08-16 Victor StinnerIssue #9425: get_data() uses an unicode path
2010-08-16 Amaury Forgeot... r82659 reintroduced some tab characters. Untabify again.
2010-08-16 Amaury Forgeot... Fix compilation warning on Windows
2010-08-16 Victor StinnerIssue #9425: Create Py_UNICODE_strncmp() function
2010-08-16 Brian CurtinMark myself as assignable for winreg, and put myself...
2010-08-16 Alexander BelopolskyIssue #8983: Corrected docstrings.
2010-08-16 Tim GoldenAdd Tim Golden as interested in Windows
2010-08-16 Florent XiclunaI get it wrong in r84097: s/relative/absolute/
2010-08-16 Alexander BelopolskyIssue #665761: functools.reduce() will no longer mask...
2010-08-16 Florent XiclunaUse test.support and unittest features. Fix duplicated...
2010-08-16 Victor StinnerAdd versionadded tag to PySys_FormatStd*() functions doc
2010-08-16 Victor StinnerIssue #9425: read_directory() is fully unicode compliant
2010-08-16 Victor StinnerIssue #9599: Create PySys_FormatStdout() and PySys_Form...
2010-08-16 Antoine PitrouRemove debug hack
2010-08-16 Giampaolo Rodolàfix getaddrinfo test failure on OSX caused by AI_CANNAM...
2010-08-16 Richard Jonesclose down sockets held by asyncore at end of test...
2010-08-16 Antoine PitrouSave and restore the global asyncore.socket_map, and...
2010-08-15 Antoine PitrouAdd debug output to the asyncore test
2010-08-15 Antoine PitrouPut test_ciphers in NetworkedTests
2010-08-15 Antoine PitrouFollowing Ezio's suggestion, force verbose mode on...
2010-08-15 Florent XiclunaReplace readfp() with read_file() in configparser docum...
2010-08-15 Florent XiclunaReplace the deprecated ConfigParser.readfp() method...
2010-08-15 Victor StinnerFix TESTFN_UNENCODABLE of test.support on Mac OS X
2010-08-15 Antoine PitrouFix more 64-bit warnings.
2010-08-15 Antoine PitrouFix other warnings under 64-bit Windows.
2010-08-15 Antoine PitrouFix (harmless) warning with MSVC.
2010-08-15 Antoine PitrouFix indentation and remove dead code.
2010-08-15 Antoine PitrouFix some compilation warnings under 64-bit Windows...
2010-08-15 Antoine PitrouAdd pgen.stamp to svn:ignore and friends
2010-08-15 Martin v. LöwisDon't run pgen twice when using make -j.
2010-08-15 Victor StinnerOops, fix a typo in NEWS: surrogateespace => surrogatee...
2010-08-15 Mark DickinsonClarify whatsnew entry for short float repr: roundtrip...
2010-08-15 Victor StinnerIssue #9605: posix.getlogin() decodes the username...
2010-08-15 Victor StinnerIssue #9604: posix.initgroups() encodes the username...
2010-08-15 Victor StinnerIssue #9603: posix.ttyname() and posix.ctermid() decode...
2010-08-15 Raymond HettingerFix __all__.
2010-08-15 Senthil KumaranRemoving the comment lines for the modules which were...
2010-08-15 Raymond HettingerRemove unused imports
2010-08-15 Raymond HettingerRemove the lfu_cache. Add more tests.
2010-08-14 Raymond HettingerSupport cache sizes.
2010-08-14 Éric AraujoFix typo
2010-08-14 Raymond HettingerLocalize one more builtin lookup.
2010-08-14 Raymond HettingerAdd locks to make the caches well behaved in multi...
2010-08-14 Raymond HettingerClean-up the cache patch for the re module.
2010-08-14 Florent XiclunaSilence BytesWarning while testing exception
2010-08-14 Florent XiclunaSilence the BytesWarning, due to patch r83294 for ...
2010-08-14 Florent XiclunaRemove bad merge (from svnmerge r82301)
2010-08-14 Victor StinnerMac OS X denies unencodable filenames (invalid utf-8)
2010-08-14 Florent XiclunaConvert to spaces.
2010-08-14 Victor StinnerCreate _Py_fopen() for PyUnicodeObject path
2010-08-14 Florent XiclunaFix order.
2010-08-14 Victor Stinner_Py_stat(): ensure that path ends with a nul character
2010-08-14 Florent XiclunaList Misc/python-config.in in Misc/README. Fix few...
2010-08-14 Giampaolo Rodolàfix issue #8857: provide a test case for socket.getaddrinfo
2010-08-14 Antoine PitrouThere doesn't seem to be a reason for this test to...
2010-08-14 Antoine PitrouThis is a better resolution than r84021 (because it...
2010-08-14 Antoine PitrouAdd a reasonable timeout to network SSL tests, so as...
2010-08-14 Georg BrandlFix format.
2010-08-14 Florent XiclunaMerged manually from 2.7 branch to 3.x trunk.
2010-08-14 Georg BrandlTypo fix.
2010-08-14 Georg BrandlTypo fix.
2010-08-14 Georg BrandlWording fix.
2010-08-14 Georg BrandlAdd some maintainers.
2010-08-14 Victor StinnerIssue #9425: zipimporter_init() is fully unicode compliant
2010-08-14 Victor StinnerIssue #9425: Create private _Py_stat() function
2010-08-14 Georg BrandlThere are no *.doc files anymore. Also update "funny...
2010-08-14 Antoine PitrouFix indentation in Modules/getpath.c
2010-08-14 Antoine PitrouAdd comments about Windows in Modules/getpath.c
2010-08-14 Antoine PitrouAdd myself to threads topic (suggested by Ezio)
2010-08-14 Ezio MelottiAdd myself for the bug tracker (and for re).
2010-08-14 Ezio MelottiRevert r82831 as discussed at EP now that the wording...
2010-08-14 Éric AraujoOops, fix typo
2010-08-14 Éric AraujoLet's commit
2010-08-14 Éric AraujoFix reference (follow-up to #9061)
2010-08-14 Éric AraujoManually merge r83995: Fix version{added,changed} and...
2010-08-14 Éric AraujoUse a marker in generated MANIFEST files, don't touch...
2010-08-14 Victor StinnerKill a gcc warning introduced by r83988
2010-08-13 Victor StinnerIssue #9542: Create PyUnicode_FSDecoder() function
2010-08-13 Victor StinnerCreate _Py_wchar2char() function, reverse of _Py_char2w...
2010-08-13 Antoine PitrouReimplement addbuilddir() in C inside getpath.c, so...
2010-08-13 Victor StinnerFix a typo: TESTFN_UNENCODEABLE => TESTFN_UNENCODABLE
2010-08-13 Antoine PitrouIssue #9203: Computed gotos are now enabled by default...
2010-08-13 Brian CurtinFix #9588. Add sys.executable to two shell=True tests.
2010-08-13 R. David MurrayPer request, make 'nosy' vs 'assign' explicit in mainta...
2010-08-13 Victor StinnerIssue #9560: Use -b option of the file command in _sysc...
2010-08-13 Antoine PitrouReapply r83877.
2010-08-13 Antoine PitrouRe-apply r83871.
2010-08-13 Antoine PitrouDe-duplicate contents of pytime.h
next