2006-02-11 |
Martin v. Löwis | Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Thomas Wouters | Explain the clearing of the stack in a comment in Pytho... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Jack Jansen | One more mod for support of C++ classes. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Martin v. Löwis | Avoid linking python with readline. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Jack Jansen | For overriding C++ methods we also need to know whether... |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Armin Rigo | The default timer unit was incorrectly measured in... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added information on function name added to LogRecord... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added function name to LogRecord. |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Propagate exceptions from shutdown() if raiseExceptions... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Vinay Sajip | Added lock acquisition/release around shared data struc... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Neal Norwitz | Be a little less sensitive to failures. Only check... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Brett Cannon | Add doc discussing how AST compiler is structured and... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Barry Warsaw | Port relevant patches for SF 1409455 to the trunk for... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Armin Rigo | Added the cProfile module. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Andrew M. Kuchling | Update projected release date |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Jack Jansen | Fixed an oversight and a misunderstanding of PEP253: |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vinay Sajip | Removed defensive test in Handler.close |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Vinay Sajip | Saved and restored logging._handlerList at the same... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Add versionadded note for new methods |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Bug #876637, prevent stack corruption when socket descr... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Fix indentation (whitespace only). |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Neal Norwitz | Check return results for errors |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Martin v. Löwis | Patch #1412872: zipfile: use correct system type on... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Get test_logging to not hang when running under regrtes... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Patch #1407135, bug #1424041, make mmap.mmap(-1, length... |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2006-02-05 |
Neal Norwitz | Use C-style comment |
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 |
Martin v. Löwis | Patch #1422385: Changes to nis module to support multip... |
commit | commitdiff | tree | snapshot |
2006-02-04 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Martin v. Löwis | Drop C library for stat/fstat on Windows. |
commit | commitdiff | tree | snapshot |
2006-02-03 |
Barry Warsaw | parsedate_tz(): Minor cleanup. |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Fredrik Lundh | SF patch #1421726 |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Thomas Wouters | As discussed on python-dev, silence three gcc-4.0.x... |
commit | commitdiff | tree | snapshot |
2006-01-31 |
Gustavo Niemeyer | Patch #1413711: Certain patterns of differences were... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Martin v. Löwis | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Gregory P.... | maintain support for older python versions in this... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Gregory P.... | fix test import for use in standalone pybsddb project... |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Try a number of ports, in case 9020 is already in use. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Explicitly close the server socket. |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Gregory P.... | add bsddb.db.DBEnv.set_tx_timestamp mention |
commit | commitdiff | tree | snapshot |
2006-01-29 |
Martin v. Löwis | Delete aclocal.m4, and require autoconf 2.59, fixing |
commit | commitdiff | tree | snapshot |
2006-01-28 |
Thomas Wouters | Work around a Solaris peculiarity that caused test_pty... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Jeremy Hylton | Improved handling of syntax errors. |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Gregory P.... | Add wrapper for DBEnv.set_tx_timeout method to allow... |
commit | commitdiff | tree | snapshot |
2006-01-27 |
Gregory P.... | Add wrapper for DBEnv.set_tx_timeout method to allow... |
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-25 |
Neal Norwitz | There was a race condition where the connector would... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | Remove generated test db files |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | mwh pointed out _Filemodule.c is generated. So to fix... |
commit | commitdiff | tree | snapshot |
2006-01-25 |
Neal Norwitz | Fix bug #1413192, fix seg fault in bsddb if a txn was... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Tim Peters | test_rude_shutdown(): Rewrote to use proper thread |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | note the bsddb extension module changes. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | commits sourceforge patch #1407992 by neil.norwitz. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Fredrik Lundh | module list utility |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Martin v. Löwis | Patch #1349118: urllib2 now supports user:pass@ style... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Gregory P.... | Support for BerkeleyDB 4.4 (tested against 4.4.20 as... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Neal Norwitz | Fix SF #1412837, compile failed with Watcom compiler |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tim Peters | Repaired new test failures on Windows: |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Correct misspellings. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Add markup to new section in codecs docs |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Correct typos and markup errors (Raymond, thanks for... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Add two missing markup tags. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Georg Brandl | Add \versionadded for sftp scheme |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Disable this test until I can test on big-endian machin... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Test zipimporter a bit more. Also get working with... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Convenience function to remove a possibly non-existant... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Test getsignal() and some error conditions |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | Use unittest and make sure a few other cases don't... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Neal Norwitz | This should fix a mem leak on the Mac. Brett tested it. |
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 | Remove reference to Grail and Netscape 2.0 from cgi... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Vinay Sajip | Misc. changes, including documenting the ability to... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Walter Dörwald | Fix typo |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Georg Brandl | Bug #902075: urllib2 now handles "host:port" proxy... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tim Peters | _compile(): raise an exception if downcasting to SRE_CODE |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Patch #1410998: remove "DOS" from os.py docstring |
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 | Document supported schemes. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Try to resolve the remaining webbrowser issues (backgro... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added a test for the ability to specify a class attribu... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added a test for the ability to specify a class attribu... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Vinay Sajip | Added the ability to specify a class attribute in Forma... |
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 | typo |
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 |
2006-01-20 |
Georg Brandl | Bug #1402224: Add warning to dl docs about crashes. |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Georg Brandl | Bug #1396471: Document that Windows' ftell() can return... |
commit | commitdiff | tree | snapshot |
next |