]> granicus.if.org Git - python/shortlog
python
2011-02-26 Vinay SajipIssue #11330: Updated tests for correct asctime handling.
2011-02-26 Vinay SajipIssue #11330: Added regression test.
2011-02-26 Antoine PitrouIssue #9931: Fix hangs in GUI tests under Windows in...
2011-02-26 Éric AraujoReplace links to the old dev doc with links to the...
2011-02-26 Antoine PitrouIssue #11323: fix sendfile tests under 64-bit Solaris.
2011-02-26 Vinay SajipRemoved typo.
2011-02-26 Vinay SajipIssue #11331: fixed documentation in logging cookbook.
2011-02-26 Vinay SajipIssue #11330: asctime format bug fixed.
2011-02-26 Antoine PitrouCheck error return from _parse_off_t(), and remove...
2011-02-26 Antoine PitrouRevert r88639 (the optimization changes behaviour and...
2011-02-26 Antoine PitrouIssue #11258: Speed up ctypes.util.find_library() under...
2011-02-26 Vinay Sajiptest_logging: Changed TimedRotatingFileHandler tests...
2011-02-26 Raymond HettingerAdd __bool__ method. Add tests. Fix-up broken test.
2011-02-26 Vinay Sajiptest_logging: diagnostic code changes.
2011-02-26 Senthil KumaranFix Issue10228 - Refleak run of test_dbm fails when...
2011-02-26 Raymond HettingerMake Py3.x style "import builtins"
2011-02-26 Alexander BelopolskyPEP 7 conformance changes (whitespace only).
2011-02-26 Raymond HettingerIssue #11297: Add collections.ChainMap()
2011-02-26 Antoine PitrouFix AttributeError.
2011-02-26 Antoine PitrouFix compilation warning in Modules/posixmodule.c.
2011-02-25 Antoine PitrouIssue #10755: Add the posix.fdlistdir() function. ...
2011-02-25 Antoine PitrouIssue #4761: Add the *at() family of functions (openat...
2011-02-25 Antoine PitrouIssue #7322: Trying to read from a socket's file-like...
2011-02-25 Vinay Sajiptest_logging: Added more diagnostics for buildbot failures.
2011-02-25 Giampaolo RodolàIssue 11291: poplib suppresses errors on QUIT.
2011-02-25 Giampaolo RodolàIssue 11177: asyncore's create_socket() arguments can...
2011-02-25 Antoine PitrouIssue #6064: Add a `daemon` keyword argument to the...
2011-02-25 Giampaolo Rodolà(issue 11323) - attempt to fix solaris buildbot failure...
2011-02-25 Éric AraujoAdd missing read() in distutils doc.
2011-02-25 Antoine PitrouIssue #10956: Buffered I/O classes retry reading or...
2011-02-25 Giampaolo RodolàUpdate Misc/NEWS to include os.getpriority() and os...
2011-02-25 Giampaolo RodolàIssue 10784: adds os.getpriority() and os.setpriority...
2011-02-25 Antoine PitrouIssue #11114: Fix catastrophic performance of tell...
2011-02-25 Giampaolo Rodolà(issue 11214) - fix asyncore.strerror test failure...
2011-02-25 Giampaolo RodolàSkip os.sendfile() test if threading module is not...
2011-02-25 Alexander BelopolskyIssue #11303: Added shortcuts for utf8 and latin1 encod...
2011-02-25 Vinay Sajiplogging: enabled test which was intermittently failing...
2011-02-25 Vinay SajipDocumented QueueListener change.
2011-02-25 Vinay SajipImproved QueueListener implementation - queue sentinel...
2011-02-25 Marc-André... Normalize the encoding names for Latin-1 and UTF-8 to
2011-02-25 Georg BrandlRename internal helper function and make it static.
2011-02-25 Georg BrandlRegenerate configure after r88580.
2011-02-25 Giampaolo Rodolà(issue 11232) - fix asyncore documentation issue (patch...
2011-02-25 Giampaolo RodolàIssue 10882: add os.sendfile(). (patch provided by...
2011-02-25 Antoine PitrouFix .hgeol
2011-02-25 Antoine PitrouMore eol-style's
2011-02-25 Antoine PitrouMake svn:eol-style's more consistent
2011-02-25 Benjamin Petersonrewrite with assertIs
2011-02-25 Benjamin Petersonrun autoconf
2011-02-25 Georg BrandlAdd 3.3 whatsnew to index.
2011-02-25 Georg BrandlRemove unused m4 define.
2011-02-25 Eli BenderskyRemoved fcmp and FUZZ from test.support, following...
2011-02-25 Eli BenderskyIssue #10516: adding list.clear() and list.copy() methods
2011-02-24 Giampaolo RodolàAdds Python 3.3 what's new document.
2011-02-24 Antoine PitrouIssue #11286: Raise a ValueError from calling PyMemoryV...
2011-02-24 Alexander BelopolskyIssue #11286: Fixed unpickling of empty 2.x strings.
2011-02-24 Éric AraujoAllow usage of SomeABC.register as a class decorator...
2011-02-24 Benjamin Petersonrewrite
2011-02-24 Benjamin Petersonthis seems to be pointlessly nested
2011-02-24 Benjamin PetersonMerged revisions 88535 via svnmerge from
2011-02-24 Raymond HettingerIssue #11304: Input/output tutorial - PI is rounded...
2011-02-23 Brett CannonRevert r88503 as Benjamin's request.
2011-02-23 Victor StinnerIssue #3080: Fix test_reprlib on Windows
2011-02-23 Victor StinnerIssue #11272: Fix input() and sys.stdin for Windows...
2011-02-23 Lars GustäbelIssue #11224: Improved sparse file read support (r85916...
2011-02-23 Victor Stinnerdynload_dl.c: replace tabs by spaces
2011-02-23 Raymond HettingerAdd tests for the _ChainMap helper class.
2011-02-23 Georg BrandlIndent "versionadded" properly.
2011-02-23 Georg BrandlAdd new subdirectory to LIBSUBDIRS.
2011-02-23 Raymond HettingerFix imports from collections.abc
2011-02-23 Victor StinnerIssue #3080: Add PyModule_GetNameObject()
2011-02-23 Victor StinnerIssue #3080: Mark _PyImport_FindBuiltin() argument...
2011-02-22 Victor StinnerIssue #3080: document encoding used by import functions
2011-02-22 Victor StinnerIssue #3080: Remove unused argument of _PyImport_GetDyn...
2011-02-22 Victor StinnerIssue #3080: Mark PyWin_FindRegisteredModule() as private
2011-02-22 Brett CannonA crypt algorithm may not be available by returning...
2011-02-22 Brett CannonMake Lib/crypt.py meet PEP 8 standards. This also led...
2011-02-22 Antoine PitrouIssue #11277: finally fix Snow Leopard crash following...
2011-02-22 Brett CannonFix test.test_crypt.test_methods() to pass on OS X.
2011-02-22 Brett CannonIssue #8914: fix various warnings from the Clang static...
2011-02-22 Giampaolo RodolàIn FTP.close() method, make sure to also close the...
2011-02-22 Giampaolo RodolàIn FTP.close() method, make sure to also close the...
2011-02-22 Brett CannonAdd lib2to3.__main__ to make it easier for debugging...
2011-02-22 Giampaolo Rodolàsmtlib.py PEP8 normalization via pep8.py script.
2011-02-22 Sean ReifscheiderIssue #10924: Adding salt and Modular Crypt Format...
2011-02-22 Brett CannonIssue #11074: Make 'tokenize' so it can be reloaded.
2011-02-22 Brett CannonIssue #10512: close the log file in cgi when running...
2011-02-22 Brett CannonIssue #10992: make tests pass when run under coverage.
2011-02-22 Brett CannonIgnore __pycache__ in Lib/collections.
2011-02-22 Raymond HettingerFactor-out common code for helper classes.
2011-02-22 Raymond HettingerHave the test filename match the module filename.
2011-02-22 Raymond HettingerIssue #11085: Moved collections abstract base classes...
2011-02-21 Antoine PitrouIssue #4681: Allow mmap() to work on file sizes and...
2011-02-21 Antoine PitrouIssue #10826: Prevent sporadic failure in test_subproce...
2011-02-21 Victor StinnerFix PyUnicode_FromFormatV("%c") for non-BMP char
2011-02-21 Victor StinnerRemove filename variable from ceval.c
2011-02-21 Victor Stinnercompileall uses repr() to format filenames/paths
2011-02-21 Victor StinnerRemove bootstrap code of PyUnicode_AsEncodedString()
2011-02-21 Ned DeilyIssue #11268: Prevent Mac OS X Installer failure if...
2011-02-21 Raymond HettingerIssue 11263: Fix link to source code.
next