]> granicus.if.org Git - python/shortlog
python
2012-09-29 Gregory P.... merge heads
2012-09-29 Gregory P.... Fixes issue #15756: subprocess.poll() now properly...
2012-09-29 R David MurrayMerge #16085: Don't promote shadowing builtins in the...
2012-09-29 Gregory P.... Fixes issue #15756: subprocess.poll() now properly...
2012-09-29 R David Murray#16085: Don't promote shadowing builtins in the configp...
2012-09-29 R David MurrayClarify description of who needs to worry about importl...
2012-09-29 Benjamin Petersonmerge mostly from default
2012-09-29 R David MurrayAdd smtpd changes to whatsnew, and integrate 'other...
2012-09-29 R David MurrayRemove visible XXX in What's New.
2012-09-29 R David MurrayDocument the addition of 'quote' to shlex in What's...
2012-09-29 Georg BrandlPost-release update.
2012-09-29 Martin v. LöwisAjdust path to launcher for non-PGO-builds
2012-09-29 Georg BrandlRe-tagging 3.3.0 for test_sys fix.
2012-09-29 Georg BrandlFix test_sys.test_implementation for final releases. v3.3.0
2012-09-29 Georg BrandlMerge with main repo default branch.
2012-09-29 Georg BrandlAdded tag v3.3.0 for changeset de6b91d97113
2012-09-29 Georg BrandlUpdate release date in whatsnew document.
2012-09-29 Georg BrandlBump version to 3.3.0 final.
2012-09-29 Georg BrandlPoint "source" links in the docs to the 3.3 versions...
2012-09-29 Georg BrandlAdd a versionchanged note for #9374 changes.
2012-09-28 Brett CannonAdd some comments.
2012-09-28 R David MurrayMerge #16071: fix more email.message links in mailbox...
2012-09-28 R David Murray#16071: fix more email.message links in mailbox docs.
2012-09-28 R David MurrayMerge #16071: fix links to email.message.Message in...
2012-09-28 R David Murray#16071: fix links to email.message.Message in mailbox...
2012-09-28 Stefan KrahCloses #16080: The decorator ignores failed attempts...
2012-09-28 Michael FoordMerge
2012-09-28 Michael FoordCloses issue 15323. Improve failure message of Mock...
2012-09-28 Georg BrandlMove NEWS items from 3.3.0 to that section, to ease...
2012-09-28 Jesus CeaMERGE: Closes #15953: Incorrect some fields declaration...
2012-09-28 Jesus CeaCloses #15953: Incorrect some fields declaration in...
2012-09-28 Stefan KrahMerge.
2012-09-28 Chris JerdonekClose issue #16073: merge fix from 3.2.
2012-09-28 Michael FoordMerge
2012-09-28 Stefan KrahIssue #16080: Use run_with_locale() decorator to reset...
2012-09-28 Michael FoordCloses issue 16064. No longer hard code executable...
2012-09-28 Chris JerdonekClose issue #16073: fix map() example in list comprehen...
2012-09-28 Ezio MelottiFix typo.
2012-09-28 Michael Foordurllib.parse.urlencode doc updarte.
2012-09-28 Nick CoghlanNow that it's possible, avoid timing attacks in the...
2012-09-28 Michael FoordCloses issue #12376 : Pass on parameters in unittest...
2012-09-28 Chris JerdonekIssue #16036: Merge update from 3.2.
2012-09-28 Chris JerdonekIssue #16036: Improve documentation of built-in int...
2012-09-27 Benjamin Petersonrenmae test method to avoid conflict (#16056)
2012-09-27 Mark DickinsonIssue #16060: Fix a double DECREF in int() implementati...
2012-09-27 Mark DickinsonIssue #16060: Fix a double DECREF in int() implementati...
2012-09-27 Nick CoghlanTell people the *new* behaviour, not just the old behaviour
2012-09-27 Nick CoghlanMention the Unicode version bump in What's New
2012-09-26 Ezio Melotti#1087: use proper skips in test_os.
2012-09-26 Ezio MelottiAdd a few entries to whatsnew/3.3.rst.
2012-09-26 Georg BrandlCloses #16052: fix typo. Patch by Lars Buitinck.
2012-09-26 Benjamin Petersonrephrase
2012-09-25 Giampaolo Rodola'merge 3.3
2012-09-25 Giampaolo Rodola'mention new MLSD support for ftplib in 3.3 whatsnew
2012-09-25 Brett Cannonmerge
2012-09-25 Brett CannonShift a deprecation from the porting section to the...
2012-09-25 Petri Lehtinen#15222: Merge 3.2
2012-09-25 Petri Lehtinen#15222: Insert blank line after each message in mbox...
2012-09-25 Giampaolo Rodola'fix contextlib.ExitStack typo in 3.3's whatsnew.rst
2012-09-25 Petri Lehtinen#15222: test_mailbox: End message template in a newline
2012-09-25 Benjamin Petersonraise a ValueError instead of an AssertionError when...
2012-09-25 Benjamin Petersonmerge 3.2
2012-09-25 Benjamin Petersonswitch assertion to an explicit ValueError
2012-09-25 Benjamin Petersonfix test_compileall when run with -O[O]
2012-09-25 Benjamin Petersonmerge heads
2012-09-25 Benjamin Petersondon't depend on __debug__ because it's baked in at...
2012-09-25 Benjamin Petersondon't depend on __debug__ because it's baked in at...
2012-09-25 Stefan KrahMerge.
2012-09-25 Stefan KrahRestore the benchmark order to avoid waiting for decima...
2012-09-25 Benjamin Petersonmerge 3.2
2012-09-25 Benjamin Petersonuse modern conditional syntax
2012-09-25 Barry Warsawmerge
2012-09-25 Barry WarsawMerge 3.2 except the massive Misc/NEWS conflict, so...
2012-09-25 Barry Warsaw- Issue #15935: Clarification of argparse docs, re...
2012-09-25 Brett CannonFix whitespace.
2012-09-25 Brett CannonFix whitespace.
2012-09-25 Brett CannonMake the decimal bench file run under Python 2.7.
2012-09-25 Chris JerdonekIssue #16015: Merge and update from 3.2.
2012-09-25 Chris JerdonekIssue #16015: Make welcome message more realistic in...
2012-09-25 Senthil Kumaranmerge 3.2: Issue #16013: Fix CSV Reader parsing issue...
2012-09-25 Senthil KumaranIssue #16013: Fix CSV Reader parsing issue with ending...
2012-09-25 Chris JerdonekIssue #16015: Merge fix from 3.2.
2012-09-25 Chris JerdonekIssue #16015: Fix NameError doctest example in tutorial...
2012-09-24 Victor StinnerClose #16022: What's New in Python 3.3 document is...
2012-09-24 Victor StinnerClose #16022: What's New in Python 3.3 document is...
2012-09-24 Mark DickinsonIssue #14167: merge fix from 3.2 branch.
2012-09-24 Mark DickinsonIssue #14167: restore statement about breaks in finally...
2012-09-24 Ezio Melotti#16019, #16020: merge with 3.2.
2012-09-24 Ezio Melotti#16019, #16020: fix syntax highlight.
2012-09-24 Ezio Melotti#16017: merge with 3.2.
2012-09-24 Ezio Melotti#16017: capitalize URLs.
2012-09-24 Ezio Melotti#16014: merge with 3.2.
2012-09-24 Ezio Melotti#16014: fix broken link.
2012-09-24 Georg BrandlPort #16012 fix: parameter parsing regression in pyexpa...
2012-09-24 Christian HeimesIssue #16012: Fix a regression in pyexpat. The parser...
2012-09-24 Christian HeimesIssue #16012: Fix a regression in pyexpat. The parser...
2012-09-24 Georg BrandlMerge with 3.3.0 release clone.
2012-09-24 Georg BrandlPost-release updates.
2012-09-23 Antoine PitrouIssue #15379: Fix passing of non-BMP characters as...
2012-09-23 Antoine PitrouIssue #15379: Fix passing of non-BMP characters as...
next