]> granicus.if.org Git - python/shortlog
python
2013-02-07 Serhiy StorchakaFix test_from_dll* in test_returnfuncptrs.py.
2013-02-07 Senthil KumaranFix Issue17069: Document getcode method in urllib.reque...
2013-02-06 R David Murray#17142: fix apparent copy and paste error in test_all.
2013-02-04 R David Murray#17091: update docstring for _thread.Lock.acquire.
2013-02-04 Serhiy StorchakaTemporarily disable test_from_dll in test_returnfuncptr...
2013-02-04 Serhiy StorchakaIssue #6083: Fix multiple segmentation faults occured...
2013-02-04 Benjamin Petersonfix find_library on Solaris (closes #5289)
2013-02-03 Éric AraujoAdd alias to restore 2.7.2 compatibility for setup...
2013-02-03 Serhiy StorchakaIssue #17106: Fix a segmentation fault in io.TextIOWrap...
2013-02-02 Ned DeilyIssue #16698: Skip posix test_getgroups when built...
2013-02-02 Antoine PitrouIssue #15633: httplib.HTTPResponse is now mark closed...
2013-02-02 Nadeem VawdaBack out fix for issue #13886; it introduced a new...
2013-02-02 Raymond HettingerIssue 16398: Use memcpy() in deque.rotate().
2013-02-02 Serhiy StorchakaFix test for issue #6972.
2013-02-02 Serhiy StorchakaIssue #17034: Use Py_CLEAR() in stringobject.c.
2013-02-02 Serhiy StorchakaPreserve backslashes in malicious zip files for testing...
2013-02-02 Benjamin PetersonIssue #15881: Fixed atexit hook in multiprocessing.
2013-02-02 Benjamin Petersonmerge heads
2013-02-02 Serhiy StorchakaFix the test and remove trailing dots on Windows for...
2013-02-02 Serhiy StorchakaFix a Cyrillic "C" inroduced into the docs by patch...
2013-02-02 Serhiy StorchakaFix translating of illegal characters on Windows (issue...
2013-02-02 Serhiy StorchakaFix tests for issue #11159.
2013-02-02 Serhiy StorchakaMerge heads
2013-02-02 Serhiy StorchakaIssue #11159: SAX parser now supports unicode file...
2013-02-02 Ned DeilyIssue #15116: Remove references to appscript as it...
2013-02-02 Ned DeilyIssue #15587: Enable Tk high-resolution text rendering...
2013-02-02 Gregory P.... In the _hashlib module, only initialize the static...
2013-02-02 Gregory P.... Silence a -Wformat-extra-argument warning when compiling.
2013-02-01 Ned DeilyIssue #16256: OS X installer now sets correct permissio...
2013-02-01 Gregory P.... better news entry
2013-02-01 Gregory P.... Additional fix for Issue #12268: The io module file...
2013-02-01 Gregory P.... Fixes Issue #6972: The zipfile module no longer overwri...
2013-02-01 Serhiy StorchakaIssue #1783: Remove declarations of nonexistent private...
2013-02-01 Ezio Melotti#16128: clarify that instances of user-defined classes...
2013-01-31 doko@python.org- Issue #17086: Backport the patches from the 3.3 branc...
2013-01-31 Serhiy StorchakaIssue #17041: Fix doctesting when Python is configured...
2013-01-31 Serhiy StorchakaIssue #17049: Localized calendar methods now return...
2013-01-31 Serhiy StorchakaIssue #4844: ZipFile now raises BadZipfile when opens...
2013-01-31 Ned DeilyIssue #13590: OS X Xcode 4 - improve support for univer...
2013-01-29 Michael FoordIssue 15505. unittest.installHandler and non callable...
2013-01-29 Vinay SajipAdded clarification to logging HOWTO.
2013-01-29 Serhiy StorchakaMove NEWS entity from library to core section.
2013-01-29 Serhiy StorchakaAdd tests for raw-unicode-escape codec.
2013-01-29 Serhiy StorchakaClean up escape-decode decoder tests.
2013-01-29 Serhiy StorchakaMerge heads
2013-01-29 Serhiy StorchakaIssue #16979: Fix error handling bugs in the unicode...
2013-01-29 Ned DeilyIssue #14018: Backport OS X installer updates from...
2013-01-28 Benjamin Petersonfix long fixer docs (#4590)
2013-01-28 Serhiy StorchakaAdd Robert Xiao to Misc/ACKS for issue17051.
2013-01-28 Serhiy StorchakaIssue #17051: Fix a memory leak in os.path.isdir()...
2013-01-28 Serhiy StorchakaFix skip conditions in some docstings tests.
2013-01-28 Serhiy StorchakaRemove trailing whitespaces in cStringIO.h.
2013-01-27 Serhiy Storchaka- Issue #17041: Fix testing when Python is configured...
2013-01-27 Stefan KrahIssue #11729: Backport commit bff052d9 from libffi...
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
next