2006-06-19 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Thomas Heller | Try to repair the failing test on the OpenBSD buildbot... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Georg Brandl | Add news entry about error msg improvement. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Neal Norwitz | Use Py_ssize_t |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Georg Brandl | Patch #1507676: improve exception messages in abstract... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Thomas Heller | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | Revert 47014 until it is more robust |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | The hppa ubuntu box sometimes hangs forever in these... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Neal Norwitz | Prevent spurious leaks when running regrtest.py -R... |
commit | commitdiff | tree | snapshot |
2006-06-18 |
Fred Drake | remove unnecessary markup |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Neal Norwitz | Fix memory leak reported by valgrind while running... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Neal Norwitz | Fix typo in docstring |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Martin v. Löwis | Patch #815924: Restore ability to pass type= and icon= |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Martin v. Löwis | Patch #812986: Update the canvas even if not tracing. |
commit | commitdiff | tree | snapshot |
2006-06-17 |
George Yoshida | Update url. |
commit | commitdiff | tree | snapshot |
2006-06-17 |
George Yoshida | markup fix |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Martin v. Löwis | Patch #1494750: Destroy master after deleting children. |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Martin v. Löwis | Patch #1096231: Add default argument to wm_iconbitmap. |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Martin v. Löwis | Patch #763580: Add name and value arguments to |
commit | commitdiff | tree | snapshot |
2006-06-17 |
Fred Drake | fix change that broke the htmllib tests |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Fred Drake | SF patch 1504676: Make sgmllib char and entity referenc... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Neal Norwitz | Fix whitespace, there are memory leaks in this module. |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Neal Norwitz | Add missing period in comment. |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Neal Norwitz | Param name is dir, not directory. Update docstring... |
commit | commitdiff | tree | snapshot |
2006-06-16 |
Neal Norwitz | Disable this test until we can determine what to do... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Tim Peters | Oops -- I introduced an off-by-6436159488 error. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Tim Peters | Add missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Tim Peters | Try to reduce the extreme peak memory and disk-space use |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Neal Norwitz | Print some more info to get an idea of how much longer... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Neal Norwitz | Steal the trick from test_compiler to print out a slow... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Gregory P.... | minor documentation cleanup. mention the bsddb.db... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Gregory P.... | - bsddb: multithreaded DB access using the simple bsddb... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Neal Norwitz | Re-revert this change. Install the version check and... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Ronald Oussoren | Patch #1446489 (zipfile: support for ZIP64) |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Martin v. Löwis | Make import/lookup of mbcs fail on non-Windows systems. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Neal Norwitz | Try to narrow window of failure on slow/busy boxes... |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Neal Norwitz | Speculative checkin (requires approval of Gerhard Haering) |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Gerhard Häring | - Added version checks in C code to make sure we don... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #805015: doc error in PyUnicode_FromEncodedObject. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Thomas Heller | Add an __all__ list, since this module does 'from ctype... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Thomas Heller | Document paramflags. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #1117556: SimpleHTTPServer now tries to find and... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #1202018: add some common mime.types locations. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #1153163: describe __add__ vs __radd__ behavior... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Thomas Heller | Write more docs. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #1501122: mention __gt__ &co in description of... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Thomas Heller | Fix docstring. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Georg Brandl | Bug #1339007: Shelf objects now don't raise an exceptio... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Martin v. Löwis | Patch #1455898: Incremental mode for "mbcs" codec. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Fred Drake | explain an XXX in more detail |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Fred Drake | add tests for two cases that are handled correctly... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Fred Drake | - make some disabled tests run what they intend when... |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Tim Peters | Repaired typo in new comment. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Tim Peters | SequenceMatcher.get_matching_blocks(): This now guaran... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Gerhard Häring | Updated documentation for pysqlite 2.3.0 API. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Brett Cannon | Missed test for rev. 46933; infinite recursion from... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Gerhard Häring | Merged changes from external pysqlite 2.3.0 release... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Brett Cannon | If a classic class defined a __coerce__() method that... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Brett Cannon | Ignore .pyc and .pyo files in Pybench. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Thomas Heller | More docs for ctypes. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Marc-André... | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Andrew MacIntyre | Increase the small thread stack size to get the test |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Marc-André... | Updated to pybench 2.0. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Andrew MacIntyre | fix exception usage |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Marc-André... | Revert wrong svn copy. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Marc-André... | Update pybench to version 2.0. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Andrew M. Kuchling | Add ability to set stack size |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Brett Cannon | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Andrew MacIntyre | Patch #1454481: Make thread stack size runtime tunable. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Walter Dörwald | errors is an attribute in the incremental decoder |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Walter Dörwald | Fix passing errors to the encoder and decoder functions. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Andrew M. Kuchling | Mention uuid module |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Ronald Oussoren | Linecache contains support for PEP302 loaders, but... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Thomas Heller | Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_I... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Thomas Heller | Add some windows datatypes that were missing from this... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Neal Norwitz | Verify the crash due to EncodingMap not initialized... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Neal Norwitz | Initialize the type object so pychecker can't crash... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Neal Norwitz | Don't fail if another process is listening on our port. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Tim Peters | get_matching_blocks(): rewrote code & comments so... |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Tim Peters | Added missing svn:eol-style property to text files. |
commit | commitdiff | tree | snapshot |
2006-06-13 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Ka-Ping Yee | Add the uuid module. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Thomas Heller | Add pep-291 compatibility markers. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Kristján Valur... | Fix the CRT argument error handling for VisualStudio... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Nick Coghlan | Make the -m switch conform to the documentation of... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Nick Coghlan | The site module documentation also described the Window... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Nick Coghlan | Fix site module docstring to match the code for Mac... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Nick Coghlan | Fix site module docstring to match the code |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Thomas Heller | I don't know how that happend, but the entire file... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Martin v. Löwis | Get rid of function pointer cast. |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Phillip J. Eby | Sync w/external release 0.1.2. Please see PEP 360... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Neal Norwitz | Patch #1503046, Conditional compilation of zlib.(de... |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Neal Norwitz | Impl ssize_t |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Neal Norwitz | Remove unused import |
commit | commitdiff | tree | snapshot |
2006-06-12 |
Neal Norwitz | i and j are initialized below when used. No need to... |
commit | commitdiff | tree | snapshot |
next |