summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverting to previous version, which works. And I don't really care aboutJack Jansen2003-12-051-83/+0
* distutils compilers now compile source files in the same order as theyThomas Heller2003-12-051-0/+3
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-053-3/+15
* - fix markup in the bool() descriptionFred Drake2003-12-051-10/+9
* Add news about removal of the PendingDeprecationWarning from apply().Fred Drake2003-12-051-0/+3
* Remove the PendingDeprecationWarning from apply(). apply() willFred Drake2003-12-051-4/+0
* Fix links and typos.Raymond Hettinger2003-12-051-14/+22
* Fix typoRaymond Hettinger2003-12-051-4/+4
* Fix typos.Raymond Hettinger2003-12-041-2/+2
* The Windows build number for 2.3.3c1 is 50.Thomas Heller2003-12-041-0/+2
* SF bug #849662. Dramatically, improve comparison speed for "if shl == None".Raymond Hettinger2003-12-041-0/+2
* Fix error in exception message.Brett Cannon2003-12-041-1/+1
* Remove extra copy of test_key_with_exception that somehow appearedMichael W. Hudson2003-12-041-7/+0
* Fixes and tests for various "holding pointers when arbitrary Python codeMichael W. Hudson2003-12-042-35/+91
* Typo repair; added some comments and horizontal whitespace.Tim Peters2003-12-041-9/+10
* Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.Jack Jansen2003-12-0318-225/+425
* Adding an interface to the high-level Open Scripting Architecture,Jack Jansen2003-12-036-0/+1595
* Fix linkRaymond Hettinger2003-12-031-3/+2
* Add a standard library tourRaymond Hettinger2003-12-031-0/+318
* Fix test_unicode_file errors on platforms without Unicode file support,Mark Hammond2003-12-032-19/+27
* Blacklisting LSInit and LSTerm, which are deprecated. Partial fix for 853558.Jack Jansen2003-12-032-32/+2
* Add parameters indent, width and depth to pprint.pprint() and pprint.pformat()Walter Dörwald2003-12-034-10/+28
* Patch #750542: pprint now will pretty print subclasses of list, tupleWalter Dörwald2003-12-033-13/+55
* Reduce the size of Big String and Big Binary tests to 2**14 (minus oneGuido van Rossum2003-12-031-2/+2
* Fix typo. (From SF bug #853064)Walter Dörwald2003-12-031-1/+1
* Add test for bug "[ 846133 ] os.chmod/os.utime/shutil do not work withMark Hammond2003-12-032-78/+148
* Add TESTFN_UNICODE_UNENCODEABLE, a unicode filename that can not beMark Hammond2003-12-031-0/+21
* Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenamesMark Hammond2003-12-031-3/+50
* An interface to the LaunchServices API.Jack Jansen2003-12-025-0/+650
* doc nitSkip Montanaro2003-12-021-1/+2
* OS/2+EMX: make the link() emulation available as os.link()Andrew MacIntyre2003-12-021-0/+1
* EMX lacks an implementation of link(). As Mailman wants os.link() toAndrew MacIntyre2003-12-021-0/+79
* To find the curses extension as a DLL (on OS/2), we need to adjust theAndrew MacIntyre2003-12-021-0/+15
* - add notes about os.link() emulation;Andrew MacIntyre2003-12-021-82/+87
* - add build support for curses extension to be a normal DLL as well asAndrew MacIntyre2003-12-021-5/+12
* use same compiler switches as core for extensionsAndrew MacIntyre2003-12-021-2/+2
* SF patch #852140: keyword.py - use __contains__ and boolRaymond Hettinger2003-12-021-5/+1
* Convert a 0/1 to False/True.Raymond Hettinger2003-12-021-2/+2
* Py_Finalize(): disabled the second call of cyclic gc, and added extensiveTim Peters2003-12-012-2/+37
* Convert path objects to strings in askdirectory. Fixes #852314.Martin v. Löwis2003-12-011-0/+6
* Apply extract functions instead of lambda.Raymond Hettinger2003-12-012-3/+4
* Revert previous change. MAL preferred the old version.Raymond Hettinger2003-12-011-4/+41
* As discussed on python-dev, added two extractor functions to theRaymond Hettinger2003-12-014-2/+302
* Simplifed the code.Raymond Hettinger2003-12-011-41/+4
* Add testcases for _winreg segfault (SF 851056).Guido van Rossum2003-11-301-1/+3
* Add news item for _winreg fix (SF bug 851056).Guido van Rossum2003-11-301-0/+5
* Remove all uses of alloca() from this module. The alloca() return valueGuido van Rossum2003-11-301-16/+48
* Fix a bug discovered by Kalle Svensson: comparing sys.maxint toGuido van Rossum2003-11-291-1/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-2911-148/+120
* Make sure the list.sort's decorate step unwinds itself before returningRaymond Hettinger2003-11-282-2/+16