]> granicus.if.org Git - python/shortlog
python
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...
2012-08-22 Ronald OussorenFix for issue 15716: interpreter could crash when PYTHO...
2012-08-22 Ezio MelottiUpdate suspicious ignore file.
2012-08-21 Trent NelsonIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOT...
2012-08-21 Trent NelsonBlock 78699:019a2390b014, this needs to be manually...
2012-08-21 Trent NelsonIssue #15747: skip chflags UF_IMMUTABLE tests if EOPNOT...
2012-08-21 Richard OudkerkFix typo in error handling for WaitForMultipleObjects()
2012-08-21 Ezio Melotti#15752: merge with 3.2.
2012-08-21 Ezio Melotti#15752: s/assertRaisesRegexp/assertRaisesRegex/g
2012-08-21 Nick CoghlanAddress most of Ezio's comments. str/bytes/bytearray...
2012-08-21 Stefan KrahMerge 3.2.
2012-08-21 Stefan KrahIssue #15736: Fix overflow in _PySequence_BytesToCharpA...
2012-08-21 Trent NelsonIssue #15285: Refactor connect timeout test in test_tim...
2012-08-21 Trent NelsonIssue #15285: Refactor connect timeout test in test_tim...
2012-08-20 Antoine PitrouImprove the pyvenv entry
2012-08-20 Antoine PitrouImproved summary section in whatsnew
2012-08-20 Antoine PitrouIssue #14954: Clarify the interaction of weak reference...
2012-08-20 Antoine PitrouIssue #14954: Clarify the interaction of weak reference...
2012-08-20 Senthil KumaranFix Issue 15743 - improve urllib tests by removing...
2012-08-20 Petri Lehtinen#15199: Fix JavaScript's default MIME type to applicati...
2012-08-20 Petri Lehtinen#15199: Fix JavaScript's default MIME type to applicati...
2012-08-20 R David MurrayMerge #15742: clarify sqlite parameter substitution...
2012-08-20 R David Murray#15742: clarify sqlite parameter substitution example.
2012-08-20 Antoine PitrouIssue #15726: Fix incorrect bounds checking in PyState_...
2012-08-20 Antoine PitrouIssue #15726: Fix incorrect bounds checking in PyState_...
2012-08-20 Stefan KrahMerge 3.2.
2012-08-20 Stefan KrahIssue #15741: Fix potential NULL dereference. Found...
2012-08-20 Stefan KrahCheck return value of asdl_seq_new(). Found by Coverity.
2012-08-20 Nick CoghlanIssue #12643: Respect sys.excepthook in code.Interactiv...
2012-08-20 Stefan KrahMerge 3.2.
2012-08-20 Stefan KrahIssue #15738: Fix a missing NULL check in subprocess_fo...
2012-08-20 Stefan KrahCloses #15737: Fix potential NULL dereference in zipimp...
2012-08-20 Stefan KrahMerge 3.2.
2012-08-20 Stefan KrahIssue #15732: Fix (constructed) crash in _PySequence_By...
2012-08-20 Nick CoghlanBreak up the 'someos' docs classification based on...
2012-08-20 Nick CoghlanClose #4966: revamp the sequence docs in order to bette...
2012-08-20 Nick Coghlans/path importer/path based finder/ (because the path...
2012-08-20 Nick CoghlanClose #14846: Handle a sys.path entry going away
2012-08-20 Nick CoghlanClose #14814: Avoid depending on struct by using newer...
2012-08-20 Nick CoghlanIssue #14814: document the Interface APIs and fix vario...
2012-08-19 R David MurrayMerge #13579: teach string.Formatter about 'a'.
2012-08-19 R David Murray#13579: teach string.Formatter about 'a'.
2012-08-19 Stefan KrahIssue #15728: Fix leak in PyUnicode_AsWideCharString...
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Andrew SvetlovIssue #15595: Fix subprocess.Popen(universal_newlines...
2012-08-19 Andrew SvetlovUse Thread.is_alive() instead of old-style Thread.isAli...
2012-08-19 Brian CurtinFixes #14668. Mention Windows Path manipulation option...
2012-08-19 Andrew SvetlovBrush subprocess tests a bit.
2012-08-19 Stefan KrahThe latest NumPy revision no longer segfaults here.
2012-08-19 Stefan KrahFix out-of-date comment in test_memoryview.
2012-08-19 Stefan KrahMereg 3.2.
2012-08-19 Stefan KrahCheck for NULL return value in PyStructSequence_NewType...
2012-08-18 Ned DeilyAllow redemo.py to be used from the command line like...
2012-08-18 Ned DeilyAllow redemo.py to be used from the command line like...
2012-08-18 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Antoine PitrouIssue #15615: Add some tests for the json module's...
2012-08-18 Mark DickinsonIssue #15477: Merge fix from 3.2
2012-08-18 Mark DickinsonIssue #15477: Add workaround for log1p(-0.0) on platfor...
2012-08-18 Eli BenderskyMerge 3.2: tutorial typo fix
2012-08-18 Eli Benderskytutorial typo fix
2012-08-18 Eli BenderskyIssue #15586: fix prompts in some documentation examples
2012-08-18 R David MurrayMerge #15636: add versionadded for decodebytes
2012-08-18 R David Murray#15636: add versionadded for decodebytes
2012-08-18 R David MurrayMerge #15355: Mention already-executing Exception in...
2012-08-18 R David Murray#15355: Mention already-executing Exception in generato...
2012-08-18 R David MurrayMerge #15694: reflow paragraph.
2012-08-18 R David Murray#15694: reflow paragraph.
2012-08-18 R David MurrayMerge #15694: Link discussion of file objects to glossa...
2012-08-18 R David Murray#15694: Link discussion of file objects to glossary...
2012-08-17 Stefan KrahCloses #15632: regrtest.py: fix spurious refleaks due...
2012-08-17 Ned DeilyIssue #15678: Fix menu customization for IDLE started...
2012-08-17 Terry Jan ReedyMerge with 3.2 #15660
2012-08-17 Terry Jan ReedyIssue 15660: Clarify 0 prefix for width field in str...
2012-08-17 Brett CannonIssue #15640: Document importlib.abc.Finder as deprecated.
2012-08-17 Brett CannonIssue #15715: Ignore failed imports triggered by the...
2012-08-17 Richard OudkerkMerge
2012-08-17 Richard OudkerkIssue #15412: Remove erroneous note about weakrefs
2012-08-17 Richard OudkerkMerge
next