https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
7a325c3 This commit was manufactured by cvs2svn to create tag 'release102'. 06 May 1994, 14:16:55 UTC
dc0493a Initial revision 06 May 1994, 14:16:55 UTC
fe16cc0 Release 1.0.2. 06 May 1994, 14:16:30 UTC
44b4cb1 Release 1.0.2 04 May 1994, 13:28:51 UTC
a3d4d37 Finalize release 1.0.2 04 May 1994, 13:10:40 UTC
5c74304 News for 1.0.2 04 May 1994, 13:10:17 UTC
59ad40d Added Andy Bensky 04 May 1994, 12:43:33 UTC
1ed7797 Added Adrian Phillips 04 May 1994, 09:35:47 UTC
9c7e7bf README: version 1.0.2; Makefile.in: change clobbered files; rest: as usual 04 May 1994, 09:33:42 UTC
8ad2a2a The usual 04 May 1994, 07:44:21 UTC
acfe417 The usual... 03 May 1994, 14:53:09 UTC
041be05 Documented optional bufsize argument to open() and the fact that mode is now also optional 03 May 1994, 14:46:50 UTC
19806f4 Module to lock open files using fcntl() 03 May 1994, 14:46:18 UTC
f132852 Finally committed it again (a matter of cvs admin trouble?) 03 May 1994, 14:43:56 UTC
09336f9 Process command line arguments; skip #defines that generate invalid Python 03 May 1994, 14:37:30 UTC
ef5bca3 Documented -u (unbuffered), undocumented -k (killprint) 03 May 1994, 14:15:32 UTC
70dc86f Initial revision 03 May 1994, 14:15:01 UTC
d15a155 added Generator.py 03 May 1994, 14:14:49 UTC
871b805 New version handles -o<string> same as -o <string> 28 April 1994, 12:33:58 UTC
a83d954 zzz 28 April 1994, 12:29:44 UTC
c7b6882 Jack's module for parsing UNIX mailbox files 28 April 1994, 09:53:33 UTC
581d172 Now it's 1.09. Only change from 1.08az is to make kill-emacs-hook work under Lucid Emacs. 28 April 1994, 08:31:52 UTC
9274e2d Improved guesswork by Tim for continuations where the open bracket is the last thing on the line. 26 April 1994, 07:35:17 UTC
0ec5c5d Improvements from Tim after some complaints... 25 April 1994, 08:12:43 UTC
a143e90 tata 22 April 1994, 16:01:43 UTC
1738311 Documented new built-in function vars(). Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars(). 21 April 1994, 10:32:28 UTC
590b289 Added tests for missing host to open_http and open_gopher 18 April 1994, 09:39:56 UTC
e531e4b Tim Peters' version of the indentation changes (and more). 16 April 1994, 08:29:27 UTC
cc54417 Module to test threads 14 April 1994, 20:28:41 UTC
a873fce Jaap V's changes plus a few of my own -- now it seems to work. 14 April 1994, 19:35:47 UTC
ed3112c The usual 14 April 1994, 14:27:58 UTC
2508ade A getopt.c for your amusement 14 April 1994, 14:08:22 UTC
26d86db Added some names 14 April 1994, 13:02:53 UTC
6441c7a Initial revision 14 April 1994, 13:02:35 UTC
617536e Added news 14 April 1994, 13:01:54 UTC
0d47161 Fix by Sjoerd so nested indents also work if the open paren is on a line containing tabs 14 April 1994, 10:37:59 UTC
d3976e2 Added Donald Beaudry's change for neater indentation within parentheses 13 April 1994, 19:01:12 UTC
5333c5d Updated for existence of newsgroup and various misc things 11 April 1994, 11:06:22 UTC
7c6ebb5 Renamed urlopen.py to urllib.py. 22 March 1994, 12:05:32 UTC
cc32ac9 Use float constants directly; cosmetic changes; initialize largest correctly; allow test(N) to set number of calls in the tests. 15 March 1994, 16:10:24 UTC
95bfcda Added gauss() (same as normal but twice as fast) and betavariate(); print more statistics in test_generator() 09 March 1994, 14:21:05 UTC
ff03b1a Random variable generators 09 March 1994, 12:55:02 UTC
b19d862 Search for test files in sys.path 09 March 1994, 12:54:32 UTC
131e2ab *** empty log message *** 07 March 1994, 12:05:46 UTC
d1df83b urlopen: add basejoin() function. addpack: new module to add packages to sys.path. 07 March 1994, 11:45:36 UTC
d66acb4 avoid crash in open_ftp when no host in url 04 March 1994, 12:10:33 UTC
5e334d9 ceval.c mod 02 March 1994, 14:23:20 UTC
f18a4f4 The usual list of stuff... 02 March 1994, 11:40:46 UTC
67e22c2 use caching of temp files; added cleanup 02 March 1994, 11:28:34 UTC
5da5755 adapt to min value of 1 for listen() backlog argument 02 March 1994, 10:52:16 UTC
b5f2714 listen(0) -> listen(1) for Solaris 2 28 February 1994, 09:31:19 UTC
749908b listen(0) -> listen(1) 28 February 1994, 09:25:38 UTC
ea6f6ed Change listen(0) to listen(1) for Solaris 2 sockets 28 February 1994, 09:25:06 UTC
914973a Added __repr__ to addbase class; delete more objects 24 February 1994, 15:55:43 UTC
d5b9ea1 Added __del__(), close(), cleanup(), retrieve() and open_local_file() 24 February 1994, 13:50:39 UTC
555915a Added ntpath.py (for os.py when used with Windows NT) 24 February 1994, 11:32:59 UTC
68cfbe7 Documented xrange; crossreffed lambda a bit more 24 February 1994, 11:28:27 UTC
9f65ae0 Fix weird messed up paragraphs 23 February 1994, 09:10:27 UTC
749057b Redesigned as a class 22 February 1994, 19:03:38 UTC
76ca3c1 Fix bug with somtimes uninitialized port 22 February 1994, 16:06:02 UTC
9f14863 Added descriptions of lutz, mpzpi.py and stoffel 22 February 1994, 12:48:21 UTC
23acc95 Towards a standard access mechanism for URLs. 21 February 1994, 16:36:04 UTC
3da56c3 tatata 18 February 1994, 10:19:41 UTC
e69d3fe Use time.time() instead of time.millitimer() 17 February 1994, 12:36:58 UTC
d9193c6 This commit was manufactured by cvs2svn to create tag 'release101'. 15 February 1994, 16:04:53 UTC
094183e At the release of 1.0.1. 15 February 1994, 16:04:53 UTC
c5c67bc At release 1.0.1. Scripts, Makefile, README: cosmetic changes and streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex: added posix.fdopen; ext.tex: typos 15 February 1994, 15:59:23 UTC
3ed23cc aifc, sunau: make rate an int; os: restruct; ospath: obsolete; rfc822: date and addr parsing; string: force result of atof to float and support atoi, atol, atof in strop; tzparcs: don't call test(). 15 February 1994, 15:57:15 UTC
e1056b3 At release 1.0.1 15 February 1994, 15:54:42 UTC
91f6083 At the release of 1.0.1 15 February 1994, 15:52:27 UTC
aff6906 Added HAVE_STDARG_PROTOTYPES and signed 15 February 1994, 15:52:14 UTC
44fa566 correct spelling error 07 February 1994, 13:46:11 UTC
f8ae54d Initial revision 07 February 1994, 13:45:27 UTC
46f1ca8 added unbirthday.py 07 February 1994, 13:44:59 UTC
b513c74 wave.py: module to read and write .wav files with the same interface as aifc.py and sunau.py. sunau.py: small change in comment (au -> sunau). 03 February 1994, 14:19:21 UTC
2434999 Released version 1.4; out after 1.0.0 is released... 02 February 1994, 14:12:45 UTC
3db6ebc Use __builtin__ instead of builtin 28 January 1994, 09:59:35 UTC
ffe9490 aifc.py: framerate should be an int. sunau.py: should convert number of frames correctly to number of bytes when reading. 28 January 1994, 09:56:05 UTC
5125908 Amrit Prem 26 January 1994, 18:20:06 UTC
2a7cbe9 Release of 1.0.0 26 January 1994, 17:55:41 UTC
76821a5 Finishing touch before 1.0.0... 26 January 1994, 17:31:17 UTC
99bf250 Add hier module names to future plans 26 January 1994, 17:30:41 UTC
a85d053 Initial revision 26 January 1994, 17:24:14 UTC
95f61a7 Changes for release of 1.0.0 26 January 1994, 17:23:37 UTC
62326f2 builtin -> __builtin__ 26 January 1994, 16:04:38 UTC
6dfccb3 Remove unused import of builtin 26 January 1994, 16:03:50 UTC
34e5dca Descripbe new files 26 January 1994, 15:39:28 UTC
a7925f1 Initial revision 26 January 1994, 10:20:16 UTC
8f0d0c8 correct typo on DL_DIRECTORY; Doc/ext.tex log message 25 January 1994, 20:08:34 UTC
9e93fb6 Support for latex2html (at version 0.5.1) 25 January 1994, 20:06:09 UTC
23d1939 Final changes for 1.0.0 BETA 6 24 January 1994, 15:42:32 UTC
5ec8b52 Restructured main, use getopt, use regular expression search instead of prefix match 21 January 1994, 15:47:00 UTC
cb38cd0 fcntl.h, AIX, TESTPATH 18 January 1994, 15:09:30 UTC
381f65c Removed www (now in Demo2), added embed (formerly one level higher up) 18 January 1994, 13:35:31 UTC
a1238eb Fix copyright -- 1994 instead of 1004! 18 January 1994, 10:09:50 UTC
b46152a * configure.in: check for sys/time.h; substitute and check for AR; check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes 14 January 1994, 16:59:57 UTC
cbcd8d7 Make more robust against Minix and Mac 14 January 1994, 16:55:50 UTC
4de6cbc new file, setup for minix 14 January 1994, 16:55:10 UTC
b90bdeb sndhdr.py: restored lost file; audiodev.py: import platform specific modules only when needed 14 January 1994, 16:46:14 UTC
8f0d15c *** empty log message *** 13 January 1994, 16:16:30 UTC
back to top