]> granicus.if.org Git - python/shortlog
python
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...
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
next