]> granicus.if.org Git - python/shortlog
python
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...
2008-07-10 Andrew M. KuchlingWording changes
2008-07-10 Raymond HettingerIssue 3285: Fractions from_float() and from_decimal...
2008-07-10 Raymond HettingerIssue 3301: Bisect functions behaved badly when lo...
2008-07-10 Robert SchuppeniesFixed Issue3122 and extended sys.getsizeof tests for...
2008-07-10 Raymond HettingerUse operator.index() instead of n.__index__().
2008-07-10 Raymond HettingerIssue 3287: Raise correct exception for float inputs.
2008-07-08 Nick CoghlanAdd missing NEWS and ACK entries for r64791
2008-07-08 Nick CoghlanIssue 2517: Allow unicode messages in Exceptions again...
2008-07-08 Georg BrandlAdd missing ABCs to list.
2008-07-07 Facundo BatistaIssue 3306. Better control for a lenght in findmax...
2008-07-07 Andrew M. KuchlingFix example to match text
2008-07-07 Skip MontanaroCorrect grammar.
2008-07-07 Gregory P.... - Issue #3094: httplib.HTTPSConnection Host: headers...
2008-07-07 Gregory P.... Add commented out #_sha256 and #_sha512 lines per issue...
2008-07-07 Josiah CarlsonFixed bugs 760475, 953599, and 1519.
2008-07-07 Gregory P.... - Issue #3309: Fix bz2.BZFile itererator to release...
2008-07-06 Amaury Forgeot... Issue839496: SimpleHTTPServer should open all files...
2008-07-06 Andrew M. KuchlingAdd two items; rewrap paragraph
2008-07-06 Andrew M. KuchlingWording fix
2008-07-06 Georg BrandlFix opensearch template.
2008-07-06 Gregory P.... fix issue3304 - remove an incorrect PyMem_Free in filei...
2008-07-06 Benjamin Petersonremove test_compact_freelists from test_sys
2008-07-06 Gregory P.... - Issue #2113: Fix error in subprocess.Popen if the...
2008-07-06 Gregory P.... - Issue #2862: Make int and float freelist management...
2008-07-05 Facundo BatistaIssue #3239. Differentiate the ascii call from the...
2008-07-05 Facundo BatistaIssue 3289. Removed two lines that ended doing nothing.
2008-07-05 Georg BrandlKeep below 80 chars.
2008-07-05 Benjamin Petersonmake regrtest aware of the lib2to3 resource
2008-07-05 Martin v. LöwisDisable lib2to3 by default, unless run explicitly.
2008-07-05 Martin v. LöwisMerged revisions 64285-64735 via svnmerge from
2008-07-05 Mark DickinsonMinor rewrite of cmath_log to work around a Sun compile...
2008-07-05 Mark DickinsonIssue 3188: accept float('infinity') as well as float...
2008-07-05 Georg Brandl#2663: support an *ignore* argument to shutil.copytree...
2008-07-05 Georg BrandlFix tabs.
2008-07-05 Raymond HettingerUpdate comment on prediction macros.
2008-07-04 Georg BrandlGive the pickle special methods a signature.
2008-07-03 Benjamin Petersonlet the term be linked
2008-07-03 Benjamin Petersonlowercase glossary term
2008-07-03 Martin v. LöwisPatch #1622: Correct interpretation of various ZIP...
2008-07-03 Andrew M. KuchlingTweak wording
2008-07-02 Amaury Forgeot... Try a blind fix to nismodule which fails on the solaris...
2008-07-02 Brett CannonRevert r64673 and instead just change the file encoding.
2008-07-02 Brett CannonFIx some Latin-1 characters to be UTF-8 as the file...
2008-07-02 Jesse NollerAdd #!/usr/bin/env python for ben
2008-07-02 Facundo BatistaIssue #449227: Now with the rlcompleter module, callabl...
2008-07-02 Jesse NollerReenable the manager tests with Amaury's threading fix
2008-07-02 Nick CoghlanIssue 3190: pydoc now hides module __package__ attributes
2008-07-02 Mark DickinsonReplace occurrences of '\d' with '[0-9]' in Decimal...
2008-07-02 Brett CannonHandle urllib's renaming for Python 3.0:
2008-07-01 Benjamin Petersonadd ABC to the glossary
2008-07-01 Georg BrandlAdd a comment about incref'ing w.
2008-07-01 Georg Brandl#1410739: add a footnote about "is" and "unusual" behavior.
2008-07-01 Georg Brandl#1523853: add note about fread().
2008-07-01 Amaury Forgeot... #3242: fix a crash in "print", if sys.stdout is set...
2008-07-01 Georg Brandl#3216: fix Execute's parameter description.
2008-07-01 Georg BrandlAdd a link to PEP 324.
2008-07-01 Benjamin Petersonwrite a short little section for multiprocessing; it...
2008-07-01 Benjamin Peterson#3219 repeated keyword arguments aren't allowed in...
2008-06-30 Amaury Forgeot... #Issue3088 in-progress: Race condition with instances...
2008-06-30 Martin v. LöwisAdd _multiprocessing module.
2008-06-30 Martin v. LöwisIssue #3215: Build sqlite3 as sqlite3.dll, not sqlite3.pyd
2008-06-30 Facundo BatistaFix #2702, with a correct accounting of recursion.
2008-06-29 Vinay SajipUpdated to reflect change in logging.config to remove...
2008-06-29 Vinay SajipRemoved out-of-date comment in _install_handlers and
2008-06-29 Benjamin Petersonreinstate the ending backtick. thanks Nick :)
2008-06-28 Benjamin Petersonfix typo
next