]> granicus.if.org Git - python/shortlog
python
2008-08-18 Eric SmithBackport of r63826.
2008-08-18 Nick CoghlanFix typo
2008-08-18 Nick CoghlanIssue 2235: document PyObject_HashNotImplemented
2008-08-18 Nick CoghlanBelated NEWS entry for r65642
2008-08-18 Marc-André... Restore Python 2.3 compatibility and remove "with"...
2008-08-18 Benjamin Petersonadd a test for reduce's move
2008-08-18 Benjamin Petersonfollup to #3473: don't duplicate the reduce code
2008-08-18 Benjamin Petersoncorrect version
2008-08-18 Brett CannonUpdate __all__ for cookielib, csv, os, and urllib2...
2008-08-18 Brett CannonRemove an unneeded import of abc.ABCMeta from 'inspect'.
2008-08-18 Brett CannonRemove two unneeded imports in 'io'.
2008-08-17 Brett CannonRemove imports of 'warnings' that are no longer needed...
2008-08-17 Amaury Forgeot... Fix a refleak in bytearray.split and bytearray.rsplit...
2008-08-17 Benjamin Petersonset svn:executable on a script
2008-08-17 Antoine Pitrou#3580: fix a failure in test_os
2008-08-17 Benjamin Petersonget the symtable module back in working order
2008-08-17 Antoine Pitrou#3556: test_raiseMemError consumes an insane amount...
2008-08-17 Antoine Pitroubackport r65723: strengthen test_os.test_closerange
2008-08-17 Hirokazu YamamotoBackport r65661, r65760: Issue #3575: Incremental decod...
2008-08-17 Antoine Pitroufix ZipFile.testzip() to work with very large embedded...
2008-08-17 Hirokazu YamamotoI forgot to update NEWS.
2008-08-17 Hirokazu YamamotoIssue #2222: Fixed reference leak when occured os.rename()
2008-08-17 Brett CannonUpdate distutils so that it triggers no warnings when...
2008-08-17 Facundo BatistaIssue 2464. Supports a malformation in the URL received
2008-08-17 Benjamin Petersonuhh PySTEntry->ste_unoptimized has to be exposed too
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...
next