]> granicus.if.org Git - python/shortlog
python
2011-02-23 Victor StinnerIssue #3080: Mark _PyImport_FindBuiltin() argument...
2011-02-22 Victor StinnerIssue #3080: document encoding used by import functions
2011-02-22 Victor StinnerIssue #3080: Remove unused argument of _PyImport_GetDyn...
2011-02-22 Victor StinnerIssue #3080: Mark PyWin_FindRegisteredModule() as private
2011-02-22 Brett CannonA crypt algorithm may not be available by returning...
2011-02-22 Brett CannonMake Lib/crypt.py meet PEP 8 standards. This also led...
2011-02-22 Antoine PitrouIssue #11277: finally fix Snow Leopard crash following...
2011-02-22 Brett CannonFix test.test_crypt.test_methods() to pass on OS X.
2011-02-22 Brett CannonIssue #8914: fix various warnings from the Clang static...
2011-02-22 Giampaolo RodolàIn FTP.close() method, make sure to also close the...
2011-02-22 Giampaolo RodolàIn FTP.close() method, make sure to also close the...
2011-02-22 Brett CannonAdd lib2to3.__main__ to make it easier for debugging...
2011-02-22 Giampaolo Rodolàsmtlib.py PEP8 normalization via pep8.py script.
2011-02-22 Sean ReifscheiderIssue #10924: Adding salt and Modular Crypt Format...
2011-02-22 Brett CannonIssue #11074: Make 'tokenize' so it can be reloaded.
2011-02-22 Brett CannonIssue #10512: close the log file in cgi when running...
2011-02-22 Brett CannonIssue #10992: make tests pass when run under coverage.
2011-02-22 Brett CannonIgnore __pycache__ in Lib/collections.
2011-02-22 Raymond HettingerFactor-out common code for helper classes.
2011-02-22 Raymond HettingerHave the test filename match the module filename.
2011-02-22 Raymond HettingerIssue #11085: Moved collections abstract base classes...
2011-02-21 Antoine PitrouIssue #4681: Allow mmap() to work on file sizes and...
2011-02-21 Antoine PitrouIssue #10826: Prevent sporadic failure in test_subproce...
2011-02-21 Victor StinnerFix PyUnicode_FromFormatV("%c") for non-BMP char
2011-02-21 Victor StinnerRemove filename variable from ceval.c
2011-02-21 Victor Stinnercompileall uses repr() to format filenames/paths
2011-02-21 Victor StinnerRemove bootstrap code of PyUnicode_AsEncodedString()
2011-02-21 Ned DeilyIssue #11268: Prevent Mac OS X Installer failure if...
2011-02-21 Raymond HettingerIssue 11263: Fix link to source code.
2011-02-21 Raymond HettingerIssue #11089: Fix performance issue limiting the use...
2011-02-21 Brett CannonIssue #10990: Prevent tests from clobbering a set trace...
2011-02-21 Antoine PitrouFix compile error under MSVC introduced by r88460.
2011-02-21 Brett CannonIgnore Vim .swp files.
2011-02-21 Antoine PitrouFix issues on 32-bit systems introduced by r88460
2011-02-21 Georg Brandl3.2 is stable now.
2011-02-21 Antoine PitrouIssue #10276: Fix the results of zlib.crc32() and zlib...
2011-02-21 Raymond HettingerIssue 10160: Both single-arg and multi-arg calls have...
2011-02-21 Martin v. Löwis- Check for NULL result in PyType_FromSpec.
2011-02-20 Georg BrandlRemove unittest methods scheduled for removal in 3...
2011-02-20 Georg BrandlMore automated version replacement.
2011-02-20 Georg BrandlBump trunk to 3.3 alpha 0.
2011-02-20 Georg BrandlBump to 3.3a0.
2011-02-20 Georg BrandlVersion bump to 3.2 final.
2011-02-20 Georg BrandlTopic and suspicious update.
2011-02-19 Georg Brandl#11249: in PyType_FromSpec, copy tp_doc slot since...
2011-02-19 Éric AraujoFix two typos in what’s new (#11234).
2011-02-19 Éric AraujoSome more grammar fixes/typos for what’s new (approved...
2011-02-19 Georg Brandl#11184: Fix large file support on AIX.
2011-02-19 Georg Brandl#11222: fix non-framework shared library build on Mac...
2011-02-19 Georg Brandl#10709: add back an updated AIX-NOTES (as README.AIX).
2011-02-18 Brett CannonUpdate the porting HOWTO to be a little less harsh...
2011-02-18 Raymond HettingerDoc fixups.
2011-02-17 Raymond HettingerFix-up logging.dictConfig() example.
2011-02-17 Raymond HettingerFix an import and add a citation.
2011-02-15 Georg Brandl#730467: Another small AIX fix.
2011-02-15 Georg Brandl#941346: Fix broken shared library build on AIX. Patch...
2011-02-15 Georg BrandlRemove editing slip.
2011-02-15 Georg BrandlApply logging SocketHandler doc update by Vinay.
2011-02-14 Raymond HettingerFix accumulate() example. (Reported by David Murray.)
2011-02-14 Georg BrandlPost-release updates.
2011-02-13 Georg BrandlTag 3.2rc3.
2011-02-13 Georg BrandlBump for 3.2rc3. v3.2rc3
2011-02-13 Georg BrandlFix markup error and update suspicious ignores.
2011-02-13 Georg BrandlUpdate pydoc topics.
2011-02-12 R. David MurrayFix #11116 fix on Windows (close file before removing...
2011-02-11 R. David Murray#11116: roll back on error during add so mailbox isn...
2011-02-11 R. David MurrayFix argument name typo in compileall docs.
2011-02-11 Martin v. LöwisIssue #11134: Add missing fields to typeslots.h.
2011-02-11 Martin v. LöwisIssue #11135: Remove redundant doc field from PyType_Spec.
2011-02-11 Martin v. LöwisAdd uuid for 3.2rc3.
2011-02-11 Giampaolo Rodolàreverting r88395 and r88387 as per http://mail.python...
2011-02-11 Giampaolo Rodolàasyncore: introduce a new 'closed' attribute to make...
2011-02-11 Senthil KumaranFixed issue11082 - Reject str for POST data with a...
2011-02-11 Raymond HettingerMissing paren.
2011-02-11 Raymond HettingerInsert missing section heading (noticed by Victor Stinner).
2011-02-10 Giampaolo Rodolàget rid of asyncore.dispatcher's debug attribute, which...
2011-02-10 Raymond HettingerFix nits.
2011-02-10 Raymond HettingerAdd an entry for logging.
2011-02-10 Raymond HettingerAdd missing source links.
2011-02-09 Brett CannonTweak wording about equality comparison.
2011-02-09 Terry ReedyAdd 'pysqlite' before version 2.6.0
2011-02-09 Raymond HettingerTypo.
2011-02-07 Antoine PitrouIssue #11141: Fix the shelve documentation to use a...
2011-02-07 Ned Deily- Issue #11079: The /Applications/Python x.x folder...
2011-02-07 Ned DeilyIssue #11079: The /Applications/Python x.x folder creat...
2011-02-07 Antoine PitrouClarify that IMAP4() implicitly calls open(), and that...
2011-02-07 Georg BrandlSpelling fixes.
2011-02-07 Georg BrandlConsistent heading spacing, and fix two typos.
2011-02-07 Nick CoghlanIssue 10971: Make test_zipimport_support once again...
2011-02-07 Raymond HettingerAdd link to table for Tcl/Tk issues on the Mac.
2011-02-07 Georg Brandl#11132: pass optimize parameter to recursive call in...
2011-02-07 Georg Brandl#8691: document that right alignment is default for...
2011-02-07 Georg Brandl#11138: fix order of fill and align specifiers.
2011-02-07 Eli BenderskyFix some typos and grammar
2011-02-07 Eli BenderskyFix some typos and grammar
2011-02-07 Raymond HettingerTypo. Doh!
2011-02-06 Raymond HettingerFix awkwardly rendered sentence.
2011-02-06 Raymond HettingerIssue #11071: Various improvements to whatsnew.
2011-02-06 Raymond HettingerSmall markup and wording tweaks for the sorting-howto.
2011-02-05 Brett CannonMention that people going the source compatibility...
next