]> granicus.if.org Git - python/shortlog
python
2008-07-19 Georg Brandl#3378: in case of no memory, don't leak even more memor...
2008-07-19 Raymond HettingerAdd recipe to the itertools docs.
2008-07-19 Raymond HettingerImprove accuracy of gamma test function
2008-07-19 Eric SmithFix issue 3411: default float format spec fails on...
2008-07-18 Brett CannonDeprecate the sunaudio module for removal in Python...
2008-07-18 Georg Brandl#3390: replace a remaining has_key().
2008-07-18 Georg BrandlReplace all map(None, a) with list(a).
2008-07-18 Benjamin Petersonnow that test_lib2to3 actually works and isn't extremel...
2008-07-18 Benjamin Petersonbackport test_fileio
2008-07-18 Georg BrandlDocument the different meaning of precision for {:f...
2008-07-18 Georg BrandlCorrect attribute name.
2008-07-18 Georg BrandlRemove duplicate entry in __all__.
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Vinay SajipIssue #3389: Allow resolving dotted names for handlers...
2008-07-18 Ronald OussorenLast bit of a fix for issue3381 (addon for my patch...
2008-07-18 Barry WarsawPost release cleanup
2008-07-18 Barry WarsawTagging 2.6 beta 2.
2008-07-18 Barry WarsawBumping to 2.6b2 v2.6b2
2008-07-17 Jesse NollerFix issue 3395, update _debugInfo to be _debug_info
2008-07-17 Eric SmithBacked out r65069, pending fixing it in Windows.
2008-07-17 Bill Janssencatch socket.error errors in badCertTest
2008-07-17 Eric SmithIssue 3382: Make '%F' and float.__format__('F') convert...
2008-07-17 Benjamin Peterson#3381 fix framework builds on 10.4
2008-07-17 Benjamin Petersontry to fix test_threading on the Windows bot
2008-07-17 Gregory P.... news note for r63052
2008-07-17 Benjamin PetersonMerged revisions 65053-65054 via svnmerge from
2008-07-16 Georg Brandl#3388: add a paragraph about using "with" for file...
2008-07-16 Georg BrandlByte items *can* be chars in 2.6.
2008-07-16 Georg BrandlBackport part of r65043.
2008-07-16 Georg BrandlUse _getbytevalue() in init too.
2008-07-16 Georg Brandl#3156: fix consistency in what type bytearray methods...
2008-07-16 Georg Brandl#3312: fix two sqlite3 crashes.
2008-07-16 Georg Brandl#3345: fix docstring.
2008-07-16 Georg Brandl#3305: self->stream can be NULL.
2008-07-16 Georg Brandl#1608818: errno can get set by every call to readdir().
2008-07-16 Georg Brandl#3045: fix pydoc behavior for TEMP path with spaces.
2008-07-16 Benjamin Petersonfix framework install on Mac 10.4
2008-07-16 Jesse NollerApply patch for 874900: threading module can deadlock...
2008-07-16 Benjamin PetersonMerged revisions 65025 via svnmerge from
2008-07-16 Eric SmithRenamed a parameter in calc_number_widths, for consiste...
2008-07-16 Benjamin Petersonlib2to3 isn't broken anymore, so we can run the test
2008-07-16 Benjamin PetersonMerged revisions 64863,64868,64870,64942,65001-65002...
2008-07-16 Jesse NollerApply Amaury's patch to multiprocessing for issue 3125...
2008-07-16 Jesse NollerApply patch for issue 3090: ARCHFLAGS parsing incorrect
2008-07-16 Mark DickinsonIssue #3360: Fix incorrect parsing of "020000000000.0".
2008-07-16 Martin v. LöwisAdd Antoine.
2008-07-16 Benjamin Petersondisable lib2to3 in the trunk. It's broken just for 2.6
2008-07-16 Eric SmithComplete issue 3083: add alternate (#) formatting to...
2008-07-16 Georg BrandlKeep sorted.
2008-07-15 Georg BrandlMove label to correct heading.
2008-07-15 Mark DickinsonFix float.from_hex tests. It appears that Linux/ia64...
2008-07-15 Thomas HellerFix test on 64-bit platforms.
2008-07-15 Thomas HellerAdd Victor Stinner, he provided the patch for issue...
2008-07-15 Thomas HellerIssue #3313: Contrary to the man page, a failed dlopen...
2008-07-15 Mark DickinsonIssue #3008: add instance method float.hex and class...
2008-07-15 Jesse NollerRevert 3270 patch: self._address is in pretty widesprea...
2008-07-15 Thomas HellerNEWS entry for #issue 3258.
2008-07-15 Thomas HellerIssue #3258: Fix an assertion error (in debug build...
2008-07-15 Nick CoghlanAdd missing NEWS entry for r64962
2008-07-15 Nick CoghlanIssue 2235: __hash__ is once again inherited by default...
2008-07-15 Jesse Nollermultiprocessing/connection.py patch to remove fqdn...
2008-07-15 Eric SmithAdded '#' formatting to integers. This adds the 0b...
2008-07-14 Benjamin Petersonfix test_py3kwarns
2008-07-14 Robert SchuppeniesFixed test failure on Win64 machines.
2008-07-14 Gregory P.... Fix posix.fork1() / os.fork1() to only call PyOS_AfterF...
2008-07-14 Andrew M. KuchlingExpand the multiprocessing section
2008-07-14 Andrew M. KuchlingTypo fix
2008-07-14 Andrew M. KuchlingTypo fix
2008-07-14 Andrew M. KuchlingTypo fixes
2008-07-13 Alexandre VassalottiIssue #3153: sqlite leaks on error.
2008-07-13 Andrew M. KuchlingAdd various items; move ctypes items into a subsection...
2008-07-13 Andrew M. KuchlingRe-word
2008-07-13 Alexandre VassalottiIssue #3274: Use a less common identifier for the tempo...
2008-07-13 Martin v. LöwisAdd turtle into the module index.
2008-07-13 Benjamin Petersonremove sys.version_info check for 3.0
2008-07-13 Benjamin Petersonremove bytes alias
2008-07-13 Nick CoghlanFix issue 3221 by emitting a RuntimeWarning instead...
2008-07-13 Nick CoghlanCorrect a couple of errors in the updated catch_warning...
2008-07-13 Nick CoghlanMake test.test_support.catch_warnings more robust as...
2008-07-13 Brett Cannondummy_thread.acquire() would return None if no waitflag...
2008-07-12 Benjamin Peterson#1778443 robotparser fixes from Aristotelis Mikropoulos
2008-07-12 Alexandre VassalottiFixed typo.
2008-07-12 Benjamin Petersonfix various doc typos #3320
2008-07-12 Matthias Klose- Fix bashisms in Tools/faqwiz/move-faqwiz.sh
2008-07-11 Josiah CarlsonFixed test for asyncore.
2008-07-11 Josiah CarlsonFix for the AttributeError in test_asynchat.
2008-07-11 Amaury Forgeot... #3342: In tracebacks, printed source lines were not...
2008-07-11 Amaury Forgeot... #3317 in zipfile module, restore the previous names...
2008-07-11 Raymond HettingerAdd cautionary note on the use of PySequence_Fast_ITEMS.
2008-07-11 Brett CannonFix a minor typo in the last entry made.
2008-07-11 Brett CannonDoc that robotparse has been renamed urllib.robotparser...
2008-07-11 Brett CannonDoc that urlparse is named urllib.parse in Python 3.0.
2008-07-11 Brett CannonDocument the fact that urllib2 spans multiple modules...
2008-07-11 Brett CannonRemoval an invalid entry as the fixer for urllib is...
2008-07-10 Robert SchuppeniesAdded garbage collector overhead and optional default...
2008-07-10 Raymond HettingerSuppress -3 warnings in unittest.py
2008-07-10 Raymond HettingerClear the -3 warnings in optparse.py
2008-07-10 Robert SchuppeniesAdded additional __sizeof__ implementations and address...
next