]> granicus.if.org Git - python/shortlog
python
2010-10-04 Éric AraujoFix interaction of custom translation classes and cachi...
2010-10-04 Éric AraujoRecode developers.txt to UTF-8, as discussed on python...
2010-10-04 Antoine PitrouGzipFile.peek improvements, suggested by Nir Aides.
2010-10-04 Giampaolo RodolàFix issue 6706: adds new handle_accepted() method to...
2010-10-04 Martin v. LöwisAdd Tal Einat.
2010-10-04 Lars GustäbelIssue #9065: no longer use "root" as the default for the
2010-10-04 Senthil KumaranRemove the debugging print line from the test.
2010-10-03 Gerhard HäringFixes #10020
2010-10-03 Senthil KumaranFix Issue10012 - httplib headers, which are (sometimes...
2010-10-03 Senthil KumaranFix Issue9272 - Change CGIHTTPServer to give the child...
2010-10-03 Tarek Ziadétypo in Arfrever name
2010-10-03 Tarek ZiadéFixed #8980: distutils.command.check was failing w...
2010-10-03 Benjamin Petersontypo
2010-10-02 Benjamin Petersonadd a test and a note about metaclasses now being abcs
2010-10-02 R. David Murray#1050268: make parseaddr 'quote' the contents of quoted...
2010-10-02 R. David MurrayMake the printing of sqlite version in verbose mode...
2010-10-02 Victor StinnerUpdate changelog for r85174
2010-10-02 Victor StinnerIssue #8670: Rename testcapi unicode test methods
2010-10-02 Victor StinnerOops, revert unwanted _testcapi changes of r85174
2010-10-02 Victor StinnerIssue #8670: ctypes.c_wchar supports non-BMP characters...
2010-10-02 Victor StinnerIssue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWid...
2010-10-02 Victor StinnerIssue #8870: PyUnicode_AsWideCharString() doesn't count...
2010-10-02 Senthil KumaranUse proper variable name 'data' instead of 'str' in...
2010-10-02 Senthil KumaranFix - issue10010 .. index:: position in the docs.
2010-10-02 Benjamin Petersontype.__abstractmethods__ should raise an AttributeError...
2010-10-01 Amaury Forgeot... Lower the tone of the warning about SSL certificate...
2010-10-01 R. David MurrayFix docstring typo.
2010-10-01 R. David Murray#10004: in Q encoded word ignore '=xx' when xx is not...
2010-10-01 Brian CurtinFix #10003. Add SIGBREAK to the set of valid signals...
2010-10-01 Alexander BelopolskyIssue #6608: time.asctime is now checking struct tm...
2010-10-01 Hirokazu YamamotoCosmetic fix for PCBuild/readme.txt.
2010-10-01 Georg BrandlFix weird markup that caused latex to fail.
2010-10-01 R. David MurrayFix a couple spelling errors in comments and delete...
2010-09-30 Senthil KumaranIssue1491 - BaseHTTPServer incorrectly implements respo...
2010-09-29 Brian CurtinRemove an unreferenced variable. len is no longer needed.
2010-09-29 Mark DickinsonIssue #9599: Further accuracy tweaks to loghelper...
2010-09-29 Mark DickinsonAdd testcases from bug report #9980.
2010-09-29 Victor StinnerFix PyUnicode_AsWideCharString(): set *size if size...
2010-09-29 Victor Stinnertest_imp: getfilesystemencoding() cannot be None anymore
2010-09-29 Victor StinnerUse os.fsencode() to support surrogates
2010-09-29 Victor StinnerIssue #9630: Redecode filenames when setting the filesy...
2010-09-29 Antoine PitrouFix NNTP when there's a ".netrc" file
2010-09-29 Antoine PitrouDisable the usenetrc option when testing nntplib
2010-09-29 Antoine PitrouIssue #9360: Cleanup and improvements to the nntplib...
2010-09-29 Brian CurtinFix #9978. WINFUNCTYPE is from ctypes, not from ctypes...
2010-09-29 Antoine PitrouIssue #9983: warn that urllib and httplib don't perform...
2010-09-29 Antoine PitrouIssue #9962: GzipFile now has the peek() method.
2010-09-29 Victor StinnerIssue #9979: Use PyUnicode_AsWideCharString() in _ctype...
2010-09-29 Victor StinnerIssue #9979: Use PyUnicode_AsWideCharString() in time...
2010-09-29 Victor StinnerIssue #9979: Use PyUnicode_AsWideCharString() for _loca...
2010-09-29 Victor StinnerIssue #9979: Use PyUnicode_AsWideCharString() in import.c
2010-09-29 Victor StinnerIssue #9979: Create function PyUnicode_AsWideCharString().
2010-09-29 Victor Stinnerlinecache.updatecache(): don't the lines into the cache...
2010-09-29 Victor Stinnerlinecache.updatecache() returns an empty list on error
2010-09-29 R. David MurrayHave test_sqlite print version info when run in verbose...
2010-09-29 R. David Murray#7110: have regrtest print test failures and tracebacks...
2010-09-28 Antoine PitrouGive a dedicated page to memoryview objects, so that...
2010-09-28 Antoine PitrouBuffers are not sequence objects (!). Put them in the...
2010-09-28 Antoine PitrouVarious improvements to the docs of the buffer API
2010-09-28 R. David Murray#9628: fix runtests.sh -x option so more than one test...
2010-09-28 Antoine PitrouFix compilation under Windows
2010-09-28 Antoine PitrouDiscourage use of the old buffer API funcs
2010-09-28 Antoine PitrouIssue #9090: When a socket with a timeout fails with...
2010-09-28 Hirokazu YamamotoIssue #3612: Added new types to ctypes.wintypes. (CHAR...
2010-09-28 Hirokazu YamamotoUpdated PC/VC6 openssl build script. (for openssl-1...
2010-09-28 Hirokazu YamamotoNow perl path with spaces can be used.
2010-09-28 Hirokazu YamamotoReverted to r70917.
2010-09-28 Antoine PitrouIssue #9970: improve C API documentation for memoryview...
2010-09-28 Ronald OussorenFix for issue #9568.
2010-09-28 Ronald OussorenAdd support for the ZSH shell to the "Update Shell...
2010-09-28 Hirokazu YamamotoChanged order to see other test results. (Also temporar...
2010-09-28 Hirokazu YamamotoRun test_ttk_guionly in verbose mode. (This commit...
2010-09-28 Mark DickinsonIssue #9599: Tweak loghelper algorithm to return sligh...
2010-09-28 Hirokazu YamamotoUpdated VS8.0 bz2.vcproj with PCBuild/vs9to8.py.
2010-09-27 Brett CannonSince __import__ is not designed for general use, have...
2010-09-27 Brian CurtinImplement #8521. Added named argument handling to winre...
2010-09-27 Antoine PitrouIssue #9950: Fix socket.sendall() crash or misbehaviour...
2010-09-27 Alexander BelopolskyIssue 9941: Minor code cleanup before implementing...
2010-09-27 Vinay Sajiplogging: Updated library configuration documentation.
2010-09-27 Kristján Valur... issue 9910
2010-09-27 Senthil KumaranFix Issue1595365 - Adding the req.headers after the...
2010-09-26 Antoine PitrouIssue #8445: try to fix some buildbot failures on test_...
2010-09-26 Vinay Sajiplogging: NullHandler optimisation.
2010-09-25 Antoine PitrouFix typo.
2010-09-25 Vinay SajipIssue #9947: logging: Fixed locking bug in stopListening.
2010-09-25 Vinay SajipIssue #9945: logging: Fixed locking bugs in addHandler...
2010-09-25 Georg Brandl#9562: slight clarification.
2010-09-25 Georg Brandl#9944: fix typo.
2010-09-25 Benjamin Petersonrevert r85003, poorly considered; breaks tests
2010-09-25 Benjamin Petersondon't count keyword arguments as positional #9943
2010-09-24 Alexander BelopolskyThis should fix buildbot failure introduced by r84994
2010-09-24 Brian CurtinFix a line that got hacked up by r82659.
2010-09-24 Antoine PitrouMake _kill_process more robust under Windows too (see...
2010-09-24 Alexander BelopolskyIssue #9936: Fixed executable lines' search in the...
2010-09-24 Hirokazu YamamotoIssue #9552: Avoid unnecessary rebuild of OpenSSL....
2010-09-24 Brian CurtinFix #9790 again. Rather than handle NotImplementedError...
2010-09-24 Brian CurtinLoginTests fails on a number of buildbots with differen...
2010-09-24 Brian CurtinFix a typo. full->final
2010-09-23 Brian CurtinFix #9790: Rework the imports necessary for ntpath...
2010-09-23 Vinay SajipUpdated SysLogHandler documentation.
next