| 2003-05-05 |
Jeremy Hylton | Backport better fix for newurl as suggested by Jim... |
commit | commitdiff | tree | snapshot |
| 2003-05-05 |
Jeremy Hylton | Backport fix for SF #723831: urlopen() raises URLError. |
commit | commitdiff | tree | snapshot |
| 2003-05-03 |
Martin v. Löwis | Patch #708604: Check more function results. |
commit | commitdiff | tree | snapshot |
| 2003-04-30 |
Tim Peters | file_truncate(): Backported 2.3 code so that file... |
commit | commitdiff | tree | snapshot |
| 2003-04-30 |
Fred Drake | At the site of an indexed reference to print, point... |
commit | commitdiff | tree | snapshot |
| 2003-04-29 |
Fred Drake | - clean up some extra punctuation hidden in indexing... |
commit | commitdiff | tree | snapshot |
| 2003-04-29 |
Fred Drake | Clarify that the timeout argument to read_until() is... |
commit | commitdiff | tree | snapshot |
| 2003-04-29 |
Raymond Hettinger | SF bug #729096: getopt online documentation example... |
commit | commitdiff | tree | snapshot |
| 2003-04-27 |
Barry Warsaw | detect_modules(): On Redhat 9, building the ssl stuff... |
commit | commitdiff | tree | snapshot |
| 2003-04-26 |
Skip Montanaro | backport of note arising from bug 711019. |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Fred Drake | Markup change; make the notice a little stronger by... |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Fred Drake | Add modified versions of the examples from Sean Reifsch... |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Guido van Rossum | Backport the Carlo Verre fix. |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Raymond Hettinger | Backport 1.157 |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Raymond Hettinger | Backport 1.157 and 1.39 |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Raymond Hettinger | Backport 1.47 and 1.7 |
commit | commitdiff | tree | snapshot |
| 2003-04-25 |
Raymond Hettinger | Backport 1.18: |
commit | commitdiff | tree | snapshot |
| 2003-04-24 |
Fred Drake | Add cross-references between urllib.urlencode() and... |
commit | commitdiff | tree | snapshot |
| 2003-04-24 |
Fred Drake | Include notice that the rotor module will be deprecated... |
commit | commitdiff | tree | snapshot |
| 2003-04-24 |
Brett Cannon | Fix documentation errors in regards to urlretrieve... |
commit | commitdiff | tree | snapshot |
| 2003-04-23 |
Skip Montanaro | backport note about password limitations |
commit | commitdiff | tree | snapshot |
| 2003-04-23 |
Tim Peters | fsync(): Implemented for Windows, via calling MS _comm... |
commit | commitdiff | tree | snapshot |
| 2003-04-23 |
Raymond Hettinger | Backport 1.17 adding punctuation as allowable characters |
commit | commitdiff | tree | snapshot |
| 2003-04-19 |
Martin v. Löwis | Patch #681152: Support escaped unicode characters in... |
commit | commitdiff | tree | snapshot |
| 2003-04-19 |
Martin v. Löwis | Patch #716969: Detect thread creation failure. |
commit | commitdiff | tree | snapshot |
| 2003-04-18 |
Martin v. Löwis | Patch #711835: Remove unnecessary lock operations. |
commit | commitdiff | tree | snapshot |
| 2003-04-17 |
Fred Drake | Added documentation for the handle_pi() method, based... |
commit | commitdiff | tree | snapshot |
| 2003-04-16 |
Raymond Hettinger | As discussed on python-dev, revised docs to note that |
commit | commitdiff | tree | snapshot |
| 2003-04-11 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2003-04-10 |
Guido van Rossum | Backport: |
commit | commitdiff | tree | snapshot |
| 2003-04-09 |
Fred Drake | Backport reference leak fix from HEAD revision 1.79. |
commit | commitdiff | tree | snapshot |
| 2003-04-09 |
Fred Drake | Backport comments about PyObject_Type() (HEAD revisions... |
commit | commitdiff | tree | snapshot |
| 2003-04-09 |
Guido van Rossum | Backport from trunk: |
commit | commitdiff | tree | snapshot |
| 2003-04-08 |
Tim Peters | Fixed the gc-vs-__del__ bugs for new-style classes... |
commit | commitdiff | tree | snapshot |
| 2003-04-08 |
Tim Peters | Backporting new gc-vs-__del__ tests. These pass, but... |
commit | commitdiff | tree | snapshot |
| 2003-04-08 |
Tim Peters | More backporting of gc-vs-__del__ fixes. It should... |
commit | commitdiff | tree | snapshot |
| 2003-04-08 |
Tim Peters | Added private API function _PyInstance_Lookup(). This... |
commit | commitdiff | tree | snapshot |
| 2003-04-08 |
Fred Drake | Added example of using positional and keyword args... |
commit | commitdiff | tree | snapshot |
| 2003-04-04 |
Barry Warsaw | Backporting: |
commit | commitdiff | tree | snapshot |
| 2003-04-04 |
Barry Warsaw | Backporting email 2.5.1 patches. |
commit | commitdiff | tree | snapshot |
| 2003-04-04 |
Barry Warsaw | Backporting: |
commit | commitdiff | tree | snapshot |
| 2003-04-03 |
Jeremy Hylton | Fix memory corruption in garbage collection. |
commit | commitdiff | tree | snapshot |
| 2003-04-01 |
Fred Drake | Remove trailing newline. |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Tim Peters | This was failing on Windows, due to various attempts... |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Skip Montanaro | note test_locale skip |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Skip Montanaro | backport test skip for test_locale on Mac OS X |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Skip Montanaro | note test_largefile restriction on Mac OS X |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Skip Montanaro | backport largefile resource requirement for Mac OSX |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Fred Drake | Match some of the markup changes from the trunk. |
commit | commitdiff | tree | snapshot |
| 2003-03-31 |
Fred Drake | Fix symbol in grammar; this should fix some hyperlinkin... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Martin v. Löwis | Patch #710576: Implement per-interpreter-state codec... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Neal Norwitz | SF patch #706338, Fix a few broken links in pydoc by... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Neal Norwitz | Backport Patch 659834 checked in by GvR on 2002/12... |
commit | commitdiff | tree | snapshot |
| 2003-03-30 |
Martin v. Löwis | Patch #695250: Suppress COPYRIGHT if site.py is not... |
commit | commitdiff | tree | snapshot |
| 2003-03-29 |
Neal Norwitz | Backport Patch 659834 checked in by GvR on 2002/12... |
commit | commitdiff | tree | snapshot |
| 2003-03-29 |
Martin v. Löwis | Patch #707701: Expect '??' in events. Fixes #698517. |
commit | commitdiff | tree | snapshot |
| 2003-03-28 |
Skip Montanaro | backport fix for missing altsep in nt (bug 709428) |
commit | commitdiff | tree | snapshot |
| 2003-03-23 |
Neal Norwitz | Backport Tim's checkin 2.218: |
commit | commitdiff | tree | snapshot |
| 2003-03-23 |
Neal Norwitz | Backport 2.220, |
commit | commitdiff | tree | snapshot |
| 2003-03-22 |
Tim Peters | Synch the Windows installer with changes in the email... |
commit | commitdiff | tree | snapshot |
| 2003-03-21 |
Barry Warsaw | Backporting docs for email 2.5 |
commit | commitdiff | tree | snapshot |
| 2003-03-21 |
Barry Warsaw | Backporting email 2.5 to Python 2.2 maint branch. |
commit | commitdiff | tree | snapshot |
| 2003-03-20 |
Fred Drake | - added example of using a comparison function with... |
commit | commitdiff | tree | snapshot |
| 2003-03-20 |
Tim Peters | SF bug 705836: struct.pack of floats in non-native... |
commit | commitdiff | tree | snapshot |
| 2003-03-20 |
Fred Drake | - backport portions of SF patch #700798: fixes and... |
commit | commitdiff | tree | snapshot |
| 2003-03-20 |
Fred Drake | - explain what a UNC path is in the makedirs() descript... |
commit | commitdiff | tree | snapshot |
| 2003-03-17 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2003-03-17 |
Thomas Wouters | binascii_a2b_base64: Properly return an empty string... |
commit | commitdiff | tree | snapshot |
| 2003-03-12 |
Andrew M. Kuchling | Add some more Distutil changes |
commit | commitdiff | tree | snapshot |
| 2003-03-12 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
| 2003-03-12 |
Andrew M. Kuchling | [Backport patch #649762] Fix for asynchat endless loop |
commit | commitdiff | tree | snapshot |
| 2003-03-06 |
Fred Drake | Backport patch from revision 2.80: |
commit | commitdiff | tree | snapshot |
| 2003-03-04 |
Neal Norwitz | SF bug #697220, string.strip implementation/doc mismatch |
commit | commitdiff | tree | snapshot |
| 2003-03-04 |
Gustavo Niemeyer | Backported fix to [521782] unreliable file.read() error... |
commit | commitdiff | tree | snapshot |
| 2003-03-01 |
Neal Norwitz | get_completer() takes no args |
commit | commitdiff | tree | snapshot |
| 2003-03-01 |
Guido van Rossum | - Backported SF patch #676342: after using pdb, the... |
commit | commitdiff | tree | snapshot |
| 2003-02-26 |
Andrew M. Kuchling | Backport rev. 1.73: Translate spaces in the machine... |
commit | commitdiff | tree | snapshot |
| 2003-02-25 |
Jack Jansen | Partial backport of 2.11: better error messages on... |
commit | commitdiff | tree | snapshot |
| 2003-02-25 |
Jack Jansen | Removed debug output. Fixes #635570 |
commit | commitdiff | tree | snapshot |
| 2003-02-24 |
Guido van Rossum | Backport: |
commit | commitdiff | tree | snapshot |
| 2003-02-23 |
Neal Norwitz | Fix SF bug #691793, Python 2.3a2 build fails on Tru64 |
commit | commitdiff | tree | snapshot |
| 2003-02-23 |
Neal Norwitz | Backport relevant portions of: |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Jason Tishler | Patch #491107: Cygwin setup.py import workaround patch |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Backport 1.38: |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Spelling error |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Typo |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Backport libtime.tex 1.53: |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Backport 1.7: Clarify when a read-only object is created. |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | Backport 1.45: Failed module import was dumping to... |
commit | commitdiff | tree | snapshot |
| 2003-02-21 |
Raymond Hettinger | SF bug #685775: turtle circle() documentation error |
commit | commitdiff | tree | snapshot |
| 2003-02-19 |
Guido van Rossum | Backport of rev 2.199 from trunk. |
commit | commitdiff | tree | snapshot |
| 2003-02-19 |
Guido van Rossum | Backport of rev 2.199 from trunk. |
commit | commitdiff | tree | snapshot |
| 2003-02-17 |
Neal Norwitz | Fix SF bug #687655, String formatting conversions misle... |
commit | commitdiff | tree | snapshot |
| 2003-02-14 |
Skip Montanaro | backporting Fred's doc fix. |
commit | commitdiff | tree | snapshot |
| 2003-02-14 |
Skip Montanaro | add missing description of os.extsep |
commit | commitdiff | tree | snapshot |
| 2003-02-13 |
Guido van Rossum | Backport 2.217 and 2.218: |
commit | commitdiff | tree | snapshot |
| 2003-02-12 |
Guido van Rossum | Backport SF #660455 fix. |
commit | commitdiff | tree | snapshot |
| 2003-02-11 |
Neal Norwitz | Backport: Add more missing PyErr_NoMemory() after faill... |
commit | commitdiff | tree | snapshot |
| 2003-02-11 |
Tim Peters | SF bug 684667: Modules/selectmodule.c returns NULL... |
commit | commitdiff | tree | snapshot |
| 2003-02-10 |
Guido van Rossum | Backport 1.16: Fix printing plural (s or ""). |
commit | commitdiff | tree | snapshot |
| next |