]> granicus.if.org Git - python/shortlog
python
2013-01-27 Nadeem VawdaIssue #13886: Fix input() to not strip out supposedly...
2013-01-27 Ned DeilyIssue #14018: fix merge error
2013-01-26 Sandro Tosifix typo; thanks to Dmitry Northerner from docs@
2013-01-26 Stefan KrahAdapt test for build --without-doc-strings.
2013-01-26 Serhiy StorchakaIssue #10156: In the interpreter's initialization phase...
2013-01-26 Serhiy StorchakaOptimize the test for issue #13454.
2013-01-25 Serhiy StorchakaIssue #16975: Fix error handling bug in the escape...
2013-01-25 Ronald OussorenIssue #1602133: 'environ' is not really available with...
2013-01-25 doko@python.org- Issue #3754: fix typo in pthread AC_CACHE_VAL.
2013-01-25 Serhiy StorchakaIssue #9290: In IDLE the sys.std* streams now implement...
2013-01-25 doko@python.org- Issue #17029: Let h2py search the multiarch system...
2013-01-25 Serhiy StorchakaIssue #13454: Fix a crash when deleting an iterator...
2013-01-25 Serhiy StorchakaDon't run the test for issue #16335 when -M is not...
2013-01-24 Eli BenderskyIssue #9708: clarify doc of iterparse - cElementTree...
2013-01-23 Vinay SajipCorrected typo, added comment in cookbook recipe.
2013-01-22 Ezio Melotti#11379: rephrase minidom documentation to use the term...
2013-01-22 Vinay SajipAdded cookbook recipe for structured logging.
2013-01-22 Serhiy StorchakaIssue #1159051: GzipFile now raises EOFError when readi...
2013-01-22 Vinay SajipUpdated logging HOWTO with a diagram.
2013-01-21 Vinay SajipIssue #17007: Made minor changes to documentation wording.
2013-01-21 Vinay SajipIssue #17007: Improved logging documentation based...
2013-01-21 Serhiy StorchakaAdd bigmemtest decorator to test of issue #16335.
2013-01-21 Serhiy StorchakaFix memory error in test_ucn.
2013-01-21 Christian Heimesfix for f4d30d1a529e
2013-01-21 Serhiy StorchakaIssue #16335: Fix integer overflow in unicode-escape...
2013-01-20 Stefan KrahBackport 6df456f8fc6d.
2013-01-19 Serhiy StorchakaIssue #15989: Fix possible integer overflow in str...
2013-01-19 Benjamin Petersonremove unnecessary clearing of list
2013-01-19 Serhiy StorchakaEnsure that width and precision in string formatting...
2013-01-19 Ezio MelottiFix a few typos in Misc/NEWS.
2013-01-19 Charles-François... Issue #16953: Fix socket module compilation on platform...
2013-01-19 Serhiy StorchakaIssue #15989: Fix several occurrences of integer overflow
2013-01-19 Raymond HettingerImprove tooltips by listing the most common argument...
2013-01-19 Raymond HettingerIgnore Mac's Data Services Store
2013-01-19 Raymond HettingerShow the function signature in the docstring
2013-01-18 Jason R. Coombs#16985: Remove incorrect phrase indication presence...
2013-01-18 Ezio Melotti#16978: rephrase sentence and fix typo. Initial patch...
2013-01-18 Łukasz Langamath.fsum docs did not show up because of a misplaced...
2013-01-18 Benjamin Petersonsupport -> test_support
2013-01-18 Benjamin Petersoncheck windows fd validity (closes #16992)
2013-01-17 Antoine PitrouRemove pointless discussion of the lack of a ternary...
2013-01-16 Frank WierzbickiClosed #16886: test_dictcomps no longer depends on...
2013-01-15 Vinay SajipIssue #9501: Improved shutdown handling to deal with...
2013-01-15 Serhiy StorchakaIssue #15861: tkinter now correctly works with lists...
2013-01-15 Serhiy StorchakaMerge heads
2013-01-15 Richard OudkerkIssue #10527: Remove dead code
2013-01-15 Serhiy StorchakaIssue #14850: Now a chamap decoder treates U+FFFE as...
2013-01-14 Richard OudkerkIssue #10527: Use poll() instead of select() for multip...
2013-01-14 Serhiy StorchakaIssue #9720: zipfile now writes correct local headers...
2013-01-13 Serhiy StorchakaDescribe the default_namespace parameter of ElemetTree...
2013-01-13 Charles-François... test_asyncore: wait explicitly for a thread termination...
2013-01-13 Benjamin Petersonmake deque_clear void, since it's infallible
2013-01-12 Serhiy StorchakaIssue #16829: IDLE printing no longer fails if there...
2013-01-12 Charles-François... Issue #16762: Fix some test_subprocess failures on...
2013-01-12 Ezio Melotti#16940: fix indentation in example.
2013-01-12 Raymond HettingerIssue #16398: Optimize deque.rotate()
2013-01-12 Chris JerdonekIssue #16933: Improve choices examples in argparse...
2013-01-11 Serhiy StorchakaIssue #15539: Fix backup file creation in pindent.py...
2013-01-11 Georg BrandlCloses #16936: fix duplicate/ambiguous description...
2013-01-11 Ezio MelottiAdd a note about checking refleaks to patchcheck.
2013-01-11 Serhiy StorchakaMerge heads
2013-01-11 Serhiy StorchakaIssue #15539: Fix a number of bugs in Tools/scripts...
2013-01-11 Sandro Tosigrammatical fix; thanks to Alex Rudnick from docs@
2013-01-11 Ezio MelottiMerge heads.
2013-01-11 Ezio Melotti#16154: fix some doctests in Doc/library. Patch by...
2013-01-11 Chris JerdonekIssue #16874: fix formatting of setup.py upload options...
2013-01-11 Ezio Melotti#13899: \A, \Z, and \B now correctly match the A, Z...
2013-01-11 R David Murray#15109: revert '%'->'format' changes in 4b105d328fe7...
2013-01-11 R David Murray#13934: document sqlite version strings.
2013-01-10 Benjamin Petersonuse PyInt_FromSsize_t instead of PyLong_FromSsize_t...
2013-01-10 R David Murray#15545: sort iterdump via SQL instead of in python...
2013-01-10 Ned DeilyIssue #15782: Prevent compile errors of OS X Carbon...
2013-01-08 Serhiy StorchakaIssue #11461: Fix the incremental UTF-16 decoder. Origi...
2013-01-08 Serhiy StorchakaFix out of bound read in UTF-32 decoder on "narrow...
2013-01-08 Charles-François... Issue #16836: Enable IPv6 support even if IPv6 is disab...
2013-01-08 Vinay SajipIssue #16884: Updated docs to use 'note' directives.
2013-01-06 R David Murray#16877: Add mention that shell-style path expansions...
2013-01-05 Ezio Melotti#16862: remove outdated statements about Stackless.
2013-01-05 Ezio MelottiCleanup a few minor things.
2013-01-04 Ezio Melotti#13094: add Programming FAQ entry about the behavior...
2013-01-04 Chris JerdonekIssue #16747: Reflow iterable glossary entry to match...
2013-01-04 Benjamin Petersondrop email (closes #16857)
2013-01-03 Victor StinnerIssue #16367: Fix FileIO.readall() on Windows for files...
2013-01-03 Giampaolo Rodola'issue 10527: fix missing import
2013-01-02 Nadeem VawdaIssue #16828: Fix error incorrectly raised by bz2.compr...
2013-01-02 Benjamin Petersonuntabify
2013-01-02 Benjamin Petersonadd Tom Tromey to ACKS
2013-01-02 Benjamin Petersoncall PyErr_Clear() when ignoring error from PyNumber_In...
2013-01-02 Benjamin Petersonmerge heads
2013-01-02 Benjamin Petersonensure the attribute name string is initalized before...
2013-01-02 Eli BenderskyFix method name in documentation (__setstate__ -->...
2013-01-02 Serhiy StorchakaFix incorrect grammar in Misc/NEWS.
2013-01-02 Benjamin Petersonget the core to compile --disable-unicode
2013-01-01 Serhiy StorchakaIssue #16819: IDLE method completion now correctly...
2013-01-01 Ned DeilyUpdate copyright dates in Mac plists.
2013-01-01 Richard OudkerkIssue #9586: Redefine SEM_FAILED on MacOSX to keep...
2013-01-01 Benjamin Petersonupdate another year
2013-01-01 Benjamin Petersonmerge heads
2013-01-01 Benjamin Petersonbring Python into 2013
2012-12-31 Ned DeilyIssue #14958: backport to 2.7.x from 3.3 (patch by...
next