]> granicus.if.org Git - python/shortlog
python
2012-06-23 Antoine PitrouIssue #15142: Fix reference leak when deallocating...
2012-06-23 Antoine PitrouIssue #15142: Fix reference leak when deallocating...
2012-06-23 Antoine PitrouRemove outdated statement
2012-06-23 Antoine PitrouFix test_re failure under Windows.
2012-06-23 Antoine PitrouIssue #3665: \u and \U escapes are now supported in...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2.
2012-06-23 Mark DickinsonIssue #12965: More PyLong_As* clarifications. Thanks...
2012-06-23 Georg BrandlTry to fix shutil.which() tests on Windows by fixing...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2.
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLongLong...
2012-06-23 Nick CoghlanClose #15153: Added inspect.getgeneratorlocals to simpl...
2012-06-23 Mark DickinsonIssue #12965: Merge from 3.2
2012-06-23 Mark DickinsonIssue #12965: Clean up C-API docs for PyLong_AsLong...
2012-06-23 Nick CoghlanClose #13062: Add inspect.getclosurevars to simplify...
2012-06-23 Mark Dickinsonmerge
2012-06-23 Mark DickinsonIssue #14742: test_unparse now only checks a limited...
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
2012-06-23 Charles-François... Remove useless test (flowinfo is unsigned).
2012-06-23 Brian CurtinFix #15148. Capitalize PATH, hopefully leading to less...
2012-06-23 Brian CurtinFix #15148. Make the shutil.which docstring more thorough
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issue on OpenIndiana 3.x...
2012-06-23 Brian CurtinRevert unintended change in 973b4806f760
2012-06-23 Brian Curtinfile was the old arg name from an earlier patch. comman...
2012-06-23 Alexander BelopolskyIssue #15148: Fixed typos in shutil.which() docstring
2012-06-23 Alexander Belopolskyfixed whitespace
2012-06-23 Alexander BelopolskyIssues #11024: Fixes and additional tests for Time2Inte...
2012-06-23 Jesus CeaSkip the test only if neccesary - Kernel bug in freebsd...
2012-06-23 Jesus CeaKernel bug in freebsd9 - #10142: Support for SEEK_HOLE...
2012-06-23 Antoine PitrouA better repr() for FileFinder
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issue on x86 Tiger 3.x.
2012-06-23 Larry HastingsIssue #14626: Fix buildbot issues on FreeBSD (AMD64...
2012-06-22 Larry HastingsIssue #14626: Large refactoring of functions / paramete...
2012-06-22 Antoine PitrouFix silly mistake in debugging code
2012-06-22 Stefan KrahWhitespace.
2012-06-22 Larry HastingsIssue #15008: Implement PEP 362 "Signature Objects".
2012-06-22 Guido van RossumMerge
2012-06-22 Guido van RossumSpeed up base64.urlsafe_{en,de}code().
2012-06-22 Antoine PitrouAdd debug output for temporary buildbot failures
2012-06-22 Antoine PitrouIssue #444582: shutil.which() respects relative paths.
2012-06-22 Brian Curtinwhitespace normalize
2012-06-22 Brian CurtinFix #444582. Add shutil.which function for finding...
2012-06-22 Martin v. LöwisMerge heads
2012-06-22 Martin v. LöwisIssue #15143: Define _DEBUG when compiling resources.
2012-06-22 Antoine PitrouMerge
2012-06-22 Alexander Belopolskymerge
2012-06-22 Antoine PitrouAdd a docstring at the top of Tools/ssl/make_ssl_data.py
2012-06-22 Alexander BelopolskyIssue #9527: tm_gmtoff has 'correct' sign.
2012-06-22 Larry HastingsIssue #14769: Incorporated mildly pedantic feedback...
2012-06-22 Antoine PitrouMerge
2012-06-22 Antoine PitrouAdd forgotten files for #14837.
2012-06-22 Antoine PitrouIssue #14837: SSL errors now have `library` and `reason...
2012-06-22 David MalcolmIssue #14785: Add sys._debugmallocstats() to help debug...
2012-06-22 Kristjan Valur... Issue #15124: Optimize _thread.LockType deletion and...
2012-06-22 Alexander BelopolskyFixed compiler warnings in datetime_astimezone()
2012-06-22 Alexander BelopolskyIssue #9527: Fixes for platforms without tm_zone
2012-06-22 Alexander Belopolskymerge
2012-06-22 Alexander BelopolskyIssue #7582: Use ISO timestamp in diff.py
2012-06-22 Jesus CeaCloses #10142: Support for SEEK_HOLE/SEEK_DATA
2012-06-22 Alexander BelopolskyIssue #9527: datetime.astimezone() method will now...
2012-06-22 Alexander BelopolskyIssue #9527: datetime.astimezone() method will now...
2012-06-22 Larry HastingsIssue #14769: test_capi now has SkipitemTest, which...
2012-06-22 Martin v. LöwisWhitespace normalization
2012-06-22 Martin v. LöwisAdd Stable ABI documentation.
2012-06-22 Martin v. LöwisIssue #15042: Add PyState_AddModule and PyState_RemoveM...
2012-06-22 Hynek SchlawackSimplify code in fileio_init
2012-06-22 Alexander BelopolskyIssue #14653: email.utils.mktime_tz() no longer relies...
2012-06-22 Alexander BelopolskyIssue #14653: email.utils.mktime_tz() no longer relies...
2012-06-21 Nadeem VawdaDocument the rest of zlib.compressobj()'s arguments.
2012-06-21 Nadeem VawdaTidy up comments from dd4f7d5c51c7 (zlib compression...
2012-06-21 Nadeem VawdaMake lzma.{encode,decode}_filter_properties private.
2012-06-21 Brian CurtinMerge /features/pep397 changes
2012-06-21 Brian Curtinbranch merge
2012-06-21 Brian CurtinRemove associator project - it's not needed
2012-06-21 Hynek Schlawack#10053: Don't close FDs when FileIO.__init__ fails
2012-06-21 Hynek Schlawack#10053: Don't close FDs when FileIO.__init__ fails
2012-06-21 Martin v. LöwisRemove the original license, as this was contributed...
2012-06-21 Martin v. LöwisBuild and bundle the 32-bit launcher in all configurations.
2012-06-21 Martin v. LöwisFix UNICODE glitch.
2012-06-21 Martin v. LöwisFix off-by-one error.
2012-06-21 Martin v. LöwisPackage the launcher.
2012-06-21 Antoine PitrouMake private function static (from `make smelly`)
2012-06-21 doko@ubuntu.commd5_{init,process,done}: make static
2012-06-21 doko@ubuntu.comsha1_{init,process,done}: make static
2012-06-21 Martin v. LöwisUse GetEnvironmentVariableW instead of _wgetenv to...
2012-06-21 Martin v. LöwisAdd version resource.
2012-06-21 doko@ubuntu.com... and fix the name of the sha1 file name.
2012-06-21 doko@ubuntu.comFix name of the sha1 extension.
2012-06-21 doko@ubuntu.comRemove references to removed md5.h and md5.c files.
2012-06-21 doko@ubuntu.comformat_obj: make it static
2012-06-21 Ned DeilyIssue #14225: Fix Unicode support for curses (#12567...
2012-06-21 Brian CurtinAdd associator
2012-06-21 Nadeem VawdaIssue #14684: Add support for predefined compression...
2012-06-20 Stefan KrahFix comment.
2012-06-20 Stefan KrahMany cleanups of redundant code in mpd_qrem_near():
2012-06-20 Brian CurtinAdd pywlauncher project
2012-06-20 Brian CurtinAdd the pyw launcher
2012-06-20 Brian CurtinGet 64-bit building
2012-06-20 Brian CurtinSupport 32-bit release building:
2012-06-20 Brian CurtinInitial changes to get the py launcher building
2012-06-20 Brian CurtinAdd launcher source and resources
next