]> granicus.if.org Git - python/shortlog
python
2013-04-17 Richard OudkerkIssue #17555: Fix ForkAwareThreadLock so that size...
2013-04-17 Richard OudkerkIssue #17555: Fix ForkAwareThreadLock so that size...
2013-04-17 Benjamin Petersonmerge 3.3
2013-04-17 Giampaolo Rodola'Fix issue #17707: multiprocessing.Queue's get() method...
2013-04-17 Giampaolo Rodola'Fix issue #17707: multiprocessing.Queue's get() method...
2013-04-17 Roger Serwy#14735: merge with 3.3.
2013-04-17 Roger Serwy#14735: Update IDLE docs to omit "Control-z on Windows".
2013-04-17 Ezio Melotti#17771: merge with 3.3.
2013-04-17 Ezio Melotti#17771: fix typo. Patch by Andriy Mysyk.
2013-04-17 Ezio Melotti#17766: merge with 3.3.
2013-04-17 Ezio Melotti#17766: test_iterlen now works with unittest test disco...
2013-04-17 Ezio Melotti#17740: merge with 3.3.
2013-04-17 Ezio Melotti#17740: fix links to the socket function. Initial...
2013-04-16 Antoine PitrouIssue #17739: fix the description of SSLSocket.getpeerc...
2013-04-16 Antoine PitrouIssue #17739: fix the description of SSLSocket.getpeerc...
2013-04-16 Barry WarsawRemove unused import
2013-04-16 Barry WarsawRemove unused import.
2013-04-16 Barry Warsaw- Issue #17012: shutil.which() no longer fallbacks...
2013-04-16 Barry Warsaw- Issue #17012: shutil.which() no longer fallbacks...
2013-04-16 Alexandre VassalottiMake C and Python implementations of pickle load STRING...
2013-04-16 Benjamin Petersonmerge 3.3
2013-04-16 Benjamin Petersonremove pointless code (closes #17738)
2013-04-15 Antoine PitrouIssue #17710: Fix pickle raising a SystemError on bogus...
2013-04-15 Antoine PitrouIssue #17710: Fix pickle raising a SystemError on bogus...
2013-04-15 Ezio Melotti#13510: merge with 3.3.
2013-04-15 Ezio Melotti#13510: clarify that f.readlines() is note necessary...
2013-04-15 Eric V. SmithIssue #17728: Merge with 3.3.
2013-04-15 Eric V. SmithIssue #17728: Specify default precision for float.forma...
2013-04-15 Nick CoghlanMerge fix for #17731 from 3.3
2013-04-15 Nick CoghlanClose #17731: Clean up properly in test_import
2013-04-15 Vinay SajipIssue #17713: Added failure diagnostics to test.
2013-04-14 Victor StinnerCleanup PyUnicode_Contains()
2013-04-14 Victor StinnerMinor change: fix character in do_strip() for the ASCII...
2013-04-14 Victor StinnerCleanup PyUnicode_Append()
2013-04-14 R David Murray#17341: Include name in re error message about invalid...
2013-04-14 Victor StinnerPyUnicode_Join(): move use_memcpy test out of the loop...
2013-04-14 Victor StinnerOptimize repr(str): use _PyUnicode_FastCopyCharacters...
2013-04-14 Victor StinnerOptimize ascii(str): don't encode/decode repr if repr...
2013-04-14 Victor StinnerIssue #17693: Fix memory/reference leaks
2013-04-14 R David MurrayMerge #17341: Include name in re error message about...
2013-04-14 Brett Cannonadd a newline
2013-04-14 Brett Cannonmerge
2013-04-14 Brett CannonIssue #17244: Don't mask exceptions raised during the...
2013-04-14 Serhiy StorchakaIssue #17221: Resort Misc/NEWS.
2013-04-14 Serhiy StorchakaIssue #17221: Resort Misc/NEWS.
2013-04-14 Victor Stinner(Merge 3.3) Issue #17702: use assertRaises() for the...
2013-04-14 Victor StinnerIssue #17702: use assertRaises() for the unit test
2013-04-14 Victor Stinner(Merge 3.3) Close #17702: os.environ now raises KeyErro...
2013-04-14 Victor StinnerClose #17702: os.environ now raises KeyError with the...
2013-04-14 Victor Stinnerstringlib: remove unused STRINGLIB_RESIZE macro
2013-04-14 Nick CoghlanMerge fix for #16163 from 3.3
2013-04-14 Nick CoghlanClose issue #16163: handle submodules in pkgutil.iter_i...
2013-04-14 Vinay SajipIssue #17713: additional tweak to test.
2013-04-14 Vinay SajipCloses #17713: Fixed bug in test_compute_rollover_weekl...
2013-04-14 R David Murray#2118: IOError is deprecated, use OSError.
2013-04-14 Alexandre VassalottiMerge 3.3
2013-04-14 Serhiy StorchakaCloses #16551. Cleanup pickle.py.
2013-04-14 Alexandre VassalottiMerge heads.
2013-04-14 Alexandre VassalottiIssue #16550: Update the opcode descriptions of picklet...
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlFix example ignoring ".svn" directories in compileall.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlThe Integral class does not contain implementations...
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlClarify that the function *definition* creates the...
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlCloses #14462: allow any valid Python identifier in...
2013-04-14 Alexandre VassalottiStyle cleanups for pickle.py and _pickle.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlCloses #13638: document PyErr_SetFromErrnoWithFilenameO...
2013-04-14 Alexandre VassalottiMerge 3.3
2013-04-14 Alexandre VassalottiMerge heads.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg Brandlbind('') does not do the same as bind('localhost')
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlUpdate code examples using collections.abc classes.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlCloses #17726: small clarification in design FAQ.
2013-04-14 Alexandre VassalottiClean up error messages raised by save_reduce in _pickle.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlUpdate using/mac documentation which was still on 2.5.
2013-04-14 Georg Brandlmerge with 3.3
2013-04-14 Georg BrandlClarify point in name mangling doc.
2013-04-14 Alexandre VassalottiMerge 3.3
2013-04-14 Alexandre VassalottiFix pickling test in test_memoryio.
2013-04-14 Meador IngeMerge heads.
2013-04-14 Meador IngeIssue #16804: Fix 'python -S -m site' failure.
2013-04-14 Meador IngeIssue #16804: Fix 'python -S -m site' failure.
2013-04-14 Victor StinnerAdd _PyUnicodeWriter_WriteCharInline()
2013-04-14 Victor StinnerIssue #17693: CJK encoders now use the new Unicode...
2013-04-13 Benjamin Petersonremove pointless change
2013-04-13 Benjamin Petersonproperly lookup the __round__ special method (closes...
2013-04-13 Antoine PitrouFix misindent. This would test half less possibilities.
2013-04-13 Antoine PitrouIssue #15480: Remove the deprecated and unused TYPE_INT...
2013-04-13 Serhiy StorchakaIssue #16061: Speed up str.replace() for replacing...
2013-04-13 R David Murray#17719: fix incorrect version number in deprecation...
2013-04-13 R David Murray#2118: Make SMTPException a subclass of IOError.
2013-04-13 R David MurrayMerge #2118: clarify smtplib exception documentation.
2013-04-13 R David MurrayReflow paragraph.
2013-04-13 R David Murray#2118: clarify smtplib exception documentation.
next