]> granicus.if.org Git - python/shortlog
python
2012-09-10 Christian HeimesFixed memory leak in error branch of formatfloat()...
2012-09-23 Georg BrandlFix issue number.
2012-09-21 Larry HastingsCleanup/rewrite shutil docs regarding follow_symlinks...
2012-09-21 Larry HastingsMention that "defaults" can be None for inspect.getfull...
2012-09-21 Larry HastingsAdd What's New entries for some minor work I did in...
2012-09-10 Christian HeimesFixed out-of-bounce write to rawmode buffer. The fixed...
2012-09-11 Christian HeimesIssue #15900: Fixed reference leak in PyUnicode_Transla...
2012-09-22 Georg BrandlCloses #15973: fix a segmentation fault when comparing...
2012-09-12 Antoine PitrouIssue #15926: Fix crash after multiple reinitialization...
2012-09-22 Georg BrandlCloses #15925: fix regression in parsedate() and parsed...
2012-09-22 Georg BrandlCloses #15969: rename new API to have consistent names...
2012-09-22 Georg BrandlFix NEWS entry location.
2012-09-20 Christian HeimesIssue #15977: Fix memory leak in Modules/_ssl.c when...
2012-09-22 Georg BrandlSpacing fix.
2012-09-10 Stefan KrahIssue #15882: Change _decimal to accept any coefficient...
2012-09-11 Christian HeimesUpdates NEWS for issue #15895
2012-09-11 Christian HeimesIssue #15895: my analysis was slightly off. The FILE...
2012-09-11 Christian HeimesIssue #15895: Fix FILE pointer leak in PyRun_SimpleFile...
2012-09-09 Georg BrandlPost-release updates for 3.3.0rc2.
2012-09-09 Georg BrandlAdded tag v3.3.0rc2 for changeset 88a0792e8ba3
2012-09-08 Stefan KrahIssue #15814: Update whatsnew to the current state... v3.3.0rc2
2012-09-03 Nick CoghlanIssue #15814: Add NEWS entry regarding intended memoryv...
2012-09-02 Stefan KrahIssue #15814: Documentation: disallow hashing of multi...
2012-09-09 Georg BrandlBump to 3.3.0rc2.
2012-09-09 Georg BrandlFix NEWS entry location.
2012-09-09 Ned DeilyIssue #15822: Fix installation of lib2to3 grammar pickl...
2012-09-05 Antoine PitrouIssue #13992: The trashcan mechanism is now thread...
2012-09-08 Georg BrandlChangelog entry for 8c2e87aeb707.
2012-09-02 Zbigniew JÄ... Fix bug with argparse.Parser.parse_args(*args)
2012-08-30 Stefan KrahCloses #10650: Deprecate the watchexp parameter of...
2012-09-01 Stefan KrahIssue #15814: Document planned restrictions for memoryv...
2012-08-30 Stefan KrahIssue #15724: Add versionchanged tags to the memoryview...
2012-09-01 Stefan KrahAdd missing unit.
2012-09-01 Stefan KrahCompile _decimal without asserts and update benchmark...
2012-09-01 Victor StinnerClose #14223: Fix window.addch(curses.ACS_HLINE)
2012-08-31 Brett CannonIssue #15828: Don't try to close a file if imp.find_mod...
2012-08-31 Nick CoghlanIssue #15828: Restore support for C extension modules...
2012-09-07 Antoine PitrouIssue #15340: Fix importing the random module when...
2012-08-27 Antoine PitrouIssue #15781: Fix two small race conditions in import...
2012-08-28 Richard OudkerkIssue #15784: Modify OSError.__str__() to better distin...
2012-08-28 Victor StinnerIssue #15785: Modify window.get_wch() API of the curses...
2012-08-25 Georg BrandlPost-release updates.
2012-08-25 Georg BrandlAdded tag v3.3.0rc1 for changeset 8bb5c7bc46ba
2012-08-25 Georg BrandlBump to 3.3.0rc1. v3.3.0rc1
2012-08-25 Georg BrandlUpdate pydoc topics and suspicious markup file.
2012-08-25 Ronald OussorenFix issue 13370: Ensure that ctypes works on Mac OS...
2012-08-25 Ronald OussorenFix issue 13370: Ensure that ctypes works on Mac OS...
2012-08-25 Georg Brandlmerge with 3.2
2012-08-25 Georg BrandlFix wrong way of adding Error information in shutil...
2012-08-25 Nick CoghlanClose #15573: use value-based memoryview comparisons...
2012-08-25 Ned DeilyUpdate various OS X README files for 3.3.0.
2012-08-24 Brett CannonIssue #15316: Let exceptions raised during imports...
2012-08-24 Mark DickinsonNull merge from 3.2
2012-08-24 Mark DickinsonRemove overeager test (don't depend on the sign of...
2012-08-24 Vinay SajipReverted change to venv initialisation.
2012-08-24 Mark DickinsonNull merge
2012-08-24 Mark DickinsonRemove incorrect lines (meant for cdecimal) from recent...
2012-08-24 Mark DickinsonNull merge from 3.2.
2012-08-24 Mark DickinsonIssue #15544: Fix Decimal.__float__ to work with payloa...
2012-08-24 Stefan KrahIssue #13072: The array module's 'u' format code is...
2012-08-24 Antoine PitrouMerge
2012-08-24 Mark DickinsonIssue #15544: Fix Decimal.__float__ to work with payloa...
2012-08-24 Antoine PitrouAdd glossary references
2012-08-24 Antoine PitrouAdd glossary references
2012-08-24 Antoine PitrouMerge
2012-08-24 Brett CannonIssue #2051: Tweak last commit for this issue to pass...
2012-08-24 Antoine PitrouIssue #14674: Add a discussion of the json module's...
2012-08-24 Antoine PitrouIssue #14674: Add a discussion of the json module's...
2012-08-24 Brett CannonIssue #15778: Coerce ImportError.args to a string when...
2012-08-24 Georg BrandlCloses #9374: merge with 3.2
2012-08-24 Georg BrandlCloses #9374: add back now-unused module attributes...
2012-08-24 Andrew SvetlovIssue #15776: Allow pyvenv to work in existing director...
2012-08-24 R David MurrayMerge #15249: Mangle From lines correctly when body...
2012-08-24 R David Murray#15249: Mangle From lines correctly when body contains...
2012-08-24 Martin v. LöwisOutput lib files for PGO build into PGO directory.
2012-08-24 Martin v. LöwisPick up 32-bit launcher from PGO directory on 64-bit...
2012-08-24 Martin v. Löwis Drop PC\python_nt.h as it's not used.
2012-08-24 Martin v. LöwisIssue #15511: Drop explicit dependency on pythonxy...
2012-08-24 Martin v. LöwisAdd missing PGI/PGO configurations for pywlauncher.
2012-08-24 Ross LagerwallMerge with 3.2
2012-08-24 Ross LagerwallIssue 15777: Fix a refleak in _posixsubprocess.
2012-08-24 Nick CoghlanClose #2051: Oops, transposed the digits in the issue...
2012-08-24 Nick CoghlanClose #2501: Permission bits are once again correctly...
2012-08-24 Ned DeilyIssue #15037: Use correct path to system terminfo database.
2012-08-23 Stefan KrahIssue #15770: Check invalid arguments in test function...
2012-08-23 Stefan Krahmpd_qpowmod(): calculate result with zero-exponent...
2012-08-23 Ned DeilyIssue #14292: Ensure that the OS X installer build...
2012-08-23 Ned DeilyIssue #15645: Ensure 2to3 grammar pickles are properly...
2012-08-23 Ned Deilyissue #15645: null merge
2012-08-23 Ned DeilyIssue #15645: Ensure 2to3 grammar pickles are properly...
2012-08-23 Alexander BelopolskySuggested a whatsnew item
2012-08-23 Alexander BelopolskyIssue #665194: Added a small optimization
2012-08-23 Alexander BelopolskyAdded test for a bug fixed in issue #665194.
2012-08-23 R David Murray#665194: fix variable name in exception code path.
2012-08-23 R David Murray#665194: Update email.utils.localtime to use astimezone...
2012-08-22 Stefan KrahUse zero bottom margin.
2012-08-22 Stefan KrahIn the 32-bit build, dec_hash() raised InvalidOperation...
2012-08-22 Stefan Krah1) Use _mpd_basedivmod() regardless of the length of...
2012-08-22 Victor StinnerIssue #15766: Fix a crash in imp.load_dynamic() on...
2012-08-22 Ronald OussorenFix for issue 15716: interpreter could crash when PYTHO...
next