summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Packer.pack_uhyper(): Fixes needed to properly pack unsigned 64 bitBarry Warsaw1997-05-291-2/+2
* Remove '(' in column 0 of doc strings.Guido van Rossum1997-05-281-10/+12
* Tweak default source of query a bit so it is possible to invokeGuido van Rossum1997-05-281-3/+6
* lowercase proxies env variables, for Windows.Guido van Rossum1997-05-281-0/+1
* Reworded the doc string to remove the need for The Emacs font-lock kludge.Guido van Rossum1997-05-281-15/+13
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-272-2/+4
* The usualGuido van Rossum1997-05-2218-496/+244
* Fix for boundary case (Jack)Guido van Rossum1997-05-211-1/+4
* Add test for presence of socket_type.Guido van Rossum1997-05-211-0/+1
* Fix ratecv test (Sjoerd).Guido van Rossum1997-05-211-5/+6
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-1/+1
* More robust way of choosing a non-existant uid (faster, too).Guido van Rossum1997-05-201-4/+4
* Added some minimal comments and tweaked lay-out a bit.Guido van Rossum1997-05-201-3/+7
* Handling of pathnames pointing to files on toplevel folder of disk wasGuido van Rossum1997-05-201-1/+6
* Changes to make these tests work on the Mac.Guido van Rossum1997-05-163-4/+4
* Increase the child's sleep time to 5 for slow machines.Guido van Rossum1997-05-161-1/+1
* Catch nis.error and raise TestFailed instead. This catches theBarry Warsaw1997-05-151-2/+7
* Added BabylMailbox class by Fred Lundh (untested).Guido van Rossum1997-05-151-0/+20
* Fix typo in error reporting.Guido van Rossum1997-05-141-1/+1
* Fix hex tests for 64-bit machines.Guido van Rossum1997-05-141-1/+3
* Suppress fork part of socket test when we can't fork.Guido van Rossum1997-05-141-27/+29
* Fix sys.platform test -- on Win, it is 'win32', not 'win'.Guido van Rossum1997-05-141-2/+2
* More rational implementation of get_qualified_path() -- search alongGuido van Rossum1997-05-141-12/+5
* Untested changes by Skip Montanaro to have an optional limit on theGuido van Rossum1997-05-131-0/+23
* Regenerated on newer Solaris versionGuido van Rossum1997-05-138-8/+2512
* Finally found a wat to set a file nonblocking that works on Irix,Guido van Rossum1997-05-121-2/+2
* Modernized for 1.5Guido van Rossum1997-05-091-5/+8
* Regenerated on a newer Linux version.Guido van Rossum1997-05-092-14/+268
* Fix the NDELAY test; avoid outputting binary garbage.Guido van Rossum1997-05-091-3/+3
* Print less in test_socket.Guido van Rossum1997-05-092-21/+6
* Add root.tkraise() to the _test() program so the window doesn't hideGuido van Rossum1997-05-092-0/+2
* The usual.Guido van Rossum1997-05-0820-172/+564
* Improve getting the mailbox from the environment.Guido van Rossum1997-05-081-5/+5
* Set correct RFC number.Guido van Rossum1997-05-081-1/+1
* Set correct RFC number. Open input in binary.Guido van Rossum1997-05-081-2/+2
* Misc.__init__(): Removed method, replaced with class attribute (whichFred Drake1997-05-032-8/+2
* Adding Jeremy Hylton's gzip module.Guido van Rossum1997-04-301-0/+264
* Transformed comments to doc strings.Guido van Rossum1997-04-291-34/+45
* Reindented at 4 spaces.Guido van Rossum1997-04-291-49/+49
* Add feature to copy(), copy2(): dst may be a directory.Guido van Rossum1997-04-291-22/+27
* Improvements to copyfile(): open the files in binary mode, and closeGuido van Rossum1997-04-291-6/+16
* Restore two features of the original 1.4 pickle:Guido van Rossum1997-04-251-5/+6
* Alas, I have to restore 'marshal', since it is needed by the newGuido van Rossum1997-04-251-2/+1
* Change inspired by Tommy Burnette to add an interface to get stderr, too.Guido van Rossum1997-04-211-4/+19
* Fix a couple of glitches identified by Greg Stein.Fred Drake1997-04-181-4/+3
* _safe_repr(): Make the context parameter required; ok since it's only forFred Drake1997-04-161-10/+9
* Muchly changed and improved pprint.py:Fred Drake1997-04-161-110/+167
* spliturl() should not throw away everything past first newlineGuido van Rossum1997-04-161-2/+4
* Reindented with 4 spaces.Guido van Rossum1997-04-161-816/+813
* Rewrite parsesequence() to emulate MH without invoking pick.Guido van Rossum1997-04-161-38/+132