28 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Martin v. Löwis 2f48d892d4 Stop trying to use _xmlplus in the xml module. Closes #11164. 15 years ago
Brett Cannon 028011f9f0 Silence ResourceWarnings in modulefinder by using file context managers. 16 years ago
Benjamin Peterson 821d0f8b1f no 2.3 compat in the py3k lib #3676 17 years ago
Benjamin Peterson c0747cf537 Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via svnmerge from 18 years ago
Christian Heimes 45f9af34b3 Merged revisions 59193-59201 via svnmerge from 19 years ago
Guido van Rossum 98297ee781 Merging the py3k-pep3137 branch back into the py3k branch. 19 years ago
Georg Brandl bd1c68c94f Patch #1303: Adapt str8 constructor to bytes (now buffer) one. 19 years ago
Brett Cannon 4043001f5d Make str/str8 comparisons return True/False for !=/==. 19 years ago
Guido van Rossum 75a902db78 Patch 1280, by Alexandre Vassalotti. 19 years ago
Collin Winter ce36ad8a46 Raise statement normalization in Lib/. 19 years ago
Guido van Rossum d59cde817d Some quick fixes of code that was sorting dict.keys() etc. 19 years ago
Guido van Rossum 1bc535dc78 Merged revisions 55328-55341 via svnmerge from 19 years ago
Guido van Rossum be19ed77dd Fix most trivially-findable print statements. 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 19 years ago
Guido van Rossum fc2a0a8e3c Thomas Heller fixed modulefinder and added a test. Thanks! 20 years ago
Guido van Rossum e2b70bcf74 Get rid of dict.has_key(). Boy this has a lot of repercussions! 20 years ago
Thomas Heller 2e7c8328ae Fix SF item #876278: Unbounded recursion in modulefinder. 22 years ago
Neil Schemenauer 32d23c9264 Fix typo. 22 years ago
Walter Dörwald 70a6b49821 Replace backticks with repr() or "%r" 22 years ago
Thomas Heller aaf1c8dc9e SF #841977 - modulefinder fails to find extension modules in packages 23 years ago
Just van Rossum a920a8895e up the b/w compatibility requirement to 2.2 23 years ago
Just van Rossum f0dfbaf4ef Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules 23 years ago
Guido van Rossum 68468eba63 Get rid of many apply() calls. 23 years ago
Just van Rossum a212c5c37f removed bizarre construct, no idea why it was there... 23 years ago
Tim Peters 2c60f7a136 Whitespace normalization. 23 years ago
Just van Rossum e29310a2b3 patch attached to sf item #643711: 23 years ago
Just van Rossum 41c554fbec moving modulefinder.py to the standard library 23 years ago
Just van Rossum 5d0bd1ebdf refactor universal line endings detection 24 years ago
Thomas Heller 318b7b920d Polish some bits to silence pychecker. 24 years ago
Thomas Heller 8af41ceece Don't look for modules in the registry any longer. 24 years ago
Thomas Heller 919000e9ec Add a note that this file should be kept compatible with Python 1.5.2, 24 years ago
Thomas Heller c7aaf953fa Enhancement for ModuleFinder, it can now handle _xmlplus aka PyXML. 24 years ago
Neal Norwitz 74416af9dc Fix SF # 464405, freeze doesn't like DOS files on Linux 24 years ago
Neal Norwitz 82c7231071 SF # 627900, Bytecode copy bug in freeze 24 years ago
Walter Dörwald aaab30e00c Apply diff2.txt from SF patch http://www.python.org/sf/572113 24 years ago
Thomas Heller 4f7829e185 Remove the only use of a string method. 24 years ago
Guido van Rossum 03f7f08874 Part 2/2 of SF patch #416704: More robust freeze, by Toby Dickenson. 25 years ago
Mark Hammond 773c83be04 Fix for bug #442374 - Modulefinder registry support broken 25 years ago
Guido van Rossum 6b767ac81a Lawrence Hudson, SF #401702: Modify co_filename in frozen programs 25 years ago
Mark Hammond d3d7bb1c31 Application of [ Patch #102226 ] freeze/modulefinder.py should use _winreg, not win32api 26 years ago
Guido van Rossum 8999053326 Fix for bug #113693: with the changes to the IMPORT_FROM opcodes, this 26 years ago
Thomas Wouters 7e47402264 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either 26 years ago
Guido van Rossum ce33eb3ee8 Sjoerd Mullender: 26 years ago
Guido van Rossum 8b4b46e4f3 Fix a bug reported by Toby Dickenson (on 18 May 1999). 27 years ago
Guido van Rossum fdd302820e Fix for modulefinder so that it prints all modules an unknown module 28 years ago
Guido van Rossum 38b92eb56a Sjoerd Mullender: 28 years ago
Guido van Rossum e7e632ab6b Nannified. 28 years ago
Guido van Rossum baf0603493 New version, with contributions from Sjoerd Mullender and Mark Hammond. 28 years ago
Guido van Rossum f1b5a0e3aa Add a feature to support specifying an additional search directory for 28 years ago
Guido van Rossum 78fc3634cb Big changes by Mark Hammond to support freezing with DLLs on Windows. 28 years ago