]> granicus.if.org Git - python/shortlog
python
2009-01-31 Benjamin Petersonfix indentation in comment
2009-01-31 Benjamin Petersonfix indentation; looks like all I managed to do the...
2009-01-31 Benjamin Petersonfix indentation
2009-01-31 Benjamin PetersonI believe the intention here was to avoid a global...
2009-01-31 Benjamin Petersonfix indentation
2009-01-31 Benjamin PetersonPyErr_BadInternalCall() raises a SystemError, not TypeE...
2009-01-31 Mark DickinsonAdd an extra test for long <-> float hash equivalence.
2009-01-31 Benjamin Petersoncompletely detabify unicodeobject.c
2009-01-31 Andrew M. KuchlingText edits and markup fixes
2009-01-31 Andrew M. KuchlingAdd a section
2009-01-31 Benjamin Petersoncheck the errno in bad fd cases
2009-01-30 Benjamin Petersonmake _tkinter._flatten check the result of PySequence_S...
2009-01-30 Benjamin Petersonpep8tify conditionals
2009-01-29 Tarek Ziadéfixed test_make_distribution so it runs on any platform...
2009-01-29 Antoine PitrouIssue #2047: shutil.move() could believe that its desti...
2009-01-29 Mark HammondFix issue5075: bdist_wininst should not depend on the...
2009-01-29 Raymond HettingerFix typo.
2009-01-29 Raymond HettingerUpdate itertools.__doc__ to include all tools.
2009-01-29 Benjamin Petersonfix download url
2009-01-29 Brett CannonIgnore .pyc and .pyo files.
2009-01-29 Brett CannonMinor spelling mistake in datetime docs.
2009-01-29 Brett CannonClarify some __del__ stuff.
2009-01-28 Raymond HettingerCorrect docs for ABCs (MutableSequence was missing...
2009-01-28 Raymond HettingerIssue 4920: Fixed next() vs __next__() issues in the...
2009-01-28 Guilherme PoloIssue #5083: New 'gui' resource for regrtest.
2009-01-28 Guilherme PoloMake sure the root windows gets destroyed
2009-01-28 Guilherme Polo* Renaming test_tk_* to test_ttk_* since that is what...
2009-01-28 Guilherme PoloAdded support for collecting tests only from specific...
2009-01-28 Guilherme PoloDemos for ttk added.
2009-01-28 Guilherme PoloAdded the ttk module. See issue #2983: Ttk support...
2009-01-27 Benjamin Petersonuse True and False
2009-01-27 Mark HammondOn Windows, use the Python 'Activation Context' when...
2009-01-27 Raymond HettingerAdd more tests for the powerset() recipe.
2009-01-27 Raymond HettingerMore exhaustive combinatoric checks.
2009-01-27 Raymond HettingerIssue 5021: doctest.testfile should set __name__
2009-01-27 Raymond HettingerStronger tests for combinatoric relationships.
2009-01-27 Raymond HettingerAdd tests to verify combinatoric relationships.
2009-01-27 Benjamin Petersonexcellent place to use a set() #5069
2009-01-27 Raymond HettingerPromote combinations_with_replacement() from a recipe...
2009-01-27 Raymond HettingerTweak column alignment for collections docs.
2009-01-26 Raymond HettingerRemove startup firewall message. That is handled by...
2009-01-26 Mark DickinsonIssue #5073: Fix occasional failure of bsddb/test/test_...
2009-01-26 Mark DickinsonFix comment.
2009-01-26 Mark DickinsonFix undefined behaviour (left shift of negative value...
2009-01-26 Georg BrandlCopy over docs on advanced role features from Sphinx...
2009-01-26 Raymond HettingerFix signed/unsigned mismatch.
2009-01-26 Brett CannonBackport importlib in the form of providing importlib...
2009-01-25 Tarek ZiadéFixed #1885: --formats=tar,gztar was not working proper...
2009-01-25 Mark DickinsonNo need for carry to be type twodigits in _PyLong_AsByt...
2009-01-25 Tarek Ziadéadded missing module docstring
2009-01-25 Tarek ZiadéIssue #5052: removed backward compatibility information...
2009-01-25 Raymond HettingerImproved itertools recipe for generating powerset().
2009-01-25 Raymond HettingerPromote compress() from a recipe to being a regular...
2009-01-25 Tarek ZiadéIssue #4863, removing remaining bits
2009-01-25 Tarek ZiadéFixed #4863: removed distutils.mwerkscompiler
2009-01-25 Hirokazu YamamotoFixed compile error on windows.
2009-01-25 Benjamin Petersonfix building the core with --disable-unicode
2009-01-25 Mark DickinsonRemove uses of cmp from the decimal module.
2009-01-25 Jesse NollerProperly document multiprocessing's logging support...
2009-01-24 Mark DickinsonIssue #3657: fix occasional test_pickletools failures.
2009-01-24 Mark DickinsonIssue #1672332: Fix unpickling of subnormal floats...
2009-01-24 Mark DickinsonIssue #5025: Fix occasional test_kqueue failure on...
2009-01-24 Martin v. LöwisIssue #3881: Help Tcl to load even when started through the
2009-01-24 Martin v. LöwisAdd heading for 2.7a0.
2009-01-24 Mark DickinsonIssue #4393: fix 3 classes of potential portability...
2009-01-24 Martin v. LöwisIssue #4710: Extract directories properly in the zipfil...
2009-01-24 Kristján Valur... Add a test for UNC import paths, see issue 3677
2009-01-24 Andrew M. KuchlingAdd various items
2009-01-23 Jesse NollerIssue 3807: multiprocessing fails to compile under...
2009-01-22 Jesse NollerIssue 4593: apply() documentation is unclear
2009-01-22 Georg BrandlClarify wording.
2009-01-22 Raymond HettingerUpdate comments and add an optimized path for Counter...
2009-01-22 Raymond HettingerMore doc tweaks.
2009-01-21 Raymond HettingerTighten-up the docs for Counter().
2009-01-21 Raymond HettingerSimplify explanation of multiset operations by removing...
2009-01-21 Andrew M. KuchlingMarkup fixes
2009-01-21 Andrew M. KuchlingAdd some items
2009-01-21 Jesse NollerIssue 5009: multiprocessing: failure in manager._debug_...
2009-01-21 Antoine PitrouIssue #5008: When a file is opened in append mode with...
2009-01-20 Raymond HettingerBeautify and cleanup the references section.
2009-01-20 Vinay SajipIssue 5013: Fixed bug in FileHandler when delay was...
2009-01-20 Vinay SajipIssue 5013: Fixed bug in FileHandler when delay was...
2009-01-20 Raymond HettingerIssue 4998: __slots__ on Fractions was useless.
2009-01-20 Benjamin Petersonfix url
2009-01-20 Benjamin Petersonbackport r68802 (bugfix)
2009-01-20 Benjamin Petersonallow unicode keyword arguments for the ** syntax ...
2009-01-20 Raymond HettingerFix typos.
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...
next