2012-06-23 |
Martin v. Löwis | Issue #15102: Use HOST_PYTHON only if it is set. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Hynek Schlawack | #4489: Fix usage of fd-based functions to new api intro... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Martin v. Löwis | Issue #15150: regenerate python3stub.def. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Martin v. Löwis | Merge with 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Martin v. Löwis | The build target of this makefile is python3.dll, not... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Stefan Krah | Issue #15102: Allow platform-specific settings for... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Issue #15142: Fix reference leak when deallocating... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: More PyLong_As* clarifications. Thanks... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: Clean up C-API docs for PyLong_AsLongLong... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Nick Coghlan | Properly test the various builtins lookup cases in... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Hynek Schlawack | Fix typo in Misc/NEWS |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Hynek Schlawack | #4489: Add a shutil.rmtree that isn't suspectible to... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Use non-deprecated speling. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Properly cleanup pep3147 modules in test_import |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Try to further debug occasional buildbot failure |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | On behalf of Nadeem Vawda: issue #10376: micro-optimize... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Ezio Melotti | #15114: the strict mode of HTMLParser and the HTMLParse... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Issue #15142: Fix reference leak when deallocating... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Remove outdated statement |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Fix test_re failure under Windows. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | Issue #3665: \u and \U escapes are now supported in... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: Merge from 3.2. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Georg Brandl | Try to fix shutil.which() tests on Windows by fixing... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: Merge from 3.2. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Nick Coghlan | Close #15153: Added inspect.getgeneratorlocals to simpl... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: Merge from 3.2 |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #12965: Clean up C-API docs for PyLong_AsLong... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Nick Coghlan | Close #13062: Add inspect.getclosurevars to simplify... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | merge |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Mark Dickinson | Issue #14742: test_unparse now only checks a limited... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Charles-François... | Remove useless test (flowinfo is unsigned). |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Charles-François... | Remove useless test (flowinfo is unsigned). |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Brian Curtin | Fix #15148. Capitalize PATH, hopefully leading to less... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Brian Curtin | Fix #15148. Make the shutil.which docstring more thorough |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Larry Hastings | Issue #14626: Fix buildbot issue on OpenIndiana 3.x... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Brian Curtin | Revert unintended change in 973b4806f760 |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Brian Curtin | file was the old arg name from an earlier patch. comman... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Alexander Belopolsky | Issue #15148: Fixed typos in shutil.which() docstring |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Alexander Belopolsky | fixed whitespace |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Alexander Belopolsky | Issues #11024: Fixes and additional tests for Time2Inte... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Jesus Cea | Skip the test only if neccesary - Kernel bug in freebsd... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Jesus Cea | Kernel bug in freebsd9 - #10142: Support for SEEK_HOLE... |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Antoine Pitrou | A better repr() for FileFinder |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Larry Hastings | Issue #14626: Fix buildbot issue on x86 Tiger 3.x. |
commit | commitdiff | tree | snapshot |
2012-06-23 |
Larry Hastings | Issue #14626: Fix buildbot issues on FreeBSD (AMD64... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Larry Hastings | Issue #14626: Large refactoring of functions / paramete... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Fix silly mistake in debugging code |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Stefan Krah | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Larry Hastings | Issue #15008: Implement PEP 362 "Signature Objects". |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Guido van Rossum | Merge |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Guido van Rossum | Speed up base64.urlsafe_{en,de}code(). |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Add debug output for temporary buildbot failures |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Issue #444582: shutil.which() respects relative paths. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Brian Curtin | whitespace normalize |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Brian Curtin | Fix #444582. Add shutil.which function for finding... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Martin v. Löwis | Merge heads |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Martin v. Löwis | Issue #15143: Define _DEBUG when compiling resources. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | merge |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Add a docstring at the top of Tools/ssl/make_ssl_data.py |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #9527: tm_gmtoff has 'correct' sign. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Larry Hastings | Issue #14769: Incorporated mildly pedantic feedback... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Add forgotten files for #14837. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Antoine Pitrou | Issue #14837: SSL errors now have `library` and `reason... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
David Malcolm | Issue #14785: Add sys._debugmallocstats() to help debug... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Kristjan Valur... | Issue #15124: Optimize _thread.LockType deletion and... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Fixed compiler warnings in datetime_astimezone() |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #9527: Fixes for platforms without tm_zone |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | merge |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #7582: Use ISO timestamp in diff.py |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Jesus Cea | Closes #10142: Support for SEEK_HOLE/SEEK_DATA |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #9527: datetime.astimezone() method will now... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #9527: datetime.astimezone() method will now... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Larry Hastings | Issue #14769: test_capi now has SkipitemTest, which... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Martin v. Löwis | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Martin v. Löwis | Add Stable ABI documentation. |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Martin v. Löwis | Issue #15042: Add PyState_AddModule and PyState_RemoveM... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Hynek Schlawack | Simplify code in fileio_init |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #14653: email.utils.mktime_tz() no longer relies... |
commit | commitdiff | tree | snapshot |
2012-06-22 |
Alexander Belopolsky | Issue #14653: email.utils.mktime_tz() no longer relies... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Nadeem Vawda | Document the rest of zlib.compressobj()'s arguments. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Nadeem Vawda | Tidy up comments from dd4f7d5c51c7 (zlib compression... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Nadeem Vawda | Make lzma.{encode,decode}_filter_properties private. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Brian Curtin | Merge /features/pep397 changes |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Brian Curtin | branch merge |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Brian Curtin | Remove associator project - it's not needed |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Hynek Schlawack | #10053: Don't close FDs when FileIO.__init__ fails |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Hynek Schlawack | #10053: Don't close FDs when FileIO.__init__ fails |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Remove the original license, as this was contributed... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Build and bundle the 32-bit launcher in all configurations. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Fix UNICODE glitch. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Fix off-by-one error. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Package the launcher. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Antoine Pitrou | Make private function static (from `make smelly`) |
commit | commitdiff | tree | snapshot |
2012-06-21 |
doko@ubuntu.com | md5_{init,process,done}: make static |
commit | commitdiff | tree | snapshot |
2012-06-21 |
doko@ubuntu.com | sha1_{init,process,done}: make static |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Use GetEnvironmentVariableW instead of _wgetenv to... |
commit | commitdiff | tree | snapshot |
2012-06-21 |
Martin v. Löwis | Add version resource. |
commit | commitdiff | tree | snapshot |
2012-06-21 |
doko@ubuntu.com | ... and fix the name of the sha1 file name. |
commit | commitdiff | tree | snapshot |
next |