]> granicus.if.org Git - python/shortlog
python
2008-05-16 Georg Brandl#2890: support os.O_ASYNC and fcntl.FASYNC.
2008-05-16 Christian HeimesFollowing Amaury's advice
2008-05-16 Christian HeimesFixed #2870: cmathmodule.c compile error
2008-05-16 Georg Brandl#2869: remove parameter from signature.
2008-05-16 Georg BrandlMake generator repr consistent with function and code...
2008-05-16 Alexandre VassalottiRename the test file of reprlib.
2008-05-16 Alexandre VassalottiUpdated reprlib's documentation to mention the renaming.
2008-05-16 Alexandre VassalottiChanged references to the reprlib module to use its...
2008-05-16 Alexandre VassalottiRenamed the repr module to reprlib.
2008-05-16 Benjamin Petersonmake test_platform a bit more assertive (We'll see...
2008-05-16 Alexandre VassalottiFixed import of configparser in the distutils module.
2008-05-16 Brett CannonDeprecated statvfs for removal in 3.0.
2008-05-16 Brett CannonRemove the last usage of statvfs in the stdlib.
2008-05-16 Brett CannonDeprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
2008-05-15 Benjamin Petersonfix typos in whatsnew
2008-05-15 Benjamin Petersonadd Mac modules to the list of deprecated ones
2008-05-15 Alexandre VassalottiFixed typo in a doctest of test_genexps.
2008-05-15 Alexandre VassalottiRevert r63323: Use lowercase version of module name.
2008-05-15 Andrew M. KuchlingImport class from distutils.cmd, not .core, to avoid...
2008-05-15 Andrew M. KuchlingUse lowercase version of module name
2008-05-15 Georg Brandl#2863: add gen.__name__ and add this name to generator...
2008-05-15 Brett CannonDeprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
2008-05-15 Gregory P.... disable the crashing test. I will also file a bug...
2008-05-15 Brett CannonAdd a snippet for the deprecation directive for docs.
2008-05-15 Brett CannonUpdate docs for deprecation of IRIX modules.
2008-05-15 Brett CannonDeprecate WAIT for removal in 3.0.
2008-05-15 Brett CannonDeprecated torgb for removal in 3.0.
2008-05-15 Brett CannonDeprecate SV for removal in 3.0.
2008-05-15 Brett CannonDeprecate readcd for removal in 3.0.
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.
next