2002-05-23 |
Tim Peters | Use function instead of macro spellings for PyObject_me... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Barry Warsaw | parseaddr(): Fixed in the same way that Message.getaddr... |
commit | commitdiff | tree | snapshot |
2002-05-23 |
Skip Montanaro | force gzip module to open files using 'b'inary mode. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Neal Norwitz | Closes: #556025 seg fault when doing list(xrange(1e9)) |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Fred Drake | Remove spurious "()" from the __str__() description. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Barry Warsaw | Jack's documentation for the U mode character on the... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Barry Warsaw | file_doc: Add some description of the U mode character... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jason Tishler | Patch #491107: Cygwin setup.py import workaround patch |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jack Jansen | Regenerated from new Universal Headers. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jack Jansen | Allow the script to have not only a TEXT filetype but... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jack Jansen | Replaced lots of PyMem_DEL() calls with PyObject_DEL(). |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jack Jansen | Enable WITH_PYMALLOC. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Jack Jansen | Added 2 more addresses to send release notifications to. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Fred Drake | Added a version annotation for StringTypes. |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Barry Warsaw | Bump to version 2.0.4 |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Barry Warsaw | getaddresses(): Like the change in rfc822.py, this... |
commit | commitdiff | tree | snapshot |
2002-05-22 |
Barry Warsaw | Minor typo: Message.getall() -> Message.get_all() |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Skip Montanaro | add BooleanType |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Guido van Rossum | In both spilldata() functions, pretend that the docstri... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Barry Warsaw | Message.getaddrlist(): Use the AddressList.addresslist... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Raymond Hettinger | Patch 543387. Document deprecation of complex %, ... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Raymond Hettinger | Patch 533291. Deprecate None return form of __reduce__. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Raymond Hettinger | Patch 543222. Disable script bindings in shell window. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Fred Drake | Add additional comments on the use of \deprecated. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Neil Schemenauer | Add IS_TRACKED and IS_MOVED macros. This makes the... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Raymond Hettinger | Patch 549187. Improve string formatting error message. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Fred Drake | Add availability information for a couple of the types... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Guido van Rossum | Another one. |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Raymond Hettinger | Patches 558535. The standard Windows binding for Edit... |
commit | commitdiff | tree | snapshot |
2002-05-21 |
Fred Drake | Munge the RCS keywords to avoid updates, so the version... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | Use types.StringTypes instead of explicit (str, unicode... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | Guess what? --disable-unicode proofing. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | More --disable-unicode stuff. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | Use types.StringTypes instead of (types.StringType... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | tolerate --disable-unicode... |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | More mindless --disable-unicode proofing. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | easy --disable-unicode proofing. |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2002-05-20 |
Barry Warsaw | Add a bit of news about the email package fixes. |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Barry Warsaw | A test message w/ CRLF line endings |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Barry Warsaw | Add two new tests of recent email package fixes: CRLF... |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Barry Warsaw | I've thought about it some more, and I believe it is... |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Barry Warsaw | Fixed a bug in the splitting of lines, and improved... |
commit | commitdiff | tree | snapshot |
2002-05-19 |
Barry Warsaw | Complete a merge of the mimelib project and the Python... |
commit | commitdiff | tree | snapshot |
2002-05-18 |
Raymond Hettinger | Added Mitchell Surface's regression tests for base64... |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Guido van Rossum | Typo. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Fred Drake | Fix broken reference, minor clarification. |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Fred Drake | Typo: build -> built |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Raymond Hettinger | Added (with GvR's endorsement) Matthew Dixon Cowles |
commit | commitdiff | tree | snapshot |
2002-05-16 |
Raymond Hettinger | Patch 547037. Corrected documentation to match |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Martin v. Löwis | Back out #555929 |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Raymond Hettinger | Added missing index entries for mapping methods. Close... |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Michael W.... | This is patch |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jason Tishler | Patch #555929: Cygwin AH_BOTTOM cleanup patch |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Jason Tishler | Patch #553678: Cygwin Makefile.pre.in vestige patch |
commit | commitdiff | tree | snapshot |
2002-05-15 |
Raymond Hettinger | Added docstrings excerpted from Python Library Reference. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Chui Tey | Fixed bug: Split RPC message into two parts instead... |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Fred Drake | Minor wording changes, plus correct a typo. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Fred Drake | Simplify code to remove an unnecessary test. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Guido van Rossum | Use spaces, not tabs for indents. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Raymond Hettinger | Added tests for new degree/radian conversions. |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Raymond Hettinger | Closes patch 529408 deprecating random.stdgamma(). |
commit | commitdiff | tree | snapshot |
2002-05-14 |
Barry Warsaw | smtp_RCPT(): Removed a somewhat embarrassing debugging... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Closes SF bug 527139. Brings docs inline with random... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Closes SF bug 527139. Moved temp variables inside... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Correct gammavariate's method name and domain. |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jack Jansen | Added typechecking to the individual python->CF convert... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Jack Jansen | Added CFPreferences support. Added these as functions... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | Jim Fulton reported a segfault in dir(). A heavily... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | SF 554663. Add OpenBSD3. Bugfix candidate if anyone... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Guido van Rossum | SF 554073. Fix typo in error reporting of unrecognized... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Michael W.... | array_tounicode isn't defined in --disable-unicode... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Michael W.... | Make StringIO work in --disable-unicode builds... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Walter Dörwald | Add #ifdef PY_USING_UNICODE sections, so that |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Noted SF patch 552452 adding degree/radian conversions... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Added degrees() and radians() to mathmodule. Closes... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Adds tests for degrees() and radians() functions added... |
commit | commitdiff | tree | snapshot |
2002-05-13 |
Raymond Hettinger | Added degrees() and radians() to mathmodule. Closing... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Jack Jansen | - Better exception when a NULL CF object is encountered. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Barry Warsaw | (py-execute-region): Do the blank line skipping inside the |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Tim Peters | SF bug 555042: zip() may trigger MemoryError. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Noted change in ftplib 1.68 closing SF patch 553277. |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Closes SF patch 553277. Per GvR, reverting to original... |
commit | commitdiff | tree | snapshot |
2002-05-12 |
Raymond Hettinger | Closes SF patch: 552468. |
commit | commitdiff | tree | snapshot |
2002-05-11 |
Fred Drake | Fix typo: ptread --> pthread |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jack Jansen | - Get data from CFData objects as Python strings and vv. |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Jeremy Hylton | Use isinstance() in preference to comparison of type... |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Andrew M. Kuchling | Give the enumerate() PEP a section of its own |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Greg Ward | [from Oct 2000] |
commit | commitdiff | tree | snapshot |
2002-05-10 |
Fred Drake | Fix markup error that suppressed space. |
commit | commitdiff | tree | snapshot |
2002-05-09 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jack Jansen | Fixed string and dict conversion, and implemented boole... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Jack Jansen | Partial fix for string handling. Null byte TBD. |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Neil Schemenauer | Remove news about PyMalloc_*. Do we need to say anythi... |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Andrew M. Kuchling | Updates and rewriting |
commit | commitdiff | tree | snapshot |
2002-05-08 |
Martin v. Löwis | Patch #553230: Create LIBDIR if necessary. Bugfix candi... |
commit | commitdiff | tree | snapshot |
next |