Georg Brandl
|
9e43acf2f3
|
bug #1177468: don't cache /dev/urandom file descriptor in os.urandom
|
2005-07-04 17:16:07 +00:00 |
Georg Brandl
|
290f3829d7
|
Revert patch for 1162912.
|
2005-07-04 14:17:47 +00:00 |
Jack Jansen
|
918a9e2f63
|
Updated (and regenerated) for name change in tp_init method arguments:
they are now _self, _args and _kwds.
|
2005-07-03 20:59:44 +00:00 |
Jack Jansen
|
a6af76cbe4
|
Factored out the code that creates argument lists and formats for PyArg_Parse
and Py_BuildValue.
|
2005-07-03 20:58:08 +00:00 |
Jack Jansen
|
7b8f0a1843
|
Sigh, changed the argument names in the tp_init function: to make them be
more in line with other methods "self" and "args" had to be renamed "_self"
and "_args". Did "_kwds" too, for consistency.
|
2005-07-03 20:57:26 +00:00 |
Georg Brandl
|
f73b4b0077
|
bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage
|
2005-07-03 20:21:40 +00:00 |
Georg Brandl
|
9a65d583ac
|
Add doctest for examples in libweakref.tex to test_weakref.
|
2005-07-02 19:07:30 +00:00 |
Georg Brandl
|
f0af0e7a46
|
patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror)
|
2005-07-02 18:37:41 +00:00 |
Georg Brandl
|
376e6227b4
|
bug [ 1228904 ] weakref example broken
|
2005-07-02 10:44:32 +00:00 |
Georg Brandl
|
1c330eb9eb
|
Patch [ 1230615 ] Patch for (Doc) #1168746
Bug [ 1204734 ] incorrect description of __getattribute__
|
2005-07-02 10:27:31 +00:00 |
Raymond Hettinger
|
452b6834f0
|
Cross reference the set built-ins with the sets module.
|
2005-07-01 23:18:36 +00:00 |
Raymond Hettinger
|
16ffbc3d10
|
Provide a comparison to the builtin set types.
|
2005-07-01 23:00:13 +00:00 |
Raymond Hettinger
|
c418cc81ae
|
Teach texcheck about \textbar
|
2005-07-01 22:55:43 +00:00 |
Jack Jansen
|
a660caf351
|
Added methods mkvaluePreCheck and getargsPreCheck, which are called (for
each variable) before calling Py_BuildValue and PyArg_Parse.
|
2005-07-01 20:23:27 +00:00 |
Raymond Hettinger
|
87de8ed4b9
|
More info on rounding modes. Add sections for floating point notes.
|
2005-07-01 16:54:12 +00:00 |
Jack Jansen
|
62cc1233f9
|
More factorization: added a method getrvforcallit(). This allows a C++
bridge to combine declaration and assignment to the return value
temporary, allowing us to handle functions returning const values.
|
2005-06-30 15:00:13 +00:00 |
Michael W. Hudson
|
3095ad0650
|
Apparently some compiler gives a warning on
float y = x;
when x is a double. Go figure.
|
2005-06-30 00:02:26 +00:00 |
Raymond Hettinger
|
3296e696db
|
SF bug #1224347: int/long unification and hex()
Hex longs now print with lowercase letters like their int counterparts.
|
2005-06-29 23:29:56 +00:00 |
Jack Jansen
|
d4128f397d
|
Added optional suppport for storage modifiers (virtual/static/inline/etc)
and conditional generation of objects and methods.
|
2005-06-29 14:17:05 +00:00 |
Jack Jansen
|
b6216dd2e7
|
More factorization to help C++ support.
|
2005-06-28 15:14:35 +00:00 |
Raymond Hettinger
|
02c64d5684
|
Note that files are iterable.
|
2005-06-28 00:16:08 +00:00 |
Raymond Hettinger
|
5a34afb745
|
* Show the keyword argument form of dict().
* Note that dict works with the "in" keyword.
|
2005-06-27 23:36:47 +00:00 |
Fred Drake
|
3e3b699adf
|
add note that os.EX_* constants are subject to availability on the host
platform
|
2005-06-27 23:23:43 +00:00 |
Georg Brandl
|
22bfdab682
|
Adapt output file to new Cookie JS output.
|
2005-06-27 05:51:07 +00:00 |
Georg Brandl
|
ecf93c765c
|
Fix test cases for doctest.
|
2005-06-26 23:09:51 +00:00 |
Georg Brandl
|
5284b532d1
|
- Bug #839151: Fix an attempt to access sys.argv in the warnings module
though this can be missing in embedded interpreters
|
2005-06-26 22:54:58 +00:00 |
Georg Brandl
|
12fe9b4ce4
|
bug [ 839151 ] attempt to access sys.argv when it doesn't exist
|
2005-06-26 22:53:29 +00:00 |
Georg Brandl
|
1f149642c9
|
bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able
|
2005-06-26 22:22:31 +00:00 |
Georg Brandl
|
2f210b6bca
|
- Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.
|
2005-06-26 22:09:06 +00:00 |
Georg Brandl
|
0aade9a9f9
|
bug [ 1155638 ] self.length shield exception in httplib
|
2005-06-26 22:06:54 +00:00 |
Georg Brandl
|
8d457c78b4
|
bug [ 1175848 ] poorly named variable in urllib2.py
|
2005-06-26 22:01:35 +00:00 |
Georg Brandl
|
07c81d9074
|
Prevent creating a HTML link to file://?/
|
2005-06-26 21:57:55 +00:00 |
Georg Brandl
|
fbff1bcd69
|
- Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via
error messages.
|
2005-06-26 21:36:25 +00:00 |
Georg Brandl
|
a2aa1ac42b
|
bug [ 1100201 ] Cross-site scripting on BaseHTTPServer
|
2005-06-26 21:33:14 +00:00 |
Georg Brandl
|
379f99dbc3
|
Add NEWS entries for bugs closed at Bug Day.
|
2005-06-26 21:09:38 +00:00 |
Georg Brandl
|
03a33ea3a8
|
bug [ 1108948 ] Cookie.py produces invalid code
|
2005-06-26 21:02:49 +00:00 |
Georg Brandl
|
7e7688c2ec
|
bug [ 1072853 ] thisid not intialized in pindent.py script
|
2005-06-26 20:20:48 +00:00 |
Kurt B. Kaiser
|
58bd19095a
|
SMTP.help() was returning a tuple instead of the promised text.
|
2005-06-26 18:27:36 +00:00 |
Georg Brandl
|
40c7165e7d
|
NEWS entry for last bugfix
|
2005-06-25 21:08:46 +00:00 |
Georg Brandl
|
54d8b680e0
|
bug [ 1166582 ] IterableUserDict not in docs
|
2005-06-25 21:03:52 +00:00 |
Georg Brandl
|
6df3fd3790
|
bug [ 1186072 ] tempnam doc doesn't include link to tmpfile
|
2005-06-25 20:44:10 +00:00 |
Georg Brandl
|
e21d9ab342
|
bug [ 1175022 ] property example code error
|
2005-06-25 20:07:36 +00:00 |
Georg Brandl
|
03dbb4f50d
|
Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG
|
2005-06-25 19:55:04 +00:00 |
Georg Brandl
|
71de040b82
|
bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply
|
2005-06-25 19:15:48 +00:00 |
Georg Brandl
|
0929b7e5f7
|
Patch [ 1213031 ] note that os.chown can have -1 as an argument
|
2005-06-25 18:52:24 +00:00 |
Georg Brandl
|
3da85ec682
|
correcting duplicate TeX markup
|
2005-06-25 18:46:09 +00:00 |
Georg Brandl
|
837a9769c9
|
Bug [ 1225705 ] os.environ documentation should mention unsetenv
|
2005-06-25 18:44:49 +00:00 |
Georg Brandl
|
9020a21b7c
|
Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs.
|
2005-06-25 18:24:03 +00:00 |
Brett Cannon
|
c9371d4a1b
|
Fix signedness of various char variables to stop causing a warning under gcc 4.
|
2005-06-25 08:23:41 +00:00 |
Brett Cannon
|
55fa66dd45
|
Add comments about PyThreadState and the usage of its fields.
|
2005-06-25 07:07:35 +00:00 |