]> granicus.if.org Git - python/shortlog
python
2013-05-09 Ezio Melotti#17938: remove duplicate paragraphs.
2013-05-09 Ezio Melotti#17809: fix a test failure in test_expanduser when...
2013-05-09 Serhiy StorchakaIssue #16601: Restarting iteration over tarfile no...
2013-05-08 Ezio Melotti#17877: skip test if the Olson's TZ database is missing.
2013-05-08 Ezio Melotti#16523: improve attrgetter/itemgetter/methodcaller...
2013-05-07 Ezio Melotti#17714: document that the base64 codec adds a trailing...
2013-05-07 Ezio Melotti#17871: fix unittest.TextTestRunner signature in the...
2013-05-07 Raymond HettingerIssue 17920: Fix-up terminology in the set documentation
2013-05-06 Antoine PitrouIssue #17289: The readline module now plays nicer with...
2013-05-06 Charles-Francois... Issue #12181: select module: Fix struct kevent definiti...
2013-05-06 David Malcolm#17833: fix test_gdb failures seen on PPC64 Linux in...
2013-05-06 R David Murray#14187: Add glossary entry for 'function annotations'.
2013-05-06 Richard OudkerkIssue #17805: Add AsyncResult alias for ApplyResult
2013-05-06 Roger Serwy#13495: Avoid loading the color delegator twice in...
2013-05-06 Raymond HettingerIssue 17862: Improve the signature of itertools groupe...
2013-05-05 Roger Serwy#17798: Allow IDLE to edit new files when specified...
2013-05-05 Antoine PitrouFix crash caused by 8c1385205a35
2013-05-04 Brett CannonFix a test to not use an assertion for something that...
2013-05-04 Antoine PitrouIssue #14173: Avoid crashing when reading a signal...
2013-05-04 Antoine PitrouIssue #17408: Avoid using an obsolete instance of the...
2013-05-04 Antoine PitrouElaborate on bytes-like objects.
2013-05-04 Ezio Melotti#16518: use "bytes-like object" throughout the docs.
2013-05-04 Ezio Melotti#7855: Add tests for ctypes/winreg for issues found...
2013-05-04 Serhiy StorchakaIssue #16316: mimetypes now recognizes the .xz and...
2013-05-03 Brett CannonIssue #15902: Fix imp.load_module() to accept None...
2013-05-03 Raymond HettingerIssue #15535: Fix pickling of named tuples.
2013-05-01 Ezio Melotti#17802: Fix an UnboundLocalError in html.parser. Initi...
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Ezio Melotti#16518: add "bytes-like object" to the glossary.
2013-04-30 Ezio Melotti#17881: clarify documentation of plistlib.
2013-04-30 Gregory P.... fix the news entry, the description in 3.3 should be...
2013-04-30 Gregory P.... news entry
2013-04-30 Gregory P.... news entry
2013-04-30 Gregory P.... null merge
2013-04-30 Gregory P.... This local change was lost during the fixing of issue17...
2013-04-30 Gregory P.... * Fix remaining bits of issue 17192 for 3.3 - these...
2013-04-30 Gregory P.... * Fix PART of issue 17192 for 3.3 - reapply the issue11...
2013-04-30 Gregory P.... * Fix issue 17192 for 3.2 - reapply the issue11729...
2013-04-29 Benjamin Petersonignore errors when trying to fetch sys.stdin.encoding...
2013-04-29 Benjamin Petersonraise an ImportError (rather than fatal) when __import_...
2013-04-28 R David Murray#7152: Remove incorrectly added reference to DataHandler.
2013-04-28 Brett CannonIssue #17358: imp.load_source() and load_compiled(...
2013-04-28 R David MurrayReflow paragraphs.
2013-04-28 R David Murray#7152: Clarify that ProxyHandler is added only if proxy...
2013-04-28 Serhiy StorchakaAdded base64 module tests for non-binary files.
2013-04-28 Serhiy StorchakaIssue #17842. Added base64 module tests with bytearray...
2013-04-28 Serhiy StorchakaIssue #17857: Prevent build failures with pre-3.5.0...
2013-04-28 Brett CannonIssue #17357: Use more stern wording for
2013-04-24 Antoine PitrouIssue #17835: Fix test_io when the default OS pipe...
2013-04-23 Łukasz Langaclean the environment from pre-existing PYTHONWARNINGS...
2013-04-23 Łukasz Langabackported rev 79713 from 3.4, test_recursion_limit...
2013-04-23 Łukasz Langafix character index in ExtendedInterpolation's exceptio...
2013-04-23 Ronald OussorenEnsure that plistlib doesn't corrupt deeply nested...
2013-04-23 Ezio Melotti#17729: remove the Advocacy HOWTO from the index.
2013-04-23 Ezio Melotti#17729: remove the outdated Advocacy HOWTO, as suggeste...
2013-04-22 Serhiy StorchakaIssue #11714: Use 'with' statements to assure a Semapho...
2013-04-22 Eli BenderskyIssue #17736: fix misleading comment in _elementtree.c
2013-04-22 Vinay SajipIssue #17795: Reverted backwards-incompatible change...
2013-04-21 R David Murray#15575: Clarify tutorial description of when modules...
2013-04-21 Ned DeilyIssue #17670: Provide an example of expandtabs() usage.
2013-04-21 R David Murray#17065: Use process-unique key for winreg test.
2013-04-21 Alexandre VassalottiFix reference leak in _pickle.
2013-04-21 Ezio MelottiRemove trailing whitespace.
2013-04-21 Ezio MelottiRemove duplicated tests.
2013-04-20 Ned DeilyIssue #17801: fix shebang line of gprof2html.py
2013-04-20 Alexandre VassalottiIsuse #17720: Fix APPENDS handling in the Python implem...
2013-04-20 R David Murray#17409: Document RLIM_INFINITY and use it to clarify...
2013-04-19 R David Murray#17413: make sure settrace funcs get passed exception...
2013-04-19 Barry WarsawMinor typo in example.
2013-04-19 Ezio MelottiFix indentation.
2013-04-19 Ezio Melotti#17790: test_set now works with unittest test discovery...
2013-04-19 Ezio Melotti#17789: test_random now works with unittest test discov...
2013-04-19 Ezio Melotti#17779: test_osx_env now works with unittest test disco...
2013-04-18 R David Murray#17135: Add note in imp to use importlib for new programs.
2013-04-17 Richard OudkerkMerge.
2013-04-17 Antoine Pitrou- Issue #17782: Fix undefined behaviour on platforms...
2013-04-17 Richard OudkerkIssue #17555: Fix ForkAwareThreadLock so that size...
2013-04-17 Giampaolo Rodola'Fix issue #17707: multiprocessing.Queue's get() method...
2013-04-17 Roger Serwy#14735: Update IDLE docs to omit "Control-z on Windows".
2013-04-17 Ezio Melotti#17771: fix typo. Patch by Andriy Mysyk.
2013-04-17 Ezio Melotti#17766: test_iterlen now works with unittest test disco...
2013-04-17 Ezio Melotti#17740: fix links to the socket function. Initial...
2013-04-16 Antoine PitrouIssue #17739: fix the description of SSLSocket.getpeerc...
2013-04-16 Barry WarsawRemove unused import.
2013-04-16 Barry Warsaw- Issue #17012: shutil.which() no longer fallbacks...
2013-04-16 Benjamin Petersonremove pointless code (closes #17738)
2013-04-15 Antoine PitrouIssue #17710: Fix pickle raising a SystemError on bogus...
2013-04-15 Ezio Melotti#13510: clarify that f.readlines() is note necessary...
2013-04-15 Eric V. SmithIssue #17728: Specify default precision for float.forma...
2013-04-15 Nick CoghlanClose #17731: Clean up properly in test_import
2013-04-14 R David Murray#17341: Include name in re error message about invalid...
2013-04-14 Serhiy StorchakaIssue #17221: Resort Misc/NEWS.
2013-04-14 Victor StinnerIssue #17702: use assertRaises() for the unit test
2013-04-14 Victor StinnerClose #17702: os.environ now raises KeyError with the...
2013-04-14 Nick CoghlanClose issue #16163: handle submodules in pkgutil.iter_i...
2013-04-14 Alexandre VassalottiMerge heads.
2013-04-14 Alexandre VassalottiIssue #16550: Update the opcode descriptions of picklet...
2013-04-14 Georg BrandlFix example ignoring ".svn" directories in compileall.
2013-04-14 Georg BrandlThe Integral class does not contain implementations...
next