]> granicus.if.org Git - python/shortlog
python
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.
2013-04-13 Serhiy StorchakaIssue #17016: Get rid of possible pointer wraparounds...
2013-04-13 Serhiy StorchakaIssue #17016: Get rid of possible pointer wraparounds...
2013-04-13 Ezio Melotti#17571: merge with 3.3.
2013-04-13 Ezio Melotti#17571: remove broken links in datetime.py docstring.
2013-04-13 Ezio Melotti#17686: merge with 3.3.
2013-04-13 Ezio Melotti#17686: fix broken link in Doc/using/unix.rst. Patch...
2013-04-13 Mark DickinsonIssue #17715: Merge fix from 3.3.
2013-04-13 Mark DickinsonIssue #17715: Add missing NULL Check to PyNumber_Long.
2013-04-13 Vinay SajipIssue #17713: Test temporarily skipped while failure...
2013-04-13 Mark DickinsonMerge heads.
2013-04-13 Mark DickinsonFix incorrect indentation on 'versionadded' for weakref...
2013-04-13 Andrew SvetlovRevert changes for #13355 by request from Raymond Hettinger
2013-04-13 Andrew SvetlovRevert changes for #13355 by request from Raymond Hettinger
2013-04-13 Mark DickinsonIssue #17643: Add __callback__ attribute to weakref...
2013-04-13 Mark DickinsonIssue #16447: Merge fix from 3.3.
2013-04-13 Mark DickinsonIssue #16447: Fix potential segfault when setting __nam...
2013-04-12 Andrew SvetlovFix whitespaces
2013-04-12 Andrew SvetlovFix whitespaces
2013-04-12 Andrew SvetlovIssue #13355: Raise ValueError on random.triangular...
2013-04-12 Andrew SvetlovIssue #13355: Raise ValueError on random.triangular...
2013-04-12 Andrew SvetlovIssue #16658: add missing return to HTTPConnection...
2013-04-12 Andrew SvetlovIssue #16658: add missing return to HTTPConnection...
2013-04-12 Giampaolo Rodola'attempt to fix bb failure as per http://bugs.python...
2013-04-12 Ezio Melotti#17653: merge with 3.3.
2013-04-12 Ezio Melotti#17653: fix typo in socketserver docs. Patch by Tshepa...
2013-04-12 Vinay SajipClosed #9556: Allowed specifying a time-of-day for...
2013-04-12 Ezio MelottiNull merge.
2013-04-12 Ezio MelottiMerge heads.
2013-04-12 Ezio MelottiMerge heads.
2013-04-12 Andrew Svetlov#17688: fix declaration for richcmp example in the...
2013-04-12 Andrew Svetlov#17688: fix declaration for richcmp example in the...
2013-04-12 Ezio Melotti#6696: merge with 3.3.
2013-04-12 Ezio Melotti#6696: add documentation for the Profile objects, and...
2013-04-12 Ezio Melotti#17692: merge with 3.3.
2013-04-12 Ezio Melotti#17692: test_sqlite now works with unittest test discov...
2013-04-12 Roger Serwy#17585: merge with 3.3.
2013-04-12 Roger Serwy#17585: Fixed IDLE regression. Now closes when using...
2013-04-11 R David Murray#17699: Fix the new getpass test failures on windows.
2013-04-11 Victor StinnerIssue #13056: Reenable test_multibytecodec.Test_StreamW...
2013-04-11 Victor StinnerClose #17693: Rewrite CJK decoders to use the _PyUnicod...
2013-04-11 Victor Stinnerpython-gdb.py: Replace invalid Unicode character with...
2013-04-11 Antoine PitrouFix supernumerary 's' in sys._debugmallocstats() output.
2013-04-11 Antoine PitrouFix supernumerary 's' in sys._debugmallocstats() output.
2013-04-11 Antoine PitrouFix a crash when setting a servername callback on a...
2013-04-11 Ezio Melotti#17690: merge with 3.3.
2013-04-11 Ezio Melotti#17690: test_time now works with unittest test discover...
2013-04-11 Georg BrandlFix invalid markup.
2013-04-11 R David MurrayMerge #14971: Use class method name, not function.__nam...
2013-04-11 R David Murray#14971: Use class method name, not function.__name__...
2013-04-11 Senthil Kumarannull merge
next