Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch [ 1230615 ] Patch for (Doc) #1168746 | Georg Brandl | 2005-07-02 | 1 | -11/+14 |
| | | | | Bug [ 1204734 ] incorrect description of __getattribute__ | ||||
* | Cross reference the set built-ins with the sets module. | Raymond Hettinger | 2005-07-01 | 1 | -0/+8 |
| | |||||
* | Provide a comparison to the builtin set types. | Raymond Hettinger | 2005-07-01 | 1 | -2/+32 |
| | |||||
* | Teach texcheck about \textbar | Raymond Hettinger | 2005-07-01 | 1 | -0/+1 |
| | |||||
* | Added methods mkvaluePreCheck and getargsPreCheck, which are called (for | Jack Jansen | 2005-07-01 | 3 | -1/+22 |
| | | | | each variable) before calling Py_BuildValue and PyArg_Parse. | ||||
* | More info on rounding modes. Add sections for floating point notes. | Raymond Hettinger | 2005-07-01 | 1 | -7/+12 |
| | |||||
* | More factorization: added a method getrvforcallit(). This allows a C++ | Jack Jansen | 2005-06-30 | 1 | -8/+8 |
| | | | | | bridge to combine declaration and assignment to the return value temporary, allowing us to handle functions returning const values. | ||||
* | Apparently some compiler gives a warning on | Michael W. Hudson | 2005-06-30 | 1 | -1/+1 |
| | | | | | | float y = x; when x is a double. Go figure. | ||||
* | SF bug #1224347: int/long unification and hex() | Raymond Hettinger | 2005-06-29 | 4 | -14/+11 |
| | | | | Hex longs now print with lowercase letters like their int counterparts. | ||||
* | Added optional suppport for storage modifiers (virtual/static/inline/etc) | Jack Jansen | 2005-06-29 | 3 | -2/+20 |
| | | | | and conditional generation of objects and methods. | ||||
* | More factorization to help C++ support. | Jack Jansen | 2005-06-28 | 6 | -18/+51 |
| | |||||
* | Note that files are iterable. | Raymond Hettinger | 2005-06-28 | 1 | -0/+15 |
| | |||||
* | * Show the keyword argument form of dict(). | Raymond Hettinger | 2005-06-27 | 1 | -2/+12 |
| | | | | * Note that dict works with the "in" keyword. | ||||
* | add note that os.EX_* constants are subject to availability on the host | Fred Drake | 2005-06-27 | 1 | -0/+3 |
| | | | | platform | ||||
* | Adapt output file to new Cookie JS output. | Georg Brandl | 2005-06-27 | 1 | -4/+4 |
| | |||||
* | Fix test cases for doctest. | Georg Brandl | 2005-06-26 | 2 | -0/+4 |
| | |||||
* | - Bug #839151: Fix an attempt to access sys.argv in the warnings module | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
| | | | | though this can be missing in embedded interpreters | ||||
* | bug [ 839151 ] attempt to access sys.argv when it doesn't exist | Georg Brandl | 2005-06-26 | 1 | -1/+5 |
| | |||||
* | bug [ 1172785 ] doctest.script_from_examples() result sometimes un-exec-able | Georg Brandl | 2005-06-26 | 1 | -1/+2 |
| | |||||
* | - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. | Georg Brandl | 2005-06-26 | 1 | -0/+2 |
| | |||||
* | bug [ 1155638 ] self.length shield exception in httplib | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
| | |||||
* | bug [ 1175848 ] poorly named variable in urllib2.py | Georg Brandl | 2005-06-26 | 1 | -2/+2 |
| | |||||
* | Prevent creating a HTML link to file://?/ | Georg Brandl | 2005-06-26 | 1 | -2/+5 |
| | |||||
* | - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
| | | | | error messages. | ||||
* | bug [ 1100201 ] Cross-site scripting on BaseHTTPServer | Georg Brandl | 2005-06-26 | 1 | -1/+4 |
| | |||||
* | Add NEWS entries for bugs closed at Bug Day. | Georg Brandl | 2005-06-26 | 1 | -0/+12 |
| | |||||
* | bug [ 1108948 ] Cookie.py produces invalid code | Georg Brandl | 2005-06-26 | 1 | -2/+2 |
| | |||||
* | bug [ 1072853 ] thisid not intialized in pindent.py script | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
| | |||||
* | SMTP.help() was returning a tuple instead of the promised text. | Kurt B. Kaiser | 2005-06-26 | 1 | -1/+1 |
| | |||||
* | NEWS entry for last bugfix | Georg Brandl | 2005-06-25 | 1 | -0/+3 |
| | |||||
* | bug [ 1166582 ] IterableUserDict not in docs | Georg Brandl | 2005-06-25 | 1 | -9/+15 |
| | |||||
* | bug [ 1186072 ] tempnam doc doesn't include link to tmpfile | Georg Brandl | 2005-06-25 | 1 | -8/+9 |
| | |||||
* | bug [ 1175022 ] property example code error | Georg Brandl | 2005-06-25 | 1 | -0/+1 |
| | |||||
* | Bug [ 1190563 ] os.waitpid docs don't specify return value for WNOHANG | Georg Brandl | 2005-06-25 | 1 | -2/+3 |
| | |||||
* | bug [ 1202475 ] httplib docs mentioning HTTPConnection.getreply | Georg Brandl | 2005-06-25 | 1 | -5/+10 |
| | |||||
* | Patch [ 1213031 ] note that os.chown can have -1 as an argument | Georg Brandl | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | correcting duplicate TeX markup | Georg Brandl | 2005-06-25 | 1 | -1/+0 |
| | |||||
* | Bug [ 1225705 ] os.environ documentation should mention unsetenv | Georg Brandl | 2005-06-25 | 1 | -3/+22 |
| | |||||
* | Patch #1227442: smtplib.SMTP.sendmail() accepts a string or list as to_addrs. | Georg Brandl | 2005-06-25 | 1 | -7/+8 |
| | |||||
* | Fix signedness of various char variables to stop causing a warning under gcc 4. | Brett Cannon | 2005-06-25 | 3 | -12/+12 |
| | |||||
* | Add comments about PyThreadState and the usage of its fields. | Brett Cannon | 2005-06-25 | 2 | -1/+9 |
| | |||||
* | Normalize whitespace to avoid offending Bug Day volunteers. | Tim Peters | 2005-06-24 | 5 | -13/+13 |
| | |||||
* | Added a missing newline Output(). | Jack Jansen | 2005-06-23 | 1 | -0/+1 |
| | |||||
* | Revamped type declaration so the basic routines return a list of strings. | Jack Jansen | 2005-06-22 | 6 | -44/+47 |
| | | | | | | This allows variables to be declared as formal arguments. The bgenType.declare method now simply outputs all declarations on separate lines ending in semicolons. | ||||
* | Added support for optional modifiers to functions/methods (such as C++ const, | Jack Jansen | 2005-06-21 | 2 | -6/+19 |
| | | | | static for methods, inline, etc). | ||||
* | SF bug #1224621: tokenize module does not detect inconsistent dedents | Raymond Hettinger | 2005-06-21 | 3 | -1/+25 |
| | |||||
* | Remove dead code | Kurt B. Kaiser | 2005-06-21 | 2 | -20/+8 |
| | | | | | M IdleHistory.py M PyShell.py | ||||
* | Fix bug: | Michael W. Hudson | 2005-06-20 | 3 | -18/+65 |
| | | | | | | | | [ 1163563 ] Sub threads execute in restricted mode basically by fixing bug 1010677 in a non-broken way. Backport candidate. | ||||
* | Add a(nother) warning about mixing Py_NewInterpreter and the | Michael W. Hudson | 2005-06-20 | 1 | -0/+6 |
| | | | | PyGILState_* functions. | ||||
* | test_asynchat is no longer expected to produce output. | Michael W. Hudson | 2005-06-20 | 2 | -4/+3 |
| | | | | also, wait for threads to finish before proceeding. |