- a1962d6 Get rid of 1.5.2 compatibility hack. :-) by Guido van Rossum · 22 years ago
- 0375079 Adding Python <= 2.2 support back in. by Marc-André Lemburg · 22 years ago
- 7f6a439 Add more sophistication to the comparison between pyclbr output and by Guido van Rossum · 22 years ago
- 0a6f954 Another big update, fixing all known bugs related to nesting functions by Guido van Rossum · 22 years ago
- 4b2030f Ensure the ssl temp directory exists! by Mark Hammond · 22 years ago
- c3de008 _ssl.pyd added for Windows. by Mark Hammond · 22 years ago
- 8af50bc _ssl.pyd available for Windows. by Mark Hammond · 22 years ago
- fbac75f Add _ssl.pyd to the list of files to be installed by Wise. by Mark Hammond · 22 years ago
- f229f9f Add _ssl build process for Windows. by Mark Hammond · 22 years ago
- 4c88773 My MSVC seems to like writing the project names in quotes. Letting it do by Mark Hammond · 22 years ago
- 9ef3376 Avoid semicolon usage in echo. by Martin v. Löwis · 22 years ago
- 779ffc0 Add compile-time errors for unsupported systems. by Martin v. Löwis · 22 years ago
- 7a98e80 In class bsdTableDB, add class variables db and env (set to None) to by Guido van Rossum · 22 years ago
- 0d366b1 Fix typo in except clause (_db should be _bsddb). by Guido van Rossum · 22 years ago
- 62d45c0 Add XXX note about Sleepycat's BSDDB. by Guido van Rossum · 22 years ago
- 0ed7aa1 Moderately heavy reorganization of pyclbr to fix package-related bugs. by Guido van Rossum · 22 years ago
- c706c28 Add a better columnizer to print_topics(). by Guido van Rossum · 22 years ago
- 3b10dc3 Require 'largefile' resource for Mac OSX as well. by Guido van Rossum · 22 years ago
- bb48465 On Max OSX, try increasing the stack limit to 2048 so test_re and by Guido van Rossum · 22 years ago
- 5f7c4b3 Remove dead code in get_stack(). by Kurt B. Kaiser · 22 years ago
- 75bc8ba Fix SF # 646578, Documentation Typo by Neal Norwitz · 22 years ago
- 491427d Fix beep. Then remove annoying beep, not needed with breakpoint highlighting. by Kurt B. Kaiser · 22 years ago
- ae6bf4a Remove unused variable by Neal Norwitz · 22 years ago
- 5664367 correct wording of comments about old bsddb (now bsddb185) module by Skip Montanaro · 22 years ago
- 927bc45 - reworked the object unpacking code, now supports new-style objects more by Just van Rossum · 22 years ago
- 6a8c518 The new imp.[gs]et_frozenmodules() will be utterly redundant if the by Just van Rossum · 22 years ago
- 5326257 Add ossaudiodev; fix typo by Andrew M. Kuchling · 22 years ago
- 9a568eb Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now! by Greg Ward · 22 years ago
- 97708bc Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error'). by Greg Ward · 22 years ago
- 1e0f57d Added mode 'rw' for full-duplex (play and record at the same time) mode. by Greg Ward · 22 years ago
- 131bce0 * Don't put the device in non-blocking mode at open() time; this makes by Greg Ward · 22 years ago
- 04613a9 ossaudiodev -- Python interface to the OSS (Open Sound System) API. by Greg Ward · 22 years ago
- 888e100 - found a case where sys.path[0] isn't set to Contents/Resources, by Just van Rossum · 22 years ago
- 6453c1f Cleanup: by Neal Norwitz · 22 years ago
- 539594f Remove unused import by Neal Norwitz · 22 years ago
- 5b0b00f Convert string exceptions to classes, string exceptions are deprecated by Neal Norwitz · 22 years ago
- 672ce57 Convert some more 1/0 to True/False by Neal Norwitz · 22 years ago
- f4c4f11 Add missing self for method call by Neal Norwitz · 22 years ago
- 3e0edbf Port Martin von Loewis checkin from Python: by Neal Norwitz · 22 years ago
- ce8ed1a Port Martin von Loewis checkin from python: Support sdist. by Neal Norwitz · 22 years ago
- 6e44cc2 M PyShell.py M rpc.py by Kurt B. Kaiser · 22 years ago
- a59ef7b getdoc(): by Ka-Ping Yee · 22 years ago
- 362c7cd Lots of minor tweaks for the pep252 checkins, mainly because Qd by Jack Jansen · 22 years ago
- 202355a Build _AE too. by Jack Jansen · 22 years ago
- dbd5701 Converted the Carbon modules to use PEP252-style objects, with by Jack Jansen · 22 years ago
- 8188559 Correct an error introduced at Rev 1.30. The keyword arg is necessary by Kurt B. Kaiser · 22 years ago
- 24884f7 Forgot to do os.path.basename() on mainprogram: a nonworking app was built if the mainprogram wan't in the current directory. Fixed. by Just van Rossum · 22 years ago
- 3eb166b Slightly improved version of patch #642578: "Expose PyImport_FrozenModules by Just van Rossum · 22 years ago
- 535ffa2 added Thomas H's LOADER code for importing extension (sub)modules; little tweaks by Just van Rossum · 22 years ago
- 8e30bcd Fix mode on scripts to have the read bit set (noted by Nicholas Riley) by Andrew M. Kuchling · 22 years ago
- b6f7959 Fix value of 'propagate' (noted by Chris Reedy) Rewrite paragraph by Andrew M. Kuchling · 22 years ago
- fb97443 Fix typo. by Walter Dörwald · 22 years ago
- 27a4450 Fixed two silly bugs in the PEP252 support code, added an assert by Jack Jansen · 22 years ago
- ad692cc fixed typo and wrapping by Just van Rossum · 22 years ago
- 74bdca8 - Rewrote bootstapping code in sh so we're really independent of an by Just van Rossum · 22 years ago
- a34b1a0 Allow the device name to be passed to linuxaudiodev.open(), for by Greg Ward · 22 years ago
- ef786ae Add missing decref by Neal Norwitz · 22 years ago
- b492fa9 Mention dict.fromkeys() Various edits by Andrew M. Kuchling · 22 years ago
- 5ef2b21 Update e-mail address by Andrew M. Kuchling · 22 years ago
- ade8c8b Nudge getting __module__ and __name__ for new-style classes so that by Michael W. Hudson · 22 years ago
- deaba57 SF #641170, reST version of Lib/test/README by Neal Norwitz · 22 years ago
- 7e7c00d I don't know why staring at the email to python-checkins made me by Michael W. Hudson · 22 years ago
- 586da8f Readjustments to the way we cope with exceptions from subclasses' by Michael W. Hudson · 22 years ago
- 31ddfb6 [Part of patch #641685] Add .dylib as an extension for shared libraries by Andrew M. Kuchling · 22 years ago
- a246d9f [Patch #641685] setup.py contained code for finding libraries, instead by Andrew M. Kuchling · 22 years ago
- d680a86 Bug #643631: MacOS 9 details missing from inst.tex by Andrew M. Kuchling · 22 years ago
- c0d3f4e Rephrase dict.fromkeys() news. by Guido van Rossum · 22 years ago
- caf17be I had the inheritance cycle stuff backwards. Oops! by Michael W. Hudson · 22 years ago
- e16e01f Patch #639112: fixes for None locale and tz. by Martin v. Löwis · 22 years ago
- e4827eb Bring UserDict in-sync with changes to dict. by Raymond Hettinger · 22 years ago
- e33d3df SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class by Raymond Hettinger · 22 years ago
- e9cfcef Clarify the interpretation of the __getstate__() return value for by Fred Drake · 22 years ago
- a01fa26 The MRO conflict error message depends on dictionary hash order. by Guido van Rossum · 22 years ago
- 4add68b Add missing dependency information for the "What's New" document. by Fred Drake · 22 years ago
- 4ec2e70 Avoid including tclInt.h. by Martin v. Löwis · 22 years ago
- 54fe3fd Noted the support for resource exclusion for regrtest. Some people by Fred Drake · 22 years ago
- 4dd0f7e Add a way to say "use any resource except A". For example, to run by Fred Drake · 22 years ago
- 8c8aa5d Rename want_objects to wantobjects throughout, for consistency. by Martin v. Löwis · 22 years ago
- 94e7bb7 Use "is" to test type objects, not "==". by Fred Drake · 22 years ago
- f955412 * Doc/ref/ref5.tex Fixed minor bug preventing documentation compilation. by Gustavo Niemeyer · 22 years ago
- ac74f5d Initialize a variable. Hope this makes things work for Guido. by Michael W. Hudson · 22 years ago
- acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
- 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
- 96bc3b4 This is not part of my patch by Michael W. Hudson · 22 years ago
- 98bbc49 This is my patch: by Michael W. Hudson · 22 years ago
- 50905d0 Fix typo by Andrew M. Kuchling · 22 years ago
- 5d0bd1e refactor universal line endings detection by Just van Rossum · 22 years ago
- 39b4852 Report Tkinter changes. by Martin v. Löwis · 22 years ago
- ffad633 Patch #518625: Return objects in Tkinter. by Martin v. Löwis · 22 years ago
- 52ea7e9 Patch #632973: Implement _getdefaultlocale for OS X. by Martin v. Löwis · 22 years ago
- 318b7b9 Polish some bits to silence pychecker. by Thomas Heller · 22 years ago
- 8af41ce Don't look for modules in the registry any longer. by Thomas Heller · 22 years ago
- cef3288 added support for building standalone applications by Just van Rossum · 22 years ago
- d32047f A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
- 98f3373 A tweaked version of Jeremy's patch #642489, to produce better error by Guido van Rossum · 22 years ago
- 7da3432 Added Marius Gedminas, for contributions to the datetime code. by Tim Peters · 22 years ago
- 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
- 919000e Add a note that this file should be kept compatible with Python 1.5.2, by Thomas Heller · 22 years ago
- 057ab14 * libbz2.tex by Gustavo Niemeyer · 22 years ago
- 00445d2 Fix typo in comment. by Walter Dörwald · 22 years ago