]> granicus.if.org Git - python/shortlog
python
2008-08-20 Benjamin Petersondeprecate some useless, noop methods in symtable
2008-08-20 Benjamin Petersonadd a NEWS note for new args syntax
2008-08-20 Amaury Forgeot... follow-up of issue3473: update the compiler package...
2008-08-19 Benjamin Petersoncheck that the parser module can handle the new keyword...
2008-08-19 Benjamin PetersonMerged revisions 65876 via svnmerge from
2008-08-19 Guido van RossumIssue 1179: [CVE-2007-4965] Integer overflow in imageop...
2008-08-19 Guido van RossumHopeful fix for issue 1878: remove Py_TPFLAGS_HAVE_VERS...
2008-08-19 Benjamin Petersonallow keyword args to be passed in after *args #3473
2008-08-19 Thomas HellerCOM method code is windows specific
2008-08-19 Benjamin Petersonfix a little typo
2008-08-19 Thomas HellerFix a regression introduced by rev. 63792: ctypes funct...
2008-08-19 Benjamin Petersonsilence callable warning in hmac
2008-08-19 Jesse Nollerissue3352: clean up the multiprocessing API to remove...
2008-08-19 Benjamin Petersonget unparse to at least unparse its self
2008-08-19 Thomas HellerFix strange character in the docstring.
2008-08-19 Benjamin PetersonMerged revisions 65853-65854 via svnmerge from
2008-08-18 Georg BrandlFix grammar.
2008-08-18 Benjamin Petersonupdate the threading docs to account for recent changes
2008-08-18 Benjamin Petersonadd py3k warnings for old threading APIs
2008-08-18 Amaury Forgeot... #2234 distutils failed with mingw binutils 2.18.50...
2008-08-18 Benjamin Petersonfix old API names in test_ssl
2008-08-18 Benjamin Petersonpatch up multiprocessing until it's API can be changed too
2008-08-18 Benjamin Petersonbring back the old API
2008-08-18 Benjamin Petersonchange a few uses of the threading APIs
2008-08-18 Benjamin Petersonbackport threading property changes
2008-08-18 Benjamin Petersonchange threading.getIdent to a property
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...
next