summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-103-7/+125
* [Patch #1002763] Allow long ints as terminator values; also, treat a terminat...Andrew M. Kuchling2005-06-091-2/+2
* Convert asynchat test to unittest; exercise the client using a numeric value ...Andrew M. Kuchling2005-06-091-14/+46
* [Bug #1074261, patch #1074381] Restrict the size of chunks read from the file...Andrew M. Kuchling2005-06-092-2/+26
* Convert gzip test suite to use unittestAndrew M. Kuchling2005-06-091-74/+110
* fix import to work with either module name.Gregory P. Smith2005-06-091-1/+6
* [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ...Andrew M. Kuchling2005-06-082-4/+12
* fix broken (unexecuted) testAnthony Baxter2005-06-081-3/+3
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-085-119/+119
* [Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra...Andrew M. Kuchling2005-06-072-0/+19
* Minor namespace clean-up.Raymond Hettinger2005-06-071-2/+2
* fix more Errors (not Failures) when run using BerkeleyDB <= 4.0Gregory P. Smith2005-06-061-4/+13
* fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2Gregory P. Smith2005-06-061-32/+61
* make the tests that expect uncatchable exceptions from a callback testGregory P. Smith2005-06-061-19/+48
* test case for pybsddb SF bug id 1215432Gregory P. Smith2005-06-061-0/+50
* test DB.associate using transactions. somewhat related to SF pybsddbGregory P. Smith2005-06-061-12/+46
* Documentation clarified re. config socket listener protocolVinay Sajip2005-06-051-3/+3
* Fix missing assignments of marshal.load() values. Closes #1214662.Skip Montanaro2005-06-041-7/+7
* Bug #1196315: fix weakref.WeakValueDictionary constructor.Georg Brandl2005-06-041-1/+1
* pybsddb 4.3.2:Gregory P. Smith2005-06-042-9/+33
* Whitespace normalization.Tim Peters2005-06-034-195/+195
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+10
* [ 1197218 ] test_locale fix on modern linuxAnthony Baxter2005-06-031-8/+10
* This is my patch:Michael W. Hudson2005-06-031-1/+15
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-032-1/+21
* M-x untabifyMichael W. Hudson2005-06-031-9/+9
* pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparisonGregory P. Smith2005-06-033-0/+218
* [Bug #1177831] Exercise (?(id)yes|no) for a group other than the first oneAndrew M. Kuchling2005-06-021-0/+10
* [Bug #1177831] Fix generation of code for GROUPREF_EXISTS. Thanks to Andre M...Andrew M. Kuchling2005-06-021-1/+1
* Fix compiler.ast.flatten function so that it works on lists.Neil Schemenauer2005-06-022-4/+9
* [Bug #1152762] Ensure _end_of_line() returns an x-coordinate that's within th...Andrew M. Kuchling2005-06-021-1/+1
* added GET/SETANNOTATION methodsPiers Lauder2005-06-011-9/+36
* This is my patch:Michael W. Hudson2005-05-271-0/+110
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* Disallow opening files with modes 'aU' or 'wU' as specified by PEPSkip Montanaro2005-05-201-0/+10
* Whitespace normalization.Tim Peters2005-05-181-1/+1
* This test relied on short-circuiting details of dictobject.py to avoidArmin Rigo2005-05-151-4/+2
* Add better datetime support to xmlrpclib module. Closes patch #1120353.Skip Montanaro2005-05-142-17/+87
* Improve subprocess link error notificationKurt B. Kaiser2005-05-103-3/+9
* SF bug #1193890: calendar.weekheader not found in __all__Raymond Hettinger2005-05-101-1/+2
* Use Queue's blocking feature instead of sleeping in the mainKurt B. Kaiser2005-05-052-2/+4
* Don't use 'is not' to compare strings.Michael W. Hudson2005-05-041-1/+1
* SF patch #1191489: Simplify logic in random.pyRaymond Hettinger2005-04-301-9/+10
* Fix error in a docstring where a single quote started the docstring but tripleBrett Cannon2005-04-301-1/+1
* Fixed a typo in docstring I happened upon.Guido van Rossum2005-04-301-1/+1
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-264-1/+245
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-21/+14
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-241-3/+4
* Update test to the current readline() behaviour.Walter Dörwald2005-04-211-0/+2
* Fix comment.Walter Dörwald2005-04-211-2/+2