]> granicus.if.org Git - python/shortlog
python
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
2013-04-11 Senthil Kumarannormalize whitespace
2013-04-11 Senthil Kumarannormalize whitespace. caught by hook
2013-04-11 Senthil Kumaranmerge from 3.3
2013-04-11 Senthil Kumaran#5609 - test_urllib coverage for url2pathname and pathn...
2013-04-10 Benjamin Petersonmerge 3.3 (#17669)
2013-04-10 Benjamin Petersondon't run frame if it has no stack (closes #17669)
2013-04-10 Ezio MelottiMerge heads.
2013-04-10 Ezio Melotti#12820: merge with 3.3.
2013-04-10 R David Murray#17487: wave.getparams now returns a namedtuple.
2013-04-10 Ezio Melotti#12820: add tests for the xml.dom.minicompat module...
2013-04-10 Ezio Melotti#17635: merge with 3.3.
2013-04-10 Ezio Melotti#17635: fix wrong function name in multiprocessing...
2013-04-10 Giampaolo Rodola'Fix issue #17675: make socket repr() provide local...
2013-04-09 Victor StinnerClose #14439: Python now prints the traceback on runpy...
2013-04-09 Victor StinnerIssue #17615: On Windows (VS2010), Performances of...
2013-04-09 Brett Cannonmerge
2013-04-09 Brett CannonWhat's new entry for issue #17093
2013-04-09 Brett CannonIssue #17093,17566,17567: Methods from classes in impor...
2013-04-09 Victor Stinnerreplace(): only call PyUnicode_DATA(u) once
2013-04-09 Victor StinnerWrite super-fast version of str.strip(), str.lstrip...
2013-04-09 Victor StinnerDon't calls macros in PyUnicode_WRITE() parameters
2013-04-09 Victor StinnerFix do_strip(): don't call PyUnicode_READ() in Py_UNICO...
2013-04-09 Victor StinnerFix _PyUnicode_XStrip()
2013-04-09 Victor StinnerOptimize PyUnicode_DecodeCharmap()
2013-04-09 Victor StinnerOptimize make_bloom_mask(), used by str.strip(), str...
2013-04-09 Victor StinnerUse PyUnicode_READ() instead of PyUnicode_READ_CHAR()
2013-04-09 Victor StinnerAdd fast-path in PyUnicode_DecodeCharmap() for pure...
2013-04-09 Giampaolo Rodola'merge heads
2013-04-09 Giampaolo Rodola'Do not raise exception on close() on account of socket...
2013-04-09 Senthil Kumaran#17678: Remove the use of a deprecated method http...
2013-04-09 Senthil Kumaran#17678: Fix DeprecationWarning in the http/cookiejar...
2013-04-09 Senthil Kumarannull merge
2013-04-09 Senthil Kumaran#17648 - convert test_urllib2.py doctests to unittests
2013-04-09 Senthil Kumaran#17648 - Clean up test_urllib2.py. Converted doctests...
2013-04-09 Roger Serwy#17657: merge with 3.3.
next