2008-05-18 |
Georg Brandl | Take namedtuple item names only from ascii_letters... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #134, #171, #137: unit tests for the three HTTPSer... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
Georg Brandl | GHOP #180 by Michael Schneider: add examples to the... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | #2353: raise Py3k warning in file.xreadlines(). |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Rename html.parser file, and split html.entities from... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | document the renames for modules moved to the html... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | update references and documentation for modules in... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Fred Drake | rename HTMLParser to html.parser, htmlentitydefs to... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | revert 63425 over Guido's Febuary message about this... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | fix spelling |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Benjamin Peterson | add Py3k warnings to oct and hex. backport hex behavior... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Add new tkinter dir to various locations where lib... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Add "tkinter" to the list of directories to install. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Don't export a name "tkinter" from the "tkinter" package. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Really move the imports to the top this time. :) |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Rewrap consistently to 70 chars, and standardize the... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | #961805: fix Edit.text_modified(). |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Lars Gustäbel | Replace signatures with optional arguments in square... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Move imports to file top. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Tkinter: make stub modules. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Georg Brandl | Tkinter rename: merge tkSimpleDialog and tkFileDialog... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Gregory P.... | fix issue2381: test_subprocess fails if your sys.execut... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Gregory P.... | issue2858: Fix potential memory corruption when bsddb... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
Raymond Hettinger | Fix-up docstring |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Benjamin Peterson | mention Py3k in glossary |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Thomas Heller | Very simple test for ctypes.util.find_library on Windows. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Thomas Heller | Issue 1793: Add ctypes.util.find_msvcrt() function... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Added Python 3.0 warning to cPickle. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Patch by Quentin Gallet-Gilles: Renaming leftovers... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | NEWS entry for Tkinter rename. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Doc changes for the big Tkinter rename. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Fix reprlib docs. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Tkinter rename, step 2: fix imports and add stub modules. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Step 1 of Tkinter renaming: move lib-tk modules into... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Document O_ASYNC addition. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Don't allow keyword arguments to reversed(). |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | #2845: fix copy2's docs. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | #2890: support os.O_ASYNC and fcntl.FASYNC. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Christian Heimes | Following Amaury's advice |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Christian Heimes | Fixed #2870: cmathmodule.c compile error |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | #2869: remove parameter from signature. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Georg Brandl | Make generator repr consistent with function and code... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Rename the test file of reprlib. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Updated reprlib's documentation to mention the renaming. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Changed references to the reprlib module to use its... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Renamed the repr module to reprlib. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Benjamin Peterson | make test_platform a bit more assertive (We'll see... |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Alexandre Vassalotti | Fixed import of configparser in the distutils module. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brett Cannon | Deprecated statvfs for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brett Cannon | Remove the last usage of statvfs in the stdlib. |
commit | commitdiff | tree | snapshot |
2008-05-16 |
Brett Cannon | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Benjamin Peterson | fix typos in whatsnew |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Benjamin Peterson | add Mac modules to the list of deprecated ones |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Alexandre Vassalotti | Fixed typo in a doctest of test_genexps. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Alexandre Vassalotti | Revert r63323: Use lowercase version of module name. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Andrew M. Kuchling | Import class from distutils.cmd, not .core, to avoid... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Andrew M. Kuchling | Use lowercase version of module name |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Georg Brandl | #2863: add gen.__name__ and add this name to generator... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Gregory P.... | disable the crashing test. I will also file a bug... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Add a snippet for the deprecation directive for docs. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Update docs for deprecation of IRIX modules. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate WAIT for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecated torgb for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate SV for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate readcd for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecated panelparser for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | The panel module for IRIX has been deprecated for remov... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate jpeg for IRIX for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate IOCTL from IRIX for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate IN from IRIX for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate imgfile for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate GLWS from IRIX for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate GET from IRIX for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecated 'fm' for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | FL, flp, and fl from IRIX have been deprecated for... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | FILE from IRIX has been deprecated for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate ERRNO for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Brett Cannon | Deprecate DEVICE, GL, gl, and the related modules cgen... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Andrew M. Kuchling | Note some removals and a rename |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Alexandre Vassalotti | Revert distutils changes done in r63248. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Alexandre Vassalotti | Added documentation stub for ConfigParser. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Alexandre Vassalotti | Updated import statements to use the new `configparser... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Georg Brandl | Update configparser docs for lowercasing rename. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Alexandre Vassalotti | Renamed the ConfigParser module to 'configparser'. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Alexandre Vassalotti | Moved copy_reg stub module to lib-old/. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | Deprecate CL, CL_old, and cl for 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | Deprecate the cdplayer module for IRIX for 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | The cddb module for IRIX has been deprecated for 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | The CD and cd modules for IRIX are deprecated for 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Neal Norwitz | Install the json package and tests as well as the lib2t... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Georg Brandl | Fix another "refleak" by clearing the filters after... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Neal Norwitz | Fix "refleak" by restoring the tearDown method removed... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Georg Brandl | Add NEWS entry for #2831. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Gregory P.... | Enable the updated Lib/bsddb/test suite to run. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | Rewrap some lines in test_py3kwarn. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Brett Cannon | Deprecate al/AL for removal in 3.0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Andrew M. Kuchling | List all the removes and renamed modules |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Georg Brandl | Fix a refleak in the _warnings module. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Jesus Cea | Testsuite for bsddb module, version 4.6.4 |
commit | commitdiff | tree | snapshot |
next |