| 2006-03-13 |
Martin v. Löwis | Backport of 42994: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Martin v. Löwis | Backport of 42993: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Hye-Shik Chang | Backport from trunk r42989: |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 42963 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 41859 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-13 |
Tim Peters | Merge rev 42984 from trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Martin v. Löwis | Move buildbot scripts to Tools/buildbot. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Add a do-nothing "clean" operation to the _ssl project, |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copied from the trunk for buildbot use. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copy from the trunk, for the buildbot. |
commit | commitdiff | tree | snapshot |
| 2006-03-12 |
Tim Peters | Copy from the trunk, for the buildbot. |
commit | commitdiff | tree | snapshot |
| 2006-03-11 |
Tim Peters | Merge rev 42904 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-03-10 |
Martin v. Löwis | Backport of 42551 (EXTRATESTOPTS). |
commit | commitdiff | tree | snapshot |
| 2006-03-10 |
Martin v. Löwis | Backport of 42960, to support the options buildbot... |
commit | commitdiff | tree | snapshot |
| 2006-03-08 |
Georg Brandl | Bug #1445901: os.path.realpath() is available on Win... |
commit | commitdiff | tree | snapshot |
| 2006-03-08 |
Georg Brandl | Fix pydoc.synopsis() so that it doesn't error out with... |
commit | commitdiff | tree | snapshot |
| 2006-03-08 |
Neal Norwitz | Backport fixes reported by Coverity. |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Andrew M. Kuchling | Typo fix |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Hye-Shik Chang | Backport r42894: SF #1444030 Fix several potential... |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Thomas Wouters | Backport trunk's r42890 (thomas.wouters): |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Thomas Wouters | Backport trunk's r42888 (thomas.wouters): |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Thomas Wouters | Backport trunk's r42885 (thomas.wouters): |
commit | commitdiff | tree | snapshot |
| 2006-03-07 |
Thomas Wouters | Backport trunk's r42878 (neal.norwitz): |
commit | commitdiff | tree | snapshot |
| 2006-03-06 |
Walter Dörwald | Backport revision 42872: |
commit | commitdiff | tree | snapshot |
| 2006-03-06 |
Barry Warsaw | Skip codecs tests on Python 2.3. |
commit | commitdiff | tree | snapshot |
| 2006-03-03 |
Neal Norwitz | Backport: SF #1442767, docs for os.statvfs miss f_bsize... |
commit | commitdiff | tree | snapshot |
| 2006-03-01 |
Martin v. Löwis | Backport of memory leak fixes. |
commit | commitdiff | tree | snapshot |
| 2006-02-27 |
Brett Cannon | Return value off PyErr_Warn() for raising string except... |
commit | commitdiff | tree | snapshot |
| 2006-02-27 |
Tim Peters | do_mkvalue(): Squash compiler warnings about mixing |
commit | commitdiff | tree | snapshot |
| 2006-02-27 |
Tim Peters | Merge rev 42607 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-02-27 |
Tim Peters | Trimmed trailing whitespace. |
commit | commitdiff | tree | snapshot |
| 2006-02-25 |
Skip Montanaro | backport |
commit | commitdiff | tree | snapshot |
| 2006-02-21 |
Neal Norwitz | Backport 41753: |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #947571: By default, urllib.urlopen() does not... |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #1210377: close bsddb cursor correctly after NotFou... |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Patch #931938: prevent setting sys.prefix to "" |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #1102649: add a note to pickle docs that pickle... |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #1323369: document possible values of sys.getwindow... |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #1101233: fix test_fcntl on netbsd2 platform. |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Armin Rigo | Backported from r41842. |
commit | commitdiff | tree | snapshot |
| 2006-02-20 |
Georg Brandl | Bug #854823: socketmodule now builds on Sun platforms... |
commit | commitdiff | tree | snapshot |
| 2006-02-19 |
Georg Brandl | Make clear that patch #1336582 wasn't a new feature. |
commit | commitdiff | tree | snapshot |
| 2006-02-19 |
Georg Brandl | Patch #1337756: fileinput now accepts Unicode filenames. |
commit | commitdiff | tree | snapshot |
| 2006-02-19 |
Georg Brandl | Patch #1352711: make zipimport raise a complete IOError |
commit | commitdiff | tree | snapshot |
| 2006-02-19 |
Georg Brandl | Bug #801349: document that start/stop/step slice argume... |
commit | commitdiff | tree | snapshot |
| 2006-02-18 |
Georg Brandl | Patch #1415507: clarify docs on reference stealing |
commit | commitdiff | tree | snapshot |
| 2006-02-18 |
Georg Brandl | Bug #1366000: cleanup BZ2File.seek() logic. Fixes the... |
commit | commitdiff | tree | snapshot |
| 2006-02-18 |
Neal Norwitz | Backport: This should get test_timeout to pass when... |
commit | commitdiff | tree | snapshot |
| 2006-02-18 |
Georg Brandl | Patch #1373643: The chunk module can now read chunks... |
commit | commitdiff | tree | snapshot |
| 2006-02-17 |
Georg Brandl | Remove soundex from "undocumented modules". |
commit | commitdiff | tree | snapshot |
| 2006-02-17 |
Georg Brandl | Bug #1430298: It is now possible to send a mail with... |
commit | commitdiff | tree | snapshot |
| 2006-02-17 |
Georg Brandl | Bug #1432260: better handle lambda functions' names... |
commit | commitdiff | tree | snapshot |
| 2006-02-17 |
Martin v. Löwis | Patch #1432345: Make python compile on DragonFly. |
commit | commitdiff | tree | snapshot |
| 2006-02-16 |
Brett Cannon | Cast assignments to ``unsigned char *`` from PyString_A... |
commit | commitdiff | tree | snapshot |
| 2006-02-15 |
Fred Drake | use correct function in example (backport of trunk... |
commit | commitdiff | tree | snapshot |
| 2006-02-15 |
Neal Norwitz | Send failures to python-checkins, cc/me. |
commit | commitdiff | tree | snapshot |
| 2006-02-14 |
Neal Norwitz | Add build.sh to 2.4 so we can build the docs (and only... |
commit | commitdiff | tree | snapshot |
| 2006-02-13 |
Neal Norwitz | Try to improve name based on discussion on python-check... |
commit | commitdiff | tree | snapshot |
| 2006-02-12 |
Neal Norwitz | Backport r42314 which fixed Windows breakage when check... |
commit | commitdiff | tree | snapshot |
| 2006-02-11 |
Georg Brandl | Even more copyright locations! |
commit | commitdiff | tree | snapshot |
| 2006-02-11 |
Martin v. Löwis | Patch #428494: Prefer linking against ncursesw over... |
commit | commitdiff | tree | snapshot |
| 2006-02-11 |
Georg Brandl | Update general copyright year to 2006. |
commit | commitdiff | tree | snapshot |
| 2006-02-09 |
Barry Warsaw | Port of r42279 to email 3.0, but without the Python... |
commit | commitdiff | tree | snapshot |
| 2006-02-08 |
Barry Warsaw | Port of r42271 from the trunk -- relevant patches for... |
commit | commitdiff | tree | snapshot |
| 2006-02-07 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-02-05 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-02-04 |
Barry Warsaw | Resolves SF bug #1423972. |
commit | commitdiff | tree | snapshot |
| 2006-02-04 |
Neal Norwitz | SF bug 1415455, fix typo in module name |
commit | commitdiff | tree | snapshot |
| 2006-02-04 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
| 2006-02-03 |
Barry Warsaw | Port r42228 from the trunk. |
commit | commitdiff | tree | snapshot |
| 2006-01-28 |
Thomas Wouters | Work around a Solaris peculiarity that caused test_pty... |
commit | commitdiff | tree | snapshot |
| 2006-01-26 |
Barry Warsaw | Fix PyGC_Collect() to be exported from the built DLL... |
commit | commitdiff | tree | snapshot |
| 2006-01-26 |
Neal Norwitz | Backport 42173: get bsddb test_associate to pass with... |
commit | commitdiff | tree | snapshot |
| 2006-01-25 |
Neal Norwitz | Find bdb4 correctly on gentoo systems (this matches... |
commit | commitdiff | tree | snapshot |
| 2006-01-25 |
Neal Norwitz | Remove file even if non-existant |
commit | commitdiff | tree | snapshot |
| 2006-01-25 |
Neal Norwitz | Remove generated test db files |
commit | commitdiff | tree | snapshot |
| 2006-01-25 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-01-25 |
Neal Norwitz | Backport: |
commit | commitdiff | tree | snapshot |
| 2006-01-24 |
Gregory P.... | backport of commit 42169 |
commit | commitdiff | tree | snapshot |
| 2006-01-24 |
Neal Norwitz | Fix SF #1412837, compile failed with Watcom compiler |
commit | commitdiff | tree | snapshot |
| 2006-01-23 |
Georg Brandl | Correct misspellings. |
commit | commitdiff | tree | snapshot |
| 2006-01-23 |
Georg Brandl | Backport typo fixes. |
commit | commitdiff | tree | snapshot |
| 2006-01-23 |
Neal Norwitz | Backport: This should fix a mem leak on the Mac. Brett... |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | Another typo. |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | typo |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | Correct several typos in libos.tex. Bug #1412227. |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | Typo |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | Backport winreg documentation quirk fix. |
commit | commitdiff | tree | snapshot |
| 2006-01-22 |
Georg Brandl | Remove reference to Grail and Netscape 2.0 from cgi... |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Bug #1378679: backport bugfix of #974757. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Patch #1410783: add documentation links for static... |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Remove NEWS entry of reverted checkin. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Document supported schemes. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Revert feature checkin. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Reverse checkin. This is definitely a new feature. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Patch #1388073: Make unittest.TestCase easier to subclass |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Add markup to a "Python Standard Library" doc reference... |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Checkin the test of patch #1400181. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Bug #1407902: Added support for sftp:// URIs to urlparse. |
commit | commitdiff | tree | snapshot |
| 2006-01-20 |
Georg Brandl | Readd bug report note. |
commit | commitdiff | tree | snapshot |
| next |