2010-04-26 |
Antoine Pitrou | Hopefully fix sporadic Windows issue by avoiding callin... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Antoine Pitrou | Merged revisions 80507 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-26 |
R. David Murray | Merged revisions 80503 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Barry Warsaw | Ignore errors. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Barry Warsaw | Bug 8527 - multiple compileall calls produce cascading... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Benjamin Peterson | Blocked revisions 80496 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Brett Cannon | Blocked revisions 80492 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Antoine Pitrou | Merged revisions 80480 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Antoine Pitrou | Merged revisions 80484 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Benjamin Peterson | condense condition |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Matthias Klose | Makefile.pre.in (autoconf): Call autoconf/autoheader... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Matthias Klose | configure.in: Avoid autoconf warning: Assume C89 semant... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Benjamin Peterson | add versionadded |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Matthias Klose | configure.in: convert all obsolete AC_TRY_* macros... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Michael Foord | Merged revisions 80476 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Matthias Klose | configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/ |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Matthias Klose | - configure.in: Replace AC_HELP_STRING with AS_HELP_STRING |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Ezio Melotti | Merged revisions 79786 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Georg Brandl | Merged revisions 80150,80460-80461 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Sean Reifscheider | Porting commit 80458 to python 3 |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | Issue #8524: When creating an SSL socket, the timeout... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | Merged revisions 80451-80452 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Benjamin Peterson | prevent the dict constructor from accepting non-string... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Matthias Klose | - Issue #8510: Update to autoconf2.65. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Brian Curtin | Fix #5774. Change doc to reflect that some functions... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Matthias Klose | Merged revisions 80443 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Brian Curtin | Merged revisions 80439 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Antoine Pitrou | Merged revisions 80434 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Antoine Pitrou | Note: I'm just merging in the additional test. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Antoine Pitrou | Only the test is merged in. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Fix test_undecodable_env of test_subproces for non... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Issue #8391: os.execvpe() and os.getenv() supports... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Issue #8495: test_gdb uses replace error handler when... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Issue #8467: Pure Python implementation of subprocess... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Tarek Ziadé | added a note about the ignore_dangling_symlinks option |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Tarek Ziadé | make sure os.symlink presence is tested before running... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Issue #8124: PySys_WriteStdout() and PySys_WriteStderr... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Victor Stinner | Issue #8468: bz2.BZ2File() accepts str with surrogates... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Sean Reifscheider | Port of issue8451 to python3: Syslog use sys.argv[0... |
commit | commitdiff | tree | snapshot |
2010-04-23 |
Antoine Pitrou | Merged revisions 80392 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Georg Brandl | Merged revisions 80388 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Victor Stinner | Fix my previous commit (r80382) for wide build (unicode... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Victor Stinner | Issue #8092: Fix PyUnicode_EncodeUTF8() to support... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Merged revisions 80375 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Matthias Klose | - Mention _posixsubprocess.c in Modules/Setup.dist |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Issue #8496: make mailcap.lookup() always return a... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Antoine Pitrou | Fix mailcap.py built-in test. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Martin v. Löwis | Merged revisions 80355 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Senthil Kumaran | Merged revisions 80362 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Victor Stinner | Issue #8485: PyUnicode_FSConverter() doesn't accept... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Ezio Melotti | Merged revisions 80357 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Ezio Melotti | Merged revisions 80350 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Victor Stinner | Issue #8195: Fix a crash in sqlite Connection.create_co... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Senthil Kumaran | Fixing a note on encoding declaration, its usage in... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Georg Brandl | Typo fixes. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Georg Brandl | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Senthil Kumaran | Merged revisions 80336 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Brian Curtin | #7347 entry got entered in the wrong spot. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
R. David Murray | Fix verb tense in skip message. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Brian Curtin | Add a note about #7347. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
R. David Murray | Merged revisions 80155 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Brian Curtin | Port #7347 to py3k. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
R. David Murray | Add myself to email, move 'windows' to Platforms where it |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Add myself to ssl, although I'm not a de facto maintain... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Merged revisions 80325 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Martin v. Löwis | Issue #8380: Port gdb/libpython to 3.x. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Matthias Klose | Merged revisions 80322 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Matthias Klose | Merged revisions 80320 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Antoine Pitrou | Merged revisions 80314-80315 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Victor Stinner | Update NEWS file accoding to my last patch (r80311... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Victor Stinner | Adapt libpython.py and test_gdb.py to Python3 |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Tarek Ziadé | Merged revisions 80306 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Tarek Ziadé | fixed typo |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Martin v. Löwis | Merged revisions 80301 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Martin v. Löwis | Merged revisions 79986-79987,80156 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Ronald Oussoren | Merged revisions 80298 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-21 |
R. David Murray | Merged revisions 80144 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Mark Dickinson | Rework delta_divmod to avoid use of PyTuple_SetItem. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Mark Dickinson | Fix memory leak. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Mark Dickinson | Issue #2706: Add support for dividing a timedelta... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Victor Stinner | Merged revisions 80288 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Tarek Ziadé | Merged revisions 80282 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | Merged revisions 80279 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Senthil Kumaran | Merged revisions 80277 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | * Fixes cut&paste error in configure |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Matthias Klose | Merged revisions 80274 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Georg Brandl | Markup nit. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Blocked revisions 80270 via svnmerge |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Brian Curtin | Updated version numbers from 2.7 to 3.2 |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Tarek Ziadé | fixed typo -- thanks Nick |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Add missing arg, fix indentation and spelling. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Fix two versionchanged. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Senthil Kumaran | Merged revisions 80236 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Merged revisions 79963,80024,80064,80070,80085,80088... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Update the python version in the interpreter tutorial. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ezio Melotti | Fix versionadded in unittest.rst. |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Tarek Ziadé | added a note on shutil.copytree improvements |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Tarek Ziadé | Fixed #6547: Added the ignore_dangling_symlinks option... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Stefan Krah | Merged revisions 80238 via svnmerge from |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Ronald Oussoren | Merged revisions 80232 via svnmerge from |
commit | commitdiff | tree | snapshot |
next |