]> granicus.if.org Git - python/shortlog
python
2013-05-07 Vinay SajipSkip failing test pending investigation.
2013-05-07 Ezio Melotti#17714: merge with 3.3.
2013-05-07 Ezio Melotti#17714: document that the base64 codec adds a trailing...
2013-05-07 Ezio Melotti#17871: merge with 3.3.
2013-05-07 Ezio Melotti#17871: fix unittest.TextTestRunner signature in the...
2013-05-07 Raymond Hettingermerge
2013-05-07 Raymond HettingerIssue 17920: Fix-up terminology in the set documentation
2013-05-06 Victor StinnerFix uninitialized value in charmap_decode_mapping()
2013-05-06 Nick CoghlanIssue #11816: Add missing test helper
2013-05-06 Victor StinnerIssue #7330: Implement width and precision (ex: "%5...
2013-05-06 Antoine PitrouIssue #17289: The readline module now plays nicer with...
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 Charles-Francois... Issue #12181: select module: Fix struct kevent definiti...
2013-05-06 Antoine PitrouIssue #1545463: Global variables caught in reference...
2013-05-06 David Malcolm#17833: merge with 3.3
2013-05-06 David Malcolm#17833: fix test_gdb failures seen on PPC64 Linux in...
2013-05-06 R David MurrayMerge #14187: Add glossary entry for 'function annotati...
2013-05-06 R David Murray#14187: Add glossary entry for 'function annotations'.
2013-05-06 Nick CoghlanIssue #11816: switch test_peepholer to bytecode_helper
2013-05-06 Nick CoghlanIssue #11816: multiple improvements to the dis module
2013-05-06 Mark DickinsonIssue #5845: avoid an exception at startup on OS X...
2013-05-06 Richard OudkerkCorrect issue number for c4f92b597074 in Misc/NEWS...
2013-05-06 Richard OudkerkMerge
2013-05-06 Richard OudkerkIssue #17805: Add AsyncResult alias for ApplyResult
2013-05-06 Richard OudkerkIssue #13813: Embed stringification of remote traceback...
2013-05-06 Roger Serwy#13495: merge with 3.3.
2013-05-06 Roger Serwy#13495: Avoid loading the color delegator twice in...
2013-05-06 Raymond Hettingermerge
2013-05-06 Raymond HettingerIssue 17862: Improve the signature of itertools groupe...
2013-05-05 Richard OudkerkIssue #15528: Add weakref.finalize to support finalizat...
2013-05-05 Antoine PitrouIssue #17094: Clear stale thread states after fork().
2013-05-05 Richard OudkerkBackout 2e446e87ac5b; it breaks the unix buildbots.
2013-05-05 Richard OudkerkIssue #15528: Add weakref.finalize to support finalizat...
2013-05-05 Roger Serwy#17798: merge with 3.3.
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-05 Antoine PitrouFix crash caused by 8c1385205a35
2013-05-04 Brett Cannonmerge w/ 3.3
2013-05-04 Brett CannonFix a test to not use an assertion for something that...
2013-05-04 Brett CannonChange a test assertion to a conditional so the test...
2013-05-04 Brett Cannon#17115: I hate you MS for not supporting C99.
2013-05-04 Brett Cannonmerge
2013-05-04 Brett Cannon#17115: Remove what appears to be a useless chunk of...
2013-05-04 Antoine PitrouIssue #14173: Avoid crashing when reading a signal...
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 PitrouIssue #17408: Avoid using an obsolete instance of the...
2013-05-04 Antoine PitrouElaborate on bytes-like objects.
2013-05-04 Antoine PitrouElaborate on bytes-like objects.
2013-05-04 Antoine PitrouIssue #5845: Enable tab-completion in the interactive...
2013-05-04 Brett Cannon#17115,17116: Have modules initialize the __package__...
2013-05-04 Ezio Melotti#16518: merge with 3.3.
2013-05-04 Ezio Melotti#16518: use "bytes-like object" throughout the docs.
2013-05-04 Ezio Melotti#7855: merge with 3.3.
2013-05-04 Ezio Melotti#7855: Add tests for ctypes/winreg for issues found...
2013-05-04 Serhiy StorchakaNull merge (already committed in changeset a3ba5fe9bfd3)
2013-05-04 Serhiy StorchakaIssue #16316: mimetypes now recognizes the .xz and...
2013-05-03 Brett Cannonadd trailing newline to file
2013-05-03 Brett CannonMove test_imp over to unittest.main()
2013-05-03 Brett CannonGuard more tests in test_imp requiring imp.load_dynamic...
2013-05-03 Brett Cannon#15902: merge w/ 3.3
2013-05-03 Brett CannonIssue #15902: Fix imp.load_module() to accept None...
2013-05-03 Raymond Hettingermerge
2013-05-03 Raymond HettingerIssue #15535: Fix pickling of named tuples.
2013-05-02 Alexandre VassalottiCloses #17892: Fix the name of _PyObject_CallMethodObjI...
2013-05-01 Antoine PitrouIssue #13721: SSLSocket.getpeercert() and SSLSocket...
2013-05-01 Ezio Melotti#17802: merge with 3.3.
2013-05-01 Ezio Melotti#17802: Fix an UnboundLocalError in html.parser. Initi...
2013-05-01 Charles-Francois... Merge.
2013-05-01 Ezio MelottiMove NEWS entry to the right section.
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-05-01 Charles-Francois... Issue #17529: Fix os.sendfile() documentation regarding...
2013-05-01 Ezio Melotti#14679: add an __all__ (that contains only HTMLParser...
2013-05-01 Ezio Melotti#11078: test___all__ now checks for duplicates in __all...
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Antoine PitrouIssue #17712: Fix test_gdb failures on Ubuntu 13.04.
2013-04-30 Ezio Melotti#16518: merge with 3.3.
2013-04-30 Ezio Melotti#16518: add "bytes-like object" to the glossary.
2013-04-30 Benjamin Petersoncheck local class namespace before reaching for cells...
2013-04-30 Ezio Melotti#17881: merge with 3.3.
2013-04-30 Ezio Melotti#17881: clarify documentation of plistlib.
2013-04-30 Gregory P.... merge (no news entry needed for this fix to an earlier...
2013-04-30 Gregory P.... merge
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.... 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.4 - these...
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.4 - reapply the issue11...
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 Petersonrefactor traceback.py to reduce code duplication (close...
2013-04-29 Benjamin Petersonmerge 3.3 (#17863)
2013-04-29 Benjamin Petersonignore errors when trying to fetch sys.stdin.encoding...
2013-04-29 Benjamin Petersonmerge 3.3
2013-04-29 Benjamin Petersonraise an ImportError (rather than fatal) when __import_...
next