2009-05-04 |
Gregory P.... | cleanup applied patch to match style that is already... |
commit | commitdiff | tree | snapshot |
2009-05-04 |
Gregory P.... | Issue #4751: For hashlib algorithms provided by OpenSSL... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Walter Dörwald | There's no %A in Python 2.x! |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Walter Dörwald | Issue #5108: Handle %s like %S and %R in PyUnicode_From... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Mark Dickinson | Don't use PyOS_strnicmp for NaN and Inf detection:... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Mark Dickinson | Eliminate some locale-dependent calls to isspace and... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Mark Dickinson | Remove unnecessary uses of context in PyGetSetDef.... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Gregory P.... | docstring update. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Gregory P.... | Optimization: move RFC defined network constant constru... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Gregory P.... | Issue 5379 - applies patch supplied by philipp hagemeis... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Kurt B. Kaiser | Further development of issue5559, handle Windows files |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Kurt B. Kaiser | idle.py modified and simplified to better support |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Michael Foord | (no commit message) |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Antoine Pitrou | Isue #5084: unpickling now interns the attribute names... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Benjamin Peterson | add myself |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Michael Foord | Add addCleanup and doCleanups to unittest.TestCase. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Andrew M. Kuchling | #1607951: Make mailbox.Maildir re-read the directories... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Gregory P.... | Convert test method names to PEP8 style. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Mark Dickinson | Remove unnecessary use of context for long getters. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Benjamin Peterson | revert unrelated change |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Benjamin Peterson | remove py3k compat code |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Andrew M. Kuchling | Add items |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Benjamin Peterson | don't let sys.argv be used in the tests |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Michael Foord | Adds an exit parameter to unittest.main(). If False... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Eric Smith | Keep py3k and trunk code in sync. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Georg Brandl | Fix directive name. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Georg Brandl | Review ipaddr docs and add them in the TOC under "Inter... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Antoine Pitrou | Issue #5726: Make Modules/ld_so_aix return the actual... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Antoine Pitrou | Issue #3002: `shutil.copyfile()` and `shutil.copytree... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Gregory P.... | Adds the ipaddr module to the standard library. Issue... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Walter Dörwald | Make test.test_support.EnvironmentVarGuard behave like... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Georg Brandl | #5889: remove comma at the end of a list that some... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Senthil Kumaran | Fix for Issue1648102, based on the MSDN spec: If this... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
R. David Murray | Make the turtle.rst doctests pass. I have a feeling... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Eric Smith | Issue #1588: Add complex.__format__. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Benjamin Peterson | prevent ref cycles by removing bound method on close() |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Benjamin Peterson | make sure to close file |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | make sure mode is removable while cleaning up test... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Georg Brandl | #5878: fix repr of re object. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | fix test_shutil on ZFS #5676 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Backport some of the float formatting tests from py3k. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Remove format_float and use _PyOS_double_to_string... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Mark Dickinson | Issue #5864: format(1234.5, '.4') gives misleading... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Benjamin Peterson | run autoconf |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | More aifc tests. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - configure.in: Don't error, when no --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - Issue #4587: Add configure option --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Matthias Klose | - Issue #4587: Add configure option --with-dbmliborder... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | Now that we've got a test_aifc, add a few tests. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
R. David Murray | Fix issue 2245. aifc now skips any chunk type it doesn... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Tarek Ziadé | Fixed #5874 : distutils.tests.test_config_cmd is not... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Georg Brandl | Make the doctests in the docs pass, except for those... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Thomas Heller | Issue #4305: ctypes fails to build on mipsel-linux... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
R. David Murray | Remove spurious 'u'. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
R. David Murray | Various small fixups to the multiprocessing docs, mostl... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Eric Smith | Silence warning on Windows. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Antoine Pitrou | Issue #1734234: Massively speedup `unicodedata.normaliz... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Raymond Hettinger | Add example to the seealso section. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Raymond Hettinger | Update spec version number. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Antoine Pitrou | Issue #5853: calling a function of the mimetypes module... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Eric Smith | Issue #5793: rationalize isdigit / isalpha / tolower... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
R. David Murray | Make sys.xxx variable references into links, note that... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5840: dont claim we dont support TLS. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5848: small unittest doc patch. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Demote warnings to notices, part 2: stuff that is 2... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Demote warnings to notices where appropriate, following... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | Remove ".. warning::" markup that doesnt contain warnin... |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Georg Brandl | #5856: fix typo s in traceback example. |
commit | commitdiff | tree | snapshot |
2009-04-27 |
Vinay Sajip | Issue #5854: Updated __all__ to include some missing... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Kurt B. Kaiser | Right click 'go to file/line' not working if spaces |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Walter Dörwald | Use test.test_support.EnvironmentVarGuard where tests... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Fix typo in function name |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Backport r71967 changes from py3k to trunk. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Mark Dickinson | Reset errno before both calls to PyOS_ascii_strtod... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Eric Smith | Note that the caller is resposible for freeing the... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Update pydoc topics. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Move pydoc_topics module to its own subdirectory, so... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Another file where the versions need to be up to date. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Remove outdated TODO file. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Note that the versions are also in README.txt. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Update versions in instructions for manual set-up. |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Georg Brandl | Mostly formatting nits, and "and-ed together" -> "or... |
commit | commitdiff | tree | snapshot |
2009-04-26 |
Martin v. Löwis | Issue #4971: Fix titlecase for characters that are... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Eric Smith | Issue #5835, deprecate PyOS_ascii_formatd. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: document int -> Py_ssize_t changes. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: field changed from int to Py_ssize_t. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: more int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: more int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: int -> Py_ssize_t documentation. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Since it's a macro, actually refer to it as such instea... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Add a versionchanged notice for a few... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat, since I've been busy here anyway. |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: Documentation notes for int -> Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Issue #4129: More documentation pointers about int... |
commit | commitdiff | tree | snapshot |
2009-04-25 |
Jeroen Ruigrok... | Reformat prior to editing. |
commit | commitdiff | tree | snapshot |
next |