]> granicus.if.org Git - python/shortlog
python
2009-01-20 Raymond HettingerUse Georg's new permalinks to documentation by version...
2009-01-20 Raymond HettingerDon't disrupt automatic url target name generation
2009-01-20 Raymond HettingerMake merging easier by formattng comment blocks the...
2009-01-20 Raymond HettingerAdd Counter() to __all__.
2009-01-20 Raymond HettingerBuild-outs for Counter() class:
2009-01-20 Jesse Nollerissue 5002: fix windows warning that I intro'ed with...
2009-01-19 Benjamin PetersonI'm sick of these deprecations warnings in test_os
2009-01-19 Benjamin Petersonmake bad file descriptor tests more robust
2009-01-19 Benjamin Petersonadd email address
2009-01-19 Benjamin Petersonmove BufferedIOBase into the base class section
2009-01-19 Benjamin Petersonsimplify code
2009-01-19 Benjamin Petersonadd a note about the ftruncate change
2009-01-19 Jesse NollerResolve issue 3321: (segfault) _multiprocessing.Connect...
2009-01-19 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2009-01-19 Benjamin PetersonRemoved merge tracking for "svnmerge" for
2009-01-19 Kristján Valur... Issue 4957
2009-01-19 Vinay SajipAdded more cross-reference targets and tidied up list...
2009-01-19 Benjamin Petersonraise an OSError for invalid fds #4991
2009-01-18 Benjamin Petersonfix encoding cookie case
2009-01-18 Benjamin Petersonfix test that wasn't working as expected #4990
2009-01-18 Jesse Nollerissue 4301: patch logging to add processName, remove...
2009-01-18 Georg Brandl#4986: augassigns are not expressions.
2009-01-18 Georg Brandl#4923: clarify what was added.
2009-01-18 Georg Brandl#4857: fix augmented assignment target spec.
2009-01-18 Georg Brandl#4979: correct result range for some random functions.
2009-01-18 Kristján Valur... issue 4293: make test_capi.py more robutst, it times...
2009-01-18 Georg Brandl#4914: trunc is in math.
2009-01-18 Georg Brandl#4974: fix redundant mention of lists and tuples.
2009-01-18 Georg Brandl#4976: union() and intersection() take multiple args...
2009-01-18 Jesse NollerResolve issue 4449: AssertionError in mp_benchmarks.py
2009-01-18 Benjamin Petersonfix grammar
2009-01-18 Benjamin Petersonbytearrays are mutable sequences
2009-01-17 Amaury Forgeot... follow-up of #3997: since 0xFFFF numbers are not enough...
2009-01-17 Benjamin Petersonfix inspect.isclass() on instances with a custom __geta...
2009-01-17 Amaury Forgeot... #4077: No need to append \n when calling Py_FatalError
2009-01-17 Amaury Forgeot... #4930: Slightly cleaner (and faster) code in type creation:
2009-01-17 Amaury Forgeot... #3997: zipfiles generated with more than 65536 files...
2009-01-17 Benjamin Petersontrying to find some fpathconf() settings that all unixs...
2009-01-17 Benjamin Petersonuse enumerate
2009-01-16 Thomas HellerChange an example in the docs to avoid a mistake when...
2009-01-16 Benjamin Petersoncompare with == not is #4946
2009-01-15 Vinay SajipMinor changes/corrections in markup.
2009-01-15 Vinay SajipMade minor changes/corrections in markup. Added a coupl...
2009-01-15 Kristján Valur... Make all the invalid fd tests for os subject to the...
2009-01-15 Kristján Valur... Fix two test cases in test_os. ftruncate raises IOErro...
2009-01-15 Kristján Valur... Issue 4929: Handle socket errors when receiving
2009-01-15 Mark DickinsonAnother typo fix.
2009-01-15 Mark DickinsonComment typo
2009-01-15 Mark DickinsonIssue #4397. Fix occasional test_socket failure on...
2009-01-15 Kristján Valur... Fix recently introduced test cases.
2009-01-14 Kristján Valur... Re-enable all tests for windows platforms.
2009-01-14 Raymond HettingerFix-up indentation of sample code blocks for namedtuple...
2009-01-14 Raymond HettingerAdd tests for __init__() and update() with no args.
2009-01-14 Raymond HettingerMinor doc tweaks.
2009-01-13 Benjamin Petersonfix test_xmlrpc failures #4939
2009-01-13 Amaury Forgeot... #1162154: inspect.getmembers() now skips attributes...
2009-01-13 Amaury Forgeot... #4807: Remove a wrong usage of wsprintf in the winreg...
2009-01-13 Antoine PitrouIssue #4935: The overflow checking code in the expandta...
2009-01-13 Benjamin Petersonde-spacify
2009-01-13 Georg BrandlUse assertRaises.
2009-01-13 Benjamin Petersonadd bytearrayobject.h to PYTHON_HEADERS
2009-01-13 Benjamin Petersonmake bytearrayobject.o depend on the stringlib #4936
2009-01-13 Thomas HellerFix refcount leak in error cases. Bug found by coverity.
2009-01-13 Andrew M. KuchlingNote that first coord. is left alone
2009-01-13 Armin Ronacherast.literal_eval can properly evaluate complex numbers...
2009-01-13 Raymond HettingerIssue 4922: Incorrect comments for MutableSet.add(...
2009-01-13 Raymond HettingerAdd table of idioms/patterns for using Counter objects.
2009-01-13 Georg BrandlFix call signature and markup.
2009-01-13 Raymond HettingerSpeed-up __repr__. Eliminate duplicate tests. Use...
2009-01-13 Raymond HettingerFixup and simplify docstrings and doctests.
2009-01-13 Raymond HettingerMinor documentation tweaks and simpler update() example.
2009-01-13 Benjamin Petersonsmall logic correction
2009-01-13 Raymond HettingerSimplify Counter() API. Replace items keyword argument
2009-01-12 Amaury Forgeot... #3720: Interpreter crashes when an evil iterator remove...
2009-01-12 Raymond HettingerIssue 1696199: Add collections.Counter().
2009-01-12 Vinay SajipMinor changes/corrections in markup.
2009-01-12 Kristján Valur... Add tests for invalid format specifiers in strftime...
2009-01-12 Raymond HettingerOptimize heapq.nsmallest/nlargest for cases where n...
2009-01-12 Kristján Valur... Misc/NEWS for issue 4293
2009-01-12 Kristján Valur... Update Misc/NEWS for issue 3582
2009-01-12 Martin v. LöwisIssue #4893: Use NT threading on CE.
2009-01-12 Martin v. LöwisIssue #4915: Port sysmodule to Windows CE.
2009-01-11 Benjamin Petersonadd email addresses
2009-01-11 Gregory P.... Update the documentation for binascii and zlib crc32...
2009-01-11 Gregory P.... correct email address
2009-01-11 Kristján Valur... Issue 4879: Allow buffering for HTTPResponse
2009-01-11 Martin v. LöwisIssue #4895: Use _strdup on Windows CE.
2009-01-11 Martin v. LöwisIssue #4279: Fix build of parsermodule under Cygwin.
2009-01-11 Hirokazu YamamotoFixed version number in build_ssl.bat.
2009-01-10 Benjamin Petersonmacos 9 isn't supported
2009-01-10 Benjamin Petersonmove seealso to a more appropiate place
2009-01-10 Benjamin Petersonmake tests fail if they can't be imported
2009-01-10 Vinay SajipCorrected minor typo and added .currentmodule directive...
2009-01-10 Mark DickinsonRemove an unnecessary check from test_decimal.
2009-01-10 Benjamin Petersonfix encoding
2009-01-10 Antoine PitrouAdd ACKS entries for some of the patches I've been...
2009-01-10 Benjamin Petersontp_iter only exists with Py_TPFLAGS_HAVE_ITER #4901
2009-01-10 Benjamin Petersonrewrite verbose conditionals
2009-01-10 Matthias Klose- Issue #4861: ctypes.util.find_library(): Robustify...
2009-01-10 Antoine PitrouAdd NEWS entry for r68484.
next