]> granicus.if.org Git - python/shortlog
python
2008-05-15 Brett CannonDeprecated panelparser for removal in 3.0.
2008-05-15 Brett CannonThe panel module for IRIX has been deprecated for remov...
2008-05-15 Brett CannonDeprecate jpeg for IRIX for removal in 3.0.
2008-05-15 Brett CannonDeprecate IOCTL from IRIX for removal in 3.0.
2008-05-15 Brett CannonDeprecate IN from IRIX for removal in 3.0.
2008-05-15 Brett CannonDeprecate imgfile for removal in 3.0.
2008-05-15 Brett CannonDeprecate GLWS from IRIX for removal in 3.0.
2008-05-15 Brett CannonDeprecate GET from IRIX for removal in 3.0.
2008-05-15 Brett CannonDeprecated 'fm' for removal in 3.0.
2008-05-15 Brett CannonFL, flp, and fl from IRIX have been deprecated for...
2008-05-15 Brett CannonFILE from IRIX has been deprecated for removal in 3.0.
2008-05-15 Brett CannonDeprecate ERRNO for removal in 3.0.
2008-05-15 Brett CannonDeprecate DEVICE, GL, gl, and the related modules cgen...
2008-05-15 Andrew M. KuchlingNote some removals and a rename
2008-05-15 Alexandre VassalottiRevert distutils changes done in r63248.
2008-05-14 Alexandre VassalottiAdded documentation stub for ConfigParser.
2008-05-14 Alexandre VassalottiUpdated import statements to use the new `configparser...
2008-05-14 Georg BrandlUpdate configparser docs for lowercasing rename.
2008-05-14 Alexandre VassalottiRenamed the ConfigParser module to 'configparser'.
2008-05-14 Alexandre VassalottiMoved copy_reg stub module to lib-old/.
2008-05-14 Brett CannonDeprecate CL, CL_old, and cl for 3.0.
2008-05-14 Brett CannonDeprecate the cdplayer module for IRIX for 3.0.
2008-05-14 Brett CannonThe cddb module for IRIX has been deprecated for 3.0.
2008-05-14 Brett CannonThe CD and cd modules for IRIX are deprecated for 3.0.
2008-05-14 Neal NorwitzInstall the json package and tests as well as the lib2t...
2008-05-14 Georg BrandlFix another "refleak" by clearing the filters after...
2008-05-14 Neal NorwitzFix "refleak" by restoring the tearDown method removed...
2008-05-14 Georg BrandlAdd NEWS entry for #2831.
2008-05-14 Gregory P.... Enable the updated Lib/bsddb/test suite to run.
2008-05-14 Brett CannonRewrap some lines in test_py3kwarn.
2008-05-14 Brett CannonDeprecate al/AL for removal in 3.0.
2008-05-14 Andrew M. KuchlingList all the removes and renamed modules
2008-05-13 Georg BrandlFix a refleak in the _warnings module.
2008-05-13 Jesus CeaTestsuite for bsddb module, version 4.6.4
2008-05-13 Marc-André... Remove leftovers from reverted setuptools checkin ...
2008-05-13 Georg Brandl#2831: add start argument to enumerate(). Patch by...
2008-05-13 Jesus Ceabsddb module updated to version 4.6.4
2008-05-13 Benjamin Petersonuse .format and fix a bug
2008-05-12 Benjamin PetersonMake error messages more helpful
2008-05-12 Amaury Forgeot... Adapt test_pyclbr to the new version of urllib.py:
2008-05-12 Benjamin PetersonAdd warnings to and deprecated all those Mac modules
2008-05-12 Amaury Forgeot... Sync code with documentation, and remove Win95 support...
2008-05-12 Georg BrandlWin 95/98 is no longer supported.
2008-05-12 Georg BrandlMention version in which the new marshal version was...
2008-05-12 Georg BrandlMarshal is at version 2.
2008-05-12 Georg BrandlFix markup.
2008-05-12 Georg Brandl#1760: try-except-finally is one statement since PEP...
2008-05-12 Georg Brandl#2767: don't clear globs in run() call, since they...
2008-05-12 Georg Brandl#2766: remove code without effect.
2008-05-12 Georg BrandlFix parameter name for enumerate().
2008-05-12 Georg Brandl#2836: backport new string formatting docs.
2008-05-12 Georg Brandl#1713041: fix pprint's handling of maximum depth.
2008-05-12 Eric SmithAdded 'n' presentation type for integers.
2008-05-12 Ronald OussorenMacOSX: remove dependency on Carbon package for urllib
2008-05-12 Ronald OussorenRemove references to platform 'mac'
2008-05-12 Georg BrandlFix-up docs for the copyreg module renaming.
2008-05-12 Georg BrandlFix-up docs for socketserver and queue renaming.
2008-05-12 Brett CannonDeprecate the timing module for removal in Python 3.0.
2008-05-12 Brett CannonDeprecate the sv module as per PEP 4.
2008-05-12 Brett CannonDeprecate the multifile module as per PEP 4.
2008-05-12 Alexandre VassalottiAdded stub entry in the documentation mentioning Socket...
2008-05-12 Alexandre VassalottiUpdated all import statements to use the new socketserv...
2008-05-12 Alexandre VassalottiRenamed SocketServer to 'socketserver'.
2008-05-12 Benjamin Petersonmake message slightly more informative, so there's...
2008-05-12 Benjamin Peterson#2196 hasattr now allows SystemExit and KeyboardInterru...
2008-05-12 Brett CannonDepreate imageop for removal in 3.0.
2008-05-11 Brett CannonPut Lib/lib-old back on to sys.path for module renames.
2008-05-11 Alexandre VassalottiRevert commit r63086.
2008-05-11 Alexandre VassalottiMoved the Queue module stub in lib-old.
2008-05-11 Georg BrandlAdd a deprecation notice to mailbox' old classes' doc.
2008-05-11 Georg BrandlFormally deprecate old classes in the cgi module.
2008-05-11 Georg Brandl#2535: remove duplicated method.
2008-05-11 Georg BrandlClarify os.strerror()s exception behavior.
2008-05-11 Georg Brandl- #2250: Exceptions raised during evaluation of names...
2008-05-11 Georg Brandl#2809 followup: even better split docstring.
2008-05-11 Alexandre VassalottiAdded stub for the PixMapWrapper module to be renamed...
2008-05-11 Andrew M. KuchlingTry setting HOME env.var to fix test on Win32
2008-05-11 Alexandre VassalottiAdded test for Queue rename warning.
2008-05-11 Eric SmithAddresses issue 2802: 'n' formatting for integers.
2008-05-11 Alexandre VassalottiAdded stub for the Queue module to be renamed in 3.0.
2008-05-11 Andrew M. KuchlingAdd message to test assertion
2008-05-11 Benjamin Petersonbroaden .bzrignore
2008-05-11 Georg Brandl#2803: fix wrong invocation of heappush in seldom-reach...
2008-05-11 Georg Brandl#2787: Flush stdout after writing test name, helpful...
2008-05-11 Georg Brandl#2816: clarify error messages for EOF while scanning...
2008-05-11 Georg Brandl#1326: document and test zipimporter.archive and zipimp...
2008-05-11 Georg Brandl#2709 followup: better description of Tk's pros and...
2008-05-11 Georg BrandlAdd some sentence endings.
2008-05-11 Benjamin PetersonAdd the "until" command to pdb
2008-05-11 Andrew M. Kuchling#1858: re-apply patch for this, adding the missing...
2008-05-11 Andrew M. Kuchling#1792: Improve performance of marshal.dumps() on large...
2008-05-11 Georg Brandl#2452: timeout is used for all blocking operations.
2008-05-11 Georg Brandl#2741: clarification of value range for address_family.
2008-05-11 Georg Brandl#2147: PEP 237 changes to overflow behavior.
2008-05-11 Georg Brandl#2659: add ``break_on_hyphens`` to TextWrapper.
2008-05-11 Georg Brandl#2709: clarification.
2008-05-11 Georg BrandlFix typo.
2008-05-11 Georg Brandl#2809: elaborate str.split docstring a bit.
2008-05-11 Georg Brandl#1153769: document PEP 237 changes to string formatting.
2008-05-11 Alexandre VassalottiAdded test for copy_reg rename.
next