]> granicus.if.org Git - python/shortlog
python
2008-08-17 Benjamin Petersonfix compile errors
2008-08-17 Benjamin Petersona few improvements
2008-08-17 Benjamin Petersonexpose PySTEntry.nested so the symtable module will...
2008-08-17 Antoine PitrouMake test_ossaudiodev work.
2008-08-16 Benjamin PetersonPySTEntry's constructor is static; there's no point...
2008-08-16 Georg BrandlReview symtable docs.
2008-08-16 Benjamin Petersoninclude filename and line number in SyntaxError
2008-08-16 Brett CannonSilence DeprecationWarning raised by mimetools and...
2008-08-16 Brett CannonSilence the DeprecationWarning raised in httplib when...
2008-08-16 Brett CannonSilence the DeprecationWarning raised by importing...
2008-08-16 Benjamin Petersonadd some documentation for symtable
2008-08-16 Benjamin Peterson#3424 rearrange the order of tests in imghdr to place...
2008-08-16 Facundo BatistaIssue #2776: fixed small issue when handling an URL...
2008-08-16 Benjamin Petersonnote how os.utime should be used for emulating touch
2008-08-16 Benjamin Petersonfix markup
2008-08-15 Benjamin PetersonMerged revisions 65397 via svnmerge from
2008-08-15 Gregory P.... document that waitpid raises OSError
2008-08-15 Antoine Pitrou#2676: email/message.py [Message.get_content_type]...
2008-08-15 Georg Brandl#3558: Attribute reference binds more tightly than...
2008-08-14 Antoine PitrouIssue #3476: make BufferedReader and BufferedWriter...
2008-08-14 Thomas HellerDisable the test until I have one that works.
2008-08-14 Martin v. LöwisFix memory leak: Always DECREF obj in PyBuffer_Release.
2008-08-14 Thomas HellerTry to fix the test on 64-bit platforms.
2008-08-14 Thomas Hellerissue #3554: ctypes.string_at and ctypes.wstring_at...
2008-08-14 Facundo BatistaIssue 1432. Fixes a bug caused because of the evolution
2008-08-14 Martin v. LöwisProperly INCREF reference in Py_buffer.
2008-08-14 Martin v. LöwisMake obj an owned reference in Py_buffer; this checkin
2008-08-14 Hirokazu YamamotoAdded _multiprocessing module support. (VC6)
2008-08-14 Brett CannonFix markup for various binary operation examples where...
2008-08-14 Hirokazu YamamotoFixed test_distutils error (test_build_ext) on VC6.
2008-08-14 Brett CannonSilence the DeprecationWarning of rfc822 triggered...
2008-08-14 Hirokazu YamamotoIssue #2065: VC6 related fix.
2008-08-12 Martin v. LöwisAdd Hirokazu Yamamoto.
2008-08-12 Bill Janssenupdate ssl documentation
2008-08-12 Bill Janssenremove duplicate close() from ssl.py; expose unwrap...
2008-08-12 Martin v. LöwisIssue #3139: Make buffer-interface thread-safe wrt...
2008-08-12 Ronald OussorenAnother fix for 4-way universal builds, use the right...
2008-08-12 Ronald OussorenFix typo in the `arch` commandline
2008-08-11 Jesse NollerFix the connection refused error part of issue 3419...
2008-08-11 Antoine Pitrou#3134: shutil referenced undefined WindowsError symbol
2008-08-11 Nick CoghlanIssue 2235: Py3k warnings are now emitted for classes...
2008-08-11 Jesse NollerRemove the fqdn call for issue 3270
2008-08-11 Georg Brandl#3540: fix exception name.
2008-08-11 Georg Brandl- Issue #3537: Fix an assertion failure when an empty...
2008-08-10 Robert SchuppeniesIssue #1342811: Fix leak in Tkinter.Menu.delete. Comman...
2008-08-09 Brett CannonSilence warnings in csv about using reduce() when run...
2008-08-09 Brett CannonUse functools.reduce() in difflib instead of __builtin_...
2008-08-09 Brett CannonCopy reduce() to _functools so to have functools.reduce...
2008-08-09 Brett CannonSuppress the warning in asynchat from using buffer...
2008-08-09 Antoine Pitroumove NEWS entry to the appropriate section (oops!)
2008-08-09 Antoine Pitrou#3205: bz2 iterator fails silently on MemoryError
2008-08-09 Guido van RossumAdd news item about _sre.compile() re-bytecode validator.
2008-08-09 Antoine PitrouFix slightly misleading statement in the NEWS file.
2008-08-08 Skip Montanaroaccept issue 3436
2008-08-08 Georg BrandlRemove mention of backquotes in the tutorial.
2008-08-08 Georg Brandl#3519: callee is an expression too.
2008-08-08 Brett CannonRemove buffer() usage in the socket module by just...
2008-08-08 Brett CannonRemove warnings generated for the suprocess module...
2008-08-08 Brett CannonChange the warning emitted for using the buffer() objec...
2008-08-07 Guido van RossumPatch by Ian Charnas from issue 3517.
2008-08-07 Antoine Pitrou#1288615: Python code.interact() and non-ASCII input
2008-08-07 Andrew M. KuchlingAdd some items
2008-08-06 Brett CannonAdd imp.reload(). This to help with transitioning to...
2008-08-06 Mark DickinsonRemove duplicate import
2008-08-06 Mark DickinsonDocstring typo
2008-08-06 Georg BrandlFix longstringitem definition. #3505.
2008-08-05 Guido van RossumTracker issue 3487: sre "bytecode" verifier.
2008-08-05 Andrew M. Kuchling#3367: revert rev. 65539: this change causes test_parse...
2008-08-05 Andrew M. Kuchling#3367 from Kristjan Valur Jonsson:
2008-08-05 Andrew M. KuchlingBug 3228: take a test from Niels Gustaebel's patch...
2008-08-04 Brett CannonAdd a note about all the modules/packages changed to...
2008-08-04 Brett CannonRemove use of callable() from pickle to silence warning...
2008-08-04 Brett CannonRemove tuple parameter unpacking in aifc to silence...
2008-08-04 Brett CannonSilence warnings under -3 triggered by wsgiref.
2008-08-04 Mark DickinsonIssue #1481296: (again!) Make conversion of a float...
2008-08-04 Brett CannonRemove a use of callable() from Tkinter to silence...
2008-08-04 Brett CannonRemove a dict.has_key() and list.sort(cmp=) usage from...
2008-08-04 Brett CannonRemove usage of apply() in sqlite3 to silence warnings...
2008-08-04 Brett CannonRemove dict.has_key() usage in the shelve module to...
2008-08-04 Brett CannonRemove dict.has_key() usage in xml.sax to silence warni...
2008-08-04 Brett CannonRemove the use of callable() in re to silence warnings...
2008-08-04 Gregory P.... more cleanup ups of the recently added warnings in...
2008-08-04 Nick CoghlanAdd missing NEWS entry for r65487
2008-08-04 Nick CoghlanIssue 643841: better documentation of the special metho...
2008-08-04 Gregory P.... Adds a sanity check to avoid a *very rare* infinite...
2008-08-04 Georg BrandlClarify the meaning of the select() parameters and...
2008-08-04 Georg BrandlTemplate is always "tmp".
2008-08-04 Georg BrandlFix markup.
2008-08-04 Andrew M. KuchlingBug 3228: Explicitly supply the file mode to avoid...
2008-08-04 Gregory P.... issue1606: Add warnings to the subprocess documentation...
2008-08-04 Brett CannonRemove assignment to True/False and use of dict.has_key...
2008-08-04 Brett CannonSilence warnings under -3 about using dict.has_key...
2008-08-04 Brett CannonRemove dict.has_key() usage in xml.dom.minidom to silen...
2008-08-04 Gregory P.... - Issue #1857: subprocess.Popen.poll gained an addition...
2008-08-04 Brett CannonRemove dict.has_key() and apply() usage from the loggin...
2008-08-03 Brett CannonRemove a use of callable() in fileinput to silence...
2008-08-03 Brett CannonMove filecmp from using dict.has_key() to dict.__contai...
2008-08-03 Brett CannonRemove a dict.has_key() usage in email._parseaddr found...
2008-08-03 Brett CannonRemove Barry's love of deprecated syntax to silence...
2008-08-03 Brett CannonRemove a dict.has_key() use in DocXMLRPCServer that...
next