]> granicus.if.org Git - python/shortlog
python
2002-12-04 Andrew MacIntyrehistory update
2002-12-04 Andrew MacIntyremake BSDDB 1.85 module buildable again after BSDDB3...
2002-12-04 Andrew MacIntyrereformat for PEP-7 style conformance
2002-12-04 Andrew MacIntyretypo fix: declaration required for VACPP not EMX+gcc
2002-12-04 Raymond HettingerReplace BadInternalCall with TypeError. Add a test...
2002-12-04 Tim PetersAdded _ssl.lib to the installer too. Restored alphabet...
2002-12-04 Tim PetersRearrange test_socket_ssl so that a skip is expected...
2002-12-04 Tim PetersExplain what's probably a problem unique to Win9x in...
2002-12-04 Tim PetersClarify _ssl instructions.
2002-12-03 Jack JansenAdded PEP253 support to most Carbon modules. This isn...
2002-12-03 Jack JansenAdded PEP253 support.
2002-12-03 Kurt B. KaiserEnable Check Module
2002-12-03 Fred DrakeFix problem in example code. It's minor in this partic...
2002-12-03 Mark HammondDon't make all the OpenSSL executables, just the librar...
2002-12-03 Mark HammondAdd the SSL libraries as dependencies.
2002-12-03 Kurt B. KaiserDon't use Alt-Fn or Ctrl-Fn keys, reserved for desktop...
2002-12-03 Fred DrakeFix example regular expressions that simulate scanf...
2002-12-03 Martin v. LöwisPatch #646824: Remove extra \end.
2002-12-03 Andrew M. KuchlingBug #647387: corrections to the logging section by...
2002-12-03 Guido van RossumSome more expected skips on OSX.
2002-12-03 Guido van RossumLose references to knee (no longer exists) and pyclbr...
2002-12-03 Guido van RossumGet rid of 1.5.2 compatibility hack. :-)
2002-12-03 Marc-André... Adding Python <= 2.2 support back in.
2002-12-03 Guido van RossumAdd more sophistication to the comparison between pyclb...
2002-12-03 Guido van RossumAnother big update, fixing all known bugs related to...
2002-12-03 Mark HammondEnsure the ssl temp directory exists!
2002-12-03 Mark Hammond_ssl.pyd added for Windows.
2002-12-03 Mark Hammond_ssl.pyd available for Windows.
2002-12-03 Mark HammondAdd _ssl.pyd to the list of files to be installed by...
2002-12-03 Mark HammondAdd _ssl build process for Windows.
2002-12-03 Mark HammondMy MSVC seems to like writing the project names in...
2002-12-02 Martin v. LöwisAvoid semicolon usage in echo.
2002-12-02 Martin v. LöwisAdd compile-time errors for unsupported systems.
2002-12-02 Guido van RossumIn class bsdTableDB, add class variables db and env...
2002-12-02 Guido van RossumFix typo in except clause (_db should be _bsddb).
2002-12-02 Guido van RossumAdd XXX note about Sleepycat's BSDDB.
2002-12-02 Guido van RossumModerately heavy reorganization of pyclbr to fix packag...
2002-12-02 Guido van RossumAdd a better columnizer to print_topics().
2002-12-02 Guido van RossumRequire 'largefile' resource for Mac OSX as well.
2002-12-02 Guido van RossumOn Max OSX, try increasing the stack limit to 2048...
2002-12-02 Kurt B. KaiserRemove dead code in get_stack().
2002-12-02 Neal NorwitzFix SF # 646578, Documentation Typo
2002-12-02 Kurt B. KaiserFix beep.
2002-12-02 Neal NorwitzRemove unused variable
2002-12-02 Skip Montanarocorrect wording of comments about old bsddb (now bsddb1...
2002-12-01 Just van Rossum- reworked the object unpacking code, now supports...
2002-12-01 Just van RossumThe new imp.[gs]et_frozenmodules() will be utterly...
2002-12-01 Andrew M. KuchlingAdd ossaudiodev; fix typo
2002-11-30 Greg WardExpunge any remaining mentions of linuxaudiodev --...
2002-11-30 Greg WardRename LinuxAudioError to OSSAudioError ('ossaudiodev...
2002-11-30 Greg WardAdded mode 'rw' for full-duplex (play and record at...
2002-11-30 Greg Ward* Don't put the device in non-blocking mode at open...
2002-11-30 Greg Wardossaudiodev -- Python interface to the OSS (Open Sound...
2002-11-30 Just van Rossum- found a case where sys.path[0] isn't set to Contents...
2002-11-30 Neal NorwitzCleanup:
2002-11-30 Neal NorwitzRemove unused import
2002-11-30 Neal NorwitzConvert string exceptions to classes, string exceptions...
2002-11-30 Neal NorwitzConvert some more 1/0 to True/False
2002-11-30 Neal NorwitzAdd missing self for method call
2002-11-30 Neal NorwitzPort Martin von Loewis checkin from Python:
2002-11-30 Neal NorwitzPort Martin von Loewis checkin from python: Support...
2002-11-30 Kurt B. KaiserM PyShell.py
2002-11-30 Ka-Ping Yeegetdoc():
2002-11-30 Jack JansenLots of minor tweaks for the pep252 checkins, mainly...
2002-11-29 Jack JansenBuild _AE too.
2002-11-29 Jack JansenConverted the Carbon modules to use PEP252-style object...
2002-11-29 Kurt B. KaiserCorrect an error introduced at Rev 1.30. The keyword...
2002-11-29 Just van RossumForgot to do os.path.basename() on mainprogram: a nonwo...
2002-11-29 Just van RossumSlightly improved version of patch #642578: "Expose...
2002-11-29 Just van Rossumadded Thomas H's LOADER code for importing extension...
2002-11-29 Andrew M. KuchlingFix mode on scripts to have the read bit set (noted...
2002-11-29 Andrew M. KuchlingFix value of 'propagate' (noted by Chris Reedy)
2002-11-29 Walter DörwaldFix typo.
2002-11-28 Jack JansenFixed two silly bugs in the PEP252 support code, added...
2002-11-28 Just van Rossumfixed typo and wrapping
2002-11-28 Just van Rossum- Rewrote bootstapping code in sh so we're really indep...
2002-11-27 Greg WardAllow the device name to be passed to linuxaudiodev...
2002-11-27 Neal NorwitzAdd missing decref
2002-11-27 Andrew M. KuchlingMention dict.fromkeys()
2002-11-27 Andrew M. KuchlingUpdate e-mail address
2002-11-27 Michael W.... Nudge getting __module__ and __name__ for new-style...
2002-11-27 Neal NorwitzSF #641170, reST version of Lib/test/README
2002-11-27 Michael W.... I don't know why staring at the email to python-checkin...
2002-11-27 Michael W.... Readjustments to the way we cope with exceptions from...
2002-11-27 Andrew M. Kuchling[Part of patch #641685] Add .dylib as an extension...
2002-11-27 Andrew M. Kuchling[Patch #641685] setup.py contained code for finding...
2002-11-27 Andrew M. KuchlingBug #643631: MacOS 9 details missing from inst.tex
2002-11-27 Guido van RossumRephrase dict.fromkeys() news.
2002-11-27 Michael W.... I had the inheritance cycle stuff backwards. Oops!
2002-11-27 Martin v. LöwisPatch #639112: fixes for None locale and tz.
2002-11-27 Raymond HettingerBring UserDict in-sync with changes to dict.
2002-11-27 Raymond HettingerSF Patch 643443. Added dict.fromkeys(iterable, value...
2002-11-27 Fred DrakeClarify the interpretation of the __getstate__() return...
2002-11-27 Guido van RossumThe MRO conflict error message depends on dictionary...
2002-11-26 Fred DrakeAdd missing dependency information for the "What's...
2002-11-26 Martin v. LöwisAvoid including tclInt.h.
2002-11-26 Fred DrakeNoted the support for resource exclusion for regrtest...
2002-11-26 Fred DrakeAdd a way to say "use any resource except A". For...
2002-11-26 Martin v. LöwisRename want_objects to wantobjects throughout, for...
2002-11-26 Fred DrakeUse "is" to test type objects, not "==".
next